diff --git a/CHANGELOG.md b/CHANGELOG.md index fcdedd361..39d83ba15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.