Releases: revoltchat/backend
Releases · revoltchat/backend
0.7.19
Changes:
-
January has been rewritten and now exists in this repository!
Notable changes:
- Jixels (JPEG-XL) are now supported
- SVGs are now supported
- The current support list is: BMP, GIF, ICO, JPEG, JXL, PNG, TIFF, WEBP, SVG (these will also be supported in the new file server!)
- All proxied images are now compressed and scaled down to the same resolution as attachment previews
- Fixes have been implemented for Reddit, (Vx)Twitter/(FixV)X, and YouTube embeds
Accept-Language
header is now set to English
-
Some work towards rewriting Autumn.
-
Add a distinct
NotAuthenticated
error where appropriate.
Bug fixes:
- Validate recipients of push notifications
- Clear expired FCM tokens
- Pin to a "MaxSRV" due to a regression in Rust
- Bridge gap between old and new events servers, i.e. populate empty vector on update events
Full Changelog: 20240830-1...20241024-1
0.7.16
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
Changes:
- Preliminary work for adding settings / unreads to Ready payload.
- Message pins and accompanying system messages
MessagePinned { id, by }
andMessageUnpinned { 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
Changes:
- Added
reason
field to theMemberLeaveEvent
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
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
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
Changes:
- Add
user
andmember
fields to Message model which are populated for theMessage { .. }
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
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
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
Full Changelog: 20240620-2...20240621-1