Release: v2023.10.11-rc1

This commit is contained in:
Laura Hausmann 2023-10-11 02:21:41 +02:00
parent 4717cc85b5
commit f3f2f35740
Signed by: zotan
GPG key ID: D044E84C5BE01605
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## v2023.10.11-rc1
### Highlights
- The Mastodon client API now supports the websocket streaming API
- Various bugs in the HTTP Link header pagination implementation were fixed
### Attribution
This release was made possible by project contributors: Laura Hausmann
## v2023.10.08-rc1
### Breaking changes
- The Mastodon client API now uses the standard alphanumeric ID format. This breaks pagination with existing Mastodon client sessions, if they cache user and/or post data. It is therefore strongly recommended that you either clear the client's cache (if it exposes such a button), its data (if your OS supports this), log out and in again, or in the worst case reinstall any clients with active sessions, especially if you notice strange timeline behavior or unexplained "Record not found" errors.

View file

@ -1,6 +1,6 @@
{
"name": "iceshrimp",
"version": "2023.10.08-rc1",
"version": "2023.10.11-rc1",
"codename": "aqua",
"repository": {
"type": "git",