Simplified HTTP signature processing
[akkoma] / CHANGELOG.md
index 3930a25ec6b3699bc354115cb908bb1a275e6284..6b99a0e3c3341613c8c7fa5dcb2c4739df25f864 100644 (file)
@@ -21,6 +21,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - Non-admin users now cannot register `admin` scope tokens (not security-critical, they didn't work before, but you _could_ create them)
   - Admin scopes will be dropped on create
 - Rich media will now backoff for 20 minutes after a failure
+- Simplified HTTP signature processing
+
+### Fixed 
+- /api/v1/accounts/lookup will now respect restrict\_unauthenticated
 
 ### Upgrade notes
 - Ensure `config :tesla, :adapter` is either unset, or set to `{Tesla.Adapter.Finch, name: MyFinch}` in your .exs config