Skip to content

Releases: revoltchat/backend

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

0.7.7

20 Jun 21:16
090d8cb
Compare
Choose a tag to compare
0.7.7 Pre-release
Pre-release

Bug fixes:

  • Clean up Redis connections after WebSocket clients disconnect.
  • Drop WebSocket connections if Redis connections drop.

Full Changelog: 20240619-1...20240620-1

0.7.6

19 Jun 17:43
cf0b427
Compare
Choose a tag to compare

Changes:

  • Client-to-server Subscribe { server_id: String } event to indicate a client is looking at a server (subscriptions expire within 15 minutes, send this event at regular intervals iff the user has the page/app/client in focus, i.e. 10 minutes)
  • ⚠️ (BREAKING) Don't fan out UserUpdate event to normal users through server membership by default (bots are not affected by this change and continue to receive all events).

Full Changelog: 20240615-1...20240619-1