Release: v2023.12.10

This commit is contained in:
Laura Hausmann 2024-11-20 04:25:30 +01:00
parent c1e1c391f8
commit e202766386
No known key found for this signature in database
GPG Key ID: D044E84C5BE01605

View File

@ -1,3 +1,31 @@
## v2023.12.10
This release contains several critical security patches, as well as minor fixes and improvements. Upgrading is strongly recommended for all server operators.
### Highlights
- A DoS / DDoS / request amplification vulnerability has been patched
- Follower-only pinned notes are now fetched correctly
- Prometheus metrics support has been added
### Backend
- Follower-only polls now update correctly
- The job queue was migrated to BullMQ (from the legacy Bull)
- Redis now uses the correct prefix for subscribe/notify
- HTTP 429 errors are now treated as retryable
### Frontend
- The emoji picker now supports searching for emoji with uppercase letters
- Inline replies now render correctly on Chrome version >= 130
### Miscellaneous
- The Firefish migration guide was updated
- The README was updated
- Yarn telemetry has been disabled
- Various Dockerfile changes
- Various translation updates
### Attribution
This release was made possible by project contributors: AverageDood, Laura Hausmann, Mae Dartmann, SWREI, ltlapy, mia, morotesovtannu & sugar
## v2023.12.9
This release contains a security patch, as well as minor fixes and improvements. Upgrading is strongly recommended for all server operators.