What's Changed
- Bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 by @dependabot in #56
- Fix handling of empty
AllowedCIDRs
in LoadBalancerListener by @alakae in #57
Breaking Change:
LoadBalancerListenerRequest.AllowedCIDRs
is now*[]string
instead of[]string
. You will see compile errors after upgrading if you are affected.
Full Changelog: v5.1.0...v6.0.0