Skip to content

Releases: revoltchat/backend

0.7.16

30 Aug 11:22
730039e
Compare
Choose a tag to compare

Changes:

  • Switch to distroless runtime Docker images (#297)
  • New crates: bindings/node, core/files, services/autumn

Bug fixes:

  • Detach rather than delete emoji during server deletion
  • Add check whether we are part of a server before fetching role information

Full Changelog: 20240805-1...20240830-1

0.7.15

30 Aug 11:21
f513a9c
Compare
Choose a tag to compare

Changes:

  • Preliminary work for adding settings / unreads to Ready payload.
  • Message pins and accompanying system messages MessagePinned { id, by } and MessageUnpinned { id, by }.
  • Support for updating badges on Apple devices.
  • Support for Apple Music embed information (TBA to proxy service).

Bug fixes:

  • Various fixes and changes for Apple Push Notifications.
  • Never include relations on known users, this wastes bandwidth.

Full Changelog: 20240710-1...20240805-1

0.7.14

10 Jul 13:27
78b9fa1
Compare
Choose a tag to compare

Changes:

  • Added reason field to the MemberLeaveEvent which can be used to determine if a user was kicked or banned from a server.

Bug fixes:

  • Actually run the query to remove a user from a group chat, i.e. users do not stick around anymore after they leave / are kicked.

Full Changelog: 20240629-1...20240710-1

0.7.13

29 Jun 16:37
0954d71
Compare
Choose a tag to compare

Changes:

  • Include user in responses when creating and editing bots.
  • Add support for Apple Push Notifications.

Full Changelog: 20240626-1...20240629-1

0.7.12

26 Jun 18:48
d9cfc9d
Compare
Choose a tag to compare

Changes:

  • Consider owned bots to be yourself when doing permission checks, hence allowing more data to be fetched from API
  • Added message flags to schema and silent messages (no push/desktop notification using bitfield flag 1)

Bug fixes:

  • Added DisplayName back to user fields (this prevented users from resetting display name)
  • Fix the edit route to actually replace current target when editing an owned bot, etc

Full Changelog: 20240625-2...20240626-1

0.7.11

25 Jun 20:06
f903f71
Compare
Choose a tag to compare

Changes:

  • Add user and member fields to Message model which are populated for the Message { .. } event.

Bug fixes:

  • Ready event always made own user appear as offline, this is now set according to presence.

Full Changelog: 20240625-1...20240625-2

0.7.10

25 Jun 18:37
ac20b6b
Compare
Choose a tag to compare

Changes:

  • Add separate (lower) platform limits for new user accounts.

Bug fixes:

  • Don't check outgoing count if we're accepting a friend request, this would result in users over limit not being able to accept.

Full Changelog: 20240623-1...20240625-1

0.7.9

25 Jun 18:36
1ec8f46
Compare
Choose a tag to compare

Changes:

  • Added a limit to the number of outgoing friend requests a user may have (10 by default).

Full Changelog: 20240621-1...20240623-1

0.7.8

25 Jun 18:35
e8e9613
Compare
Choose a tag to compare

‼️ Critical security fix, see details here.

Full Changelog: 20240620-2...20240621-1

0.7.7-1

20 Jun 21:38
93e05e9
Compare
Choose a tag to compare

Bug fixes:

  • Only drop connections if Redis reports cancellation.

Full Changelog: 20240620-1...20240620-2