changelog: add entries for preceding commits
This commit is contained in:
parent
8243fc0ef4
commit
7c23793e55
1 changed files with 2 additions and 0 deletions
|
@ -12,12 +12,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- fixed some holes in SigningKey verification potentially allowing they key-user mapping to be poisoned
|
- fixed some holes in SigningKey verification potentially allowing they key-user mapping to be poisoned
|
||||||
- frontend ZIP files can no longer traverse to paths outside their install dir
|
- frontend ZIP files can no longer traverse to paths outside their install dir
|
||||||
- fixed user updates trying but failing to renew signing key information
|
- fixed user updates trying but failing to renew signing key information
|
||||||
|
- fixed signing key refresh on key rotation
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
- Dropped obsolete `ap_enabled` indicator from user table and associated buggy logic
|
- Dropped obsolete `ap_enabled` indicator from user table and associated buggy logic
|
||||||
- The remote user count in prometheus metrics is now an estimate instead of an exact number
|
- The remote user count in prometheus metrics is now an estimate instead of an exact number
|
||||||
since the latter proved unreasonably costly to obtain for a merely nice-to-have statistic
|
since the latter proved unreasonably costly to obtain for a merely nice-to-have statistic
|
||||||
- Various other tweaks improving stat query performance and avoiding unecessary work on received AP documents
|
- Various other tweaks improving stat query performance and avoiding unecessary work on received AP documents
|
||||||
|
- HTTP signatures now test the most likely request-target alias first cutting down on overhead
|
||||||
|
|
||||||
## 2025.01.01
|
## 2025.01.01
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue