Skip to content

Releases: mautrix/go

v0.8.5

26 Feb 11:28
Compare
Choose a tag to compare
  • Fixed potential concurrent map writes in appservice Client and Intent methods (#28)

v0.8.4

26 Feb 11:27
Compare
Choose a tag to compare
  • Added option to output appservice logs as JSON
  • Added new methods for validating user ID localparts (#27)

v0.8.3

21 Feb 11:21
Compare
Choose a tag to compare
  • Allowed empty content URIs in parser
  • Added functions for device management endpoints (thanks to @edwargix in #26)

v0.8.2

21 Feb 11:14
Compare
Choose a tag to compare
  • Fixed error when removing the user's avatar.

v0.8.1

21 Feb 11:14
Compare
Choose a tag to compare
  • Added AccountDataStore to remove the need for persistent local storage other than the access token (thanks to @daenney in #23).
  • Added support for receiving appservice transactions over websocket. See https://github.com/tulir/mautrix-wsproxy for the server-side implementation.
  • Fixed error when removing the room avatar.

v0.8.0

24 Dec 09:12
Compare
Choose a tag to compare
  • Breaking change: the RateLimited field in the Registration struct is now a pointer, so that it can be omitted entirely.
  • Merged initial SSSS/cross-signing code by @nikofil. Interactive verification doesn't work, but the other things mostly do.
  • Added support for authorization header auth in appservices (MSC2832).
  • Added support for receiving ephemeral events directly (MSC2409).
  • Fixed SendReaction() and other similar methods in the Client struct.
  • Fixed crypto cgo code panicking in Go 1.15.3+.
  • Fixed olm session locks sometime getting deadlocked.

v0.1.0-alpha.2

22 Dec 19:37
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release
Fix blackfriday dep

v0.1.0-alpha.1

21 Dec 20:49
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release
Make transaction IDs configurable