Releases: oxisto/oauth2go
Releases · oxisto/oauth2go
Release list
v0.16.0
What's Changed
- Bump golang.org/x/crypto from 0.40.0 to 0.45.0 by @dependabot[bot] in #175
- feat: add user-aware token claims with preferred_username by @oxisto in #182
- Bump golang.org/x/crypto from 0.40.0 to 0.47.0 by @dependabot[bot] in #179
- Bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1 by @dependabot[bot] in #181
- Bump golang.org/x/net from 0.42.0 to 0.49.0 by @dependabot[bot] in #180
- Bump golang.org/x/oauth2 from 0.30.0 to 0.34.0 by @dependabot[bot] in #178
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot[bot] in #114
- Bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot[bot] in #118
- Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by @dependabot[bot] in #117
- Bump golang.org/x/crypto from 0.24.0 to 0.25.0 by @dependabot[bot] in #119
- Bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot[bot] in #120
- Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by @dependabot[bot] in #121
- Bump golang.org/x/crypto from 0.25.0 to 0.26.0 by @dependabot[bot] in #123
- Bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot[bot] in #122
- Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot[bot] in #124
- Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by @dependabot[bot] in #130
- Bump golang.org/x/crypto from 0.26.0 to 0.29.0 by @dependabot[bot] in #129
- Bump golang.org/x/net from 0.28.0 to 0.30.0 by @dependabot[bot] in #128
- Bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot[bot] in #131
- Bump golang.org/x/net from 0.31.0 to 0.34.0 by @dependabot[bot] in #137
- Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot[bot] in #140
- Bump golang.org/x/oauth2 from 0.24.0 to 0.26.0 by @dependabot[bot] in #139
- Bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot[bot] in #141
- Bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot[bot] in #145
- Bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 by @dependabot[bot] in #143
- Bump golang.org/x/net from 0.36.0 to 0.37.0 by @dependabot[bot] in #148
- Bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 by @dependabot[bot] in #147
- Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot[bot] in #149
- Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot[bot] in #150
- Bump golang.org/x/crypto from 0.36.0 to 0.37.0 by @dependabot[bot] in #152
- Bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 by @dependabot[bot] in #151
- Bump golang.org/x/net from 0.38.0 to 0.40.0 by @dependabot[bot] in #156
- Bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 by @dependabot[bot] in #154
- Bump github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.2.3 by @dependabot[bot] in #161
- Bump github.com/golang-jwt/jwt/v5 from 5.2.3 to 5.3.0 by @dependabot[bot] in #162
- Bump golang.org/x/net from 0.40.0 to 0.42.0 by @dependabot[bot] in #159
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in #99
- Bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in #101
- Bump golang.org/x/net from 0.19.0 to 0.21.0 by @dependabot in #100
- Bump golang.org/x/oauth2 from 0.15.0 to 0.17.0 by @dependabot in #102
- Bump golang.org/x/crypto from 0.19.0 to 0.20.0 by @dependabot in #103
- Bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1 by @dependabot in #104
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #109
- Bump golang.org/x/oauth2 from 0.17.0 to 0.19.0 by @dependabot in #111
- Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 by @dependabot in #113
- Bump golang.org/x/crypto from 0.21.0 to 0.22.0 by @dependabot in #112
- Bump golang.org/x/net from 0.23.0 to 0.24.0 by @dependabot in #110
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #95
- Implemented basic storage for the private key used in the server by @oxisto in #96
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Bump github.com/golang-jwt/jwt/v5 from 5.0.0 to 5.1.0 by @dependabot in #86
- Bump golang.org/x/net from 0.17.0 to 0.18.0 by @dependabot in #88
- Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 by @dependabot in #89
- Bump golang.org/x/net from 0.18.0 to 0.19.0 by @dependabot in #90
- Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by @dependabot in #91
- Bump github.com/golang-jwt/jwt/v5 from 5.1.0 to 5.2.0 by @dependabot in #94
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Bump golang.org/x/crypto from 0.12.0 to 0.13.0 by @dependabot in #80
- Bump golang.org/x/crypto from 0.13.0 to 0.14.0 by @dependabot in #83
- Bump golang.org/x/oauth2 from 0.11.0 to 0.13.0 by @dependabot in #84
- Bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #85
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Bump golang.org/x/crypto from 0.8.0 to 0.9.0 by @dependabot in #67
- Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 by @dependabot in #65
- Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 by @dependabot in #69
- Bump golang.org/x/crypto from 0.10.0 to 0.11.0 by @dependabot in #73
- Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 by @dependabot in #71
- Bump golang.org/x/net from 0.12.0 to 0.13.0 by @dependabot in #74
- Bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in #77
- Bump golang.org/x/net from 0.13.0 to 0.14.0 by @dependabot in #75
- Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 by @dependabot in #76
- Upgrade to Go 1.21 by @oxisto in #78
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.0
What's Changed
- Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 by @dependabot in #63
- Bump golang.org/x/crypto from 0.7.0 to 0.8.0 by @dependabot in #62
Full Changelog: v0.7.2...v0.8.0