Release: v2023.12.4

This commit is contained in:
Laura Hausmann 2024-02-16 19:42:36 +01:00
parent 5f6096c1b7
commit 20ae0829a5
Signed by: zotan
GPG key ID: D044E84C5BE01605
2 changed files with 24 additions and 1 deletions

View file

@ -1,3 +1,26 @@
## v2023.12.4
This is a security release. Upgrading is therefore strongly recommended.
### Backend
- The content type of fetched activities is now enforced
- Fetched activities' IDs must now match the hostname of the final request URL (after redirects)
- A typo in the activity audience parser was fixed, fixing federation of public posts with JSON-LD compliant remote instances
### Mastodon client API
- The quote_id parameter is now supported when creating new posts
- The /v2/suggestions endpoint now requires the same scope as Mastodon (which differs from their API documentation)
- Full OAuth scopes (read/write/follow) are now also registered when expanding the authorized scopes list
### Frontend
- Migrating from/to the same account twice no longer breaks the migration page
### Miscellaneous
- The packaged yarn version (for NixOS) was updated to 4.1.0
- Various translation updates
### Attribution
This release was made possible by project contributors: Laura Hausmann, Pyrox & tournesol
## v2023.12.3
### Release notes
This is a security release. Upgrading is strongly recommended, as is adding an instance-wide announcement informing your users that if they previously imported posts from Mastodon, they should check their imported post history for DMs and follower-only posts that should not be public.

View file

@ -1,6 +1,6 @@
{
"name": "iceshrimp",
"version": "2023.12.3",
"version": "2023.12.4",
"repository": {
"type": "git",
"url": "https://iceshrimp.dev/iceshrimp/iceshrimp.git"