Gotify Server Versions Save

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)

v2.0.10

4 years ago

API:

  • no changes

Server:

  • Add major.minor version for docker images (#219 fixed in #229 by @MisguidedEmails)

UI:

  • Add refresh button to messages list (#171 fixed in #233 by @foxbit19)
  • Fix invisible text with light theme on plugin page (#230 fixed in #232)

v2.0.9

4 years ago

API:

  • no changes

UI:

  • Add auto reconnect on connection lost (#226 via #228 by @foxbit19)

v2.0.8

4 years ago

Use older glibc version to support older linux distros.

v2.0.7

4 years ago

API:

  • Add health api /health (#208)

Server:

  • Updated to go 1.13.1 (#221 fixed by #222)
  • Fix cert errors in docker (#211 fixed by #212)
  • Fix dependency bug which prevented the build (#214 fixed by #216)
  • Add gotify/server-arm7 docker build (#218 fixed by #223)

UI:

  • Move from npm to yarn (#222)
  • Migrate from react-scripts-ts to react-scripts (#222)
  • Update some deps (#222)

v2.0.6

4 years ago

API:

  • no changes

Server

  • Support longer plugin storage and message extras (#195 fixed in #196)
    • On mysql these fields were limited to varchar(255)
  • Handle db errors more carefully (#190 fixed in #191)
  • Fixed plugin storage update during enable & disable (#188)

UI:

  • Display 500 Error messages per snack message (#193)

v2.0.5

5 years ago

Messages are now rendered as text/plain by default. In v2.0.4 it was text/markdown.

API:

  • No changes

Server:

  • Fixed table creation with MariaDB (#174 fixed in #184)

UI:

Improved contributing.md https://github.com/gotify/server/pull/181

v2.0.4

5 years ago

API:

  • No changes

Server:

  • Fix field length in mysql (#97 fixed in #173)

UI

  • Removed a 404 /still loading-request (#169 fixed in #170)
  • Show banner on network lost (#178)
  • Added markdown support (#129 fixed in #180)

Added issue templates #172

v2.0.3

5 years ago

It is recommended to upgrade to this version, older versions have the security issue described in #160.

API:

  • Added PUT /client/{id} api for updating clients (#101 fixed in #164 by @GianOrtiz)

Server:

  • Fixed WebSocket allowed origin verification with ports (#149 fixed in #150)
  • Use cryptographic random source for token generation (#160 fixed in #161)

UI:

  • Added updating client dialog (#101 fixed in #164 by @GianOrtiz)
  • Run e2e tests in prod mode (#157)

Fixed typo in readme (@mikeshatch #155)

v2.0.2

5 years ago

Server:

  • Add listenaddr-config for binding the server to a specific address (#79 fixed in #140) gotify.net/docs/config
  • Add linux and windows 386 build targets (#143 fixed in #147)
  • Add better error logging for web socket stream (#139)

UI

  • Fix login with utf-16 characters in password (#145 fixed in #146 )

v2.0.1

5 years ago

Server:

  • Fix plugin compatibilty (#136 see gotify/plugin-template#4)