Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

v0.8.0

Compare
Choose a tag to compare
@whaught whaught released this 15 Sep 20:05
· 1471 commits to main since this release
v0.8.0
b80594f

Release notes for main

Documentation

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 to uniform_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

Added

Nothing has changed.

Changed

Removed

Nothing has changed.