- Notifications
You must be signed in to change notification settings - Fork370
Releases: ory/fosite
Releases · ory/fosite
v0.49.0
653c812
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed
- refactor: refresh token rotation by@aeneasr in#838
- chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 by@dependabot in#839
Full Changelog:v0.48.0...v0.49.0
v0.48.0
db74aa7
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed
- fix: require redirect_uri for OpenID Connect calls by@aeneasr in#814
- fix: pass JWK for singing so that KeyID is set in JWTs by@mitar in#799
- fix: do not store stacktrace in sentinel errors by@mitar in#823
- chore: minor improvements to readability and updated code style by@zepatrik in#827
- feat: add identity ID to password grant extra claims by@hperl in#831
- chore: update ory/x and ristretto by@aeneasr in#832
- fix: remove duplicated matcher split by@acynothia in#834
- revert: signature extraction in the HMAC strategy by@zepatrik in#835
- chore: make serialization error wrappable by@aeneasr in#837
New Contributors
- @acynothia made their first contribution in#834
Full Changelog:v0.47.0...v0.47.1
v0.47.0
3ec8db8
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
BREAKING CHANGES: Going forward, please instantiate the HMACSHAStrategy usingoauth2.NewHMACSHAStrategy()
:
-var hmacshaStrategy = oauth2.HMACSHAStrategy{-Enigma: &hmac.HMACStrategy{Config: &fosite.Config{GlobalSecret: []byte("foobarfoobarfoobarfoobarfoobarfoobarfoobarfoobar")}},-Config: &fosite.Config{-AccessTokenLifespan: time.Hour * 24,-AuthorizeCodeLifespan: time.Hour * 24,-},-}+var hmacshaStrategy = oauth2.NewHMACSHAStrategy(+&hmac.HMACStrategy{Config: &fosite.Config{GlobalSecret: []byte("foobarfoobarfoobarfoobarfoobarfoobarfoobarfoobar")}},+&fosite.Config{+AccessTokenLifespan: time.Hour * 24,+AuthorizeCodeLifespan: time.Hour * 24,+},+)
What's Changed
- chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3 by@dependabot in#800
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by@dependabot in#804
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by@dependabot in#811
- chore: remove unneeded dependency github.com/ecordell/optgen by@James-REANNZ in#810
- chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 by@dependabot in#812
- chore(deps): bump golang.org/x/net from 0.13.0 to 0.23.0 by@dependabot in#808
- refactor: split HMAC SHA strategy by@aeneasr in#813
- fix: WriteIntrospectionResponse should always issue headers by@mitar in#802
- revert: splitting the HMAC SHA strategy (#813) by@aeneasr in#815
- refactor: improve dependency injection capabilities by@aeneasr in#816
New Contributors
- @James-REANNZ made their first contribution in#810
Full Changelog:v0.46.1...v0.47.0
0.46.1
1f27af4
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
v0.46.1fix: use stdlib to check loopback address (#795)
Assets2
0.46.0
9b98b55
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed
- fix: fix broken link in History.md by@Suvink in#783
- fix: call DeleteOpenIDConnectSession during successful authcode exchange by@cfryanr in#793
- fix: do not list client_secret_jwt as supported by@mitar in#787
- fix: [#754] Requester ID fix by@vivshankar in#756
New Contributors
Full Changelog:v0.45.0...v0.46.0
0.45.0
2c69fd8
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed
- docs: update copyright by@james-d-elliott in#732
- chore(deps): bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 by@dependabot in#738
- chore(deps): bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 by@dependabot in#739
- feat: add the ability to set jwt header type by@mgyongyosi in#737
- chore(deps): bump github.com/ory/x to v0.0.559 (+ required dependencies) by@kralicky in#751
- chore: update dependencies by@hperl in#752
- feat: basic tracing instrumentation with OpenTelemetry by@alnr in#761
- feat: add support for OIDC VC by@hperl in#758
- fix: isloopback returns true incorrectly by@james-d-elliott in#765
- fix: remove redundant map access by@dtam-cybozu in#775
- feat: support multiple token URLs by@hperl in#780
- fix: quick start secret config by@n0izn0iz in#781
New Contributors
- @dependabot made their first contribution in#738
- @mgyongyosi made their first contribution in#737
- @kralicky made their first contribution in#751
- @hperl made their first contribution in#752
- @alnr made their first contribution in#761
- @dtam-cybozu made their first contribution in#775
- @n0izn0iz made their first contribution in#781
Full Changelog:v0.44.0...v0.45.0
0.44.0
e570564
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
refactor: allow secret configuration to return errors (#726)BREAKING CHANGE: `GetGlobalSecret` and `GetRotatedGlobalSecrets` signatures changed and it is now possible to add an error.
Assets2
0.43.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
v0.43.0chore: update repository templates to https://github.com/ory/meta/com…
Assets2
v0.42.2
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
autogen(docs): regenerate and update changelog
Assets2
v0.42.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
autogen(docs): regenerate and update changelog