Skip to content

Releases: gotify/server

Version 2.0.9

13 Oct 15:02
Compare
Choose a tag to compare

API:

  • no changes

UI:

Version 2.0.8

30 Sep 17:50
Compare
Choose a tag to compare

Use older glibc version to support older linux distros.

Version 2.0.7

28 Sep 19:22
Compare
Choose a tag to compare

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)

Version 2.0.6

17 Jul 17:29
Compare
Choose a tag to compare

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)

Version 2.0.5

14 Apr 14:02
909fb80
Compare
Choose a tag to compare

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 #181

Version 2.0.4

30 Mar 10:43
e9bbe17
Compare
Choose a tag to compare

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

Version 2.0.3

16 Mar 12:19
Compare
Choose a tag to compare

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

API:

Server:

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

UI:

Fixed typo in readme (@mikeshatch #155)

Version 2.0.2

10 Mar 10:00
Compare
Choose a tag to compare

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 )

Version 2.0.1

02 Mar 13:40
Compare
Choose a tag to compare

Server:

Version 2.0.0

01 Mar 22:16
Compare
Choose a tag to compare

Breaking Api Changes:

  • image inside GET /applications are now returned as relative path

Server:

UI:

Misc: