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

v0.15.0

Compare
Choose a tag to compare
@sethvargo sethvargo released this 29 Oct 19:06
· 1172 commits to main since this release
a34ef8d

Changes since v0.14.0

Notable

Security

Realm administration

  • Realm stats now supports CSV export:
    ${SERVER}/realm/stats?csv
    Returns overall realm stats.
    ${SERVER}/realm/stats?csv&user
    Returns the per-user realm stats. (#922, @jeremyfaller)

Misc

  • Add test harness for headless browser testing (#881, @sethvargo)
  • Adds alert playbooks (#911, @icco)
  • Allow realm custom template for invitations (#917, @whaught)
  • Clarify that recently issued codes are your recently issued codes. (#927, @sethvargo)
  • Clean up deleted API keys after 1 week (#909, @sethvargo)
  • Fix context race when sending email via SMTP (#898, @sethvargo)
  • Fixes an issue where certain non-printable unicode characters would accepted as valid characters for the verification certificate issuer and audience. (#931, @mikehelmick)
  • Introduce auth provider interface (#902, @sethvargo)
  • Make it possible to save system email configs (#900, @sethvargo)
  • Switch emails to plaintext renderer (#899, @whaught)
  • Fixes overflow error in capacity metrics when burst quota is given. (#913, @icco)

Dependencies

Added

  • github.com/chromedp/cdproto: 1c6a710
  • github.com/chromedp/chromedp: v0.5.3
  • github.com/chromedp/sysutil: dc95e7e
  • github.com/gobwas/httphead: 2c6c146
  • github.com/gobwas/pool: v0.2.0
  • github.com/gobwas/ws: v1.0.2
  • github.com/knq/sysutil: 15668db

Changed

Removed

Nothing has changed.