Skip to content

Releases: SAP/cloud-security-client-go

v0.22.0

08 Aug 08:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0

25 Mar 12:57
3056d96
Compare
Choose a tag to compare

What's Changed

  • Allow TLS renegotiation once in DefaultTLSConfig by @f-blass

Full Changelog: v0.20.0...v0.21.0

v0.20.0

01 Mar 13:31
11d7963
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

v0.19.0

19 Feb 13:28
a92711a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0

15 Feb 15:24
76f22d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

Version 0.17.0

23 Nov 13:51
2e3bd63
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

Version 0.16.0

16 Oct 08:29
c06aa64
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.0.15.0...v0.16.0

Version 0.15.0

26 Jul 12:24
89602d1
Compare
Choose a tag to compare

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

Full Changelog: v.0.14.1...v0.15.0

Version 0.14.1

08 Jun 06:31
a828668
Compare
Choose a tag to compare

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

09 Mar 12:28
3c60a76
Compare
Choose a tag to compare

Added

  • new method NewTokenFromClaims in package testutil 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