This repository was archived by the owner on Jul 12, 2023. It is now read-only.
v0.8.0
Release notes for main
Changelog since v0.7.0
Changes by Kind
Uncategorized
-
Major change!- Change rate limiting for API keys to rate limit by "Realm + IP" to reduce the chance of a DOS attack. Re-evaluate your rate limits to ensure they still make sense in this new model. (#513, @sethvargo)
-
Use HMAC instead of hashes in cacher keys (#503, @sethvargo)
Fixes & Maintenance
- Recommend filesystem key manager for local development (#488, @sethvargo)
- Rename Terraform
bucket_policy_only
touniform_bucket_level_access
to handle deprecation (#502, @sethvargo) - Return build information in response headers if
X-Debug
is supplied as a request header ([#497]
(#497), @sethvargo)
Monitoring & Stats
- Add an elevated 5xx requests to our alerting module. (#515, @icco)
- Add backfill migration for realm stats (#527, @sethvargo)
- Adds per-realm stats and visualization of the last 30 days of issued and claimed codes. (#514, @sethvargo)
UX Changes
- Add realm configuration for requiring a date when generating a verification code. This includes a new
missing_date
error code in the issue API. (#520, @sethvargo) - Fix a rendering bug when retrieving a public key fails (#523, @sethvargo)
- Keep the realm selection during realm admin tasks (#530, @whaught)
- Pagination for Users page (#541, @whaught)
- Refreshed various UI elements (#533, @sethvargo)
- Send new users a password reset email (#501, @whaught)
Dependencies
- Upgrade to Go 1.15.1 (#496, @sethvargo)
Added
Nothing has changed.
Changed
- github.com/sethvargo/go-limiter: v0.4.1 → v0.5.1
- github.com/sethvargo/go-redisstore: v0.1.2-opencensus → v0.2.0-opencensus
Removed
Nothing has changed.