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

v0.11.1

Compare
Choose a tag to compare
@sethvargo sethvargo released this 06 Oct 21:13
· 1295 commits to main since this release
53810ad

Changes since v0.11.0

Breaking changes

  • Unify custom host handling logic in Terraform. *_custom_domains are now *_custom_hosts and fronted by a load balancer for more control and flexibility. (#750, @sethvargo)

Auth and identity

  • Custom email verify page (#757, @whaught)
  • Ensure that password-reset flows also check that the firebase user auth is created if it's missing and we have an entry for the user. (#756, @whaught)
  • Show error message on too-many-attempts (#745, @whaught)

Documentation

Dependencies

Added

Nothing has changed.

Changed

  • cloud.google.com/go: v0.67.0 → v0.68.0
  • github.com/Azure/go-autorest/autorest: v0.11.7 → v0.11.8
  • github.com/aws/aws-sdk-go: v1.34.34 → v1.35.3
  • github.com/google/exposure-notifications-server: v0.10.0 → 7e6d295
  • github.com/hashicorp/errwrap: v1.0.0 → v1.1.0
  • golang.org/x/crypto: 5c72a88 → 7f63de1
  • golang.org/x/net: 4acb6c0 → 0a1ea39
  • golang.org/x/tools: c8c0a1c → 576e169
  • google.golang.org/genproto: 01fc692 → 3860012

Removed

Nothing has changed.