mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Release: v2023.10.11-rc1
This commit is contained in:
parent
4717cc85b5
commit
f3f2f35740
2 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "iceshrimp",
|
||||
"version": "2023.10.08-rc1",
|
||||
"version": "2023.10.11-rc1",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue