Releases: SAP/cloud-security-client-go
Releases · SAP/cloud-security-client-go
v0.22.0
v0.21.0
v0.20.0
v0.19.0
v0.18.0
What's Changed
- Bump github.com/lestrrat-go/jwx from 1.2.26 to 1.2.27 by @dependabot in #104
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #106
- Bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #105
- Bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #107
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #109
- Bump github.com/lestrrat-go/jwx from 1.2.27 to 1.2.28 by @dependabot in #108
- prevent panic in from context function by @hebelal in #110
Full Changelog: v0.17.0...v0.18.0
Version 0.17.0
What's Changed
- Bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #97
- Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 by @dependabot in #100
- Bump golang.org/x/sync from 0.4.0 to 0.5.0 by @dependabot in #99
- Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 by @dependabot in #98
- Fix issuer in token by @hebelal in #101
Full Changelog: v0.16.0...v0.17.0
Version 0.16.0
What's Changed
- Bump golang.org/x/sync from 0.3.0 to 0.4.0 by @dependabot in #96
- Bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in #92
- Update SAP fosstars-rating-core-action from v1.2.0 to v1.11.0 by @hebelal https://github.com/SAP/cloud-security-client-go/pull/93/files
- Add token azp and app_tid support for IAS cert/jwks endpoint by @hebelal #94
New Contributors
Full Changelog: v.0.15.0...v0.16.0
Version 0.15.0
What's Changed
- Bump Go version to 1.20
- fix go lint complaints by @liga-oz in #81
- add option to pass custom token endpoint for client credentials by @stotz89 in #79
- Bump golang.org/x/sync from 0.0.0-20210220032951-036812b2e83c to 0.2.0 by @dependabot in #82
- Bump github.com/pquerna/cachecontrol from 0.1.0 to 0.2.0 by @dependabot in #84
- Bump golang.org/x/sync from 0.2.0 to 0.3.0 by @dependabot in #87
- Bump github.com/lestrrat-go/jwx from 1.2.25 to 1.2.26 by @dependabot in #86
- GetClaimAsStringSlice support for single value and arrays in JWT by @khuhroProezaAP in #89
New Contributors
- @stotz89 made their first contribution in #79
- @khuhroProezaAP made their first contribution in #89
Full Changelog: v.0.14.1...v0.15.0
Version 0.14.1
What's Changed
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
- Bump github.com/lestrrat-go/jwx from 1.2.20 to 1.2.25
- update golangci-lint version 1.39 -> 1.43
- upgrade github go actions to v3
Full Changelog: v0.14.0...v.0.14.1
Version 0.14.0
Added
- new method
NewTokenFromClaims
in packagetestutil
to create arbitrary tokens in test cases
Changed
- BREAKING: Abstraction through interface
Token
removed in favour of direct access to the Token struct.
Full Changelog: v0.12.0...v0.14.0