Skip to content

Releases: nicheinc/sfdcclient

v2.0.0: Use golang-jwt, return struct type

27 Jun 14:57
f173508
Compare
Choose a tag to compare

#9

  • Return a struct type from NewClientWithJWTBearer rather than an interface type
  • Increment to v2 major version
  • Add utility for printing the JWT being used

#8

  • Swap out the deprecated dgrijalva/jwt-go library for the maintained golang-jwt/jwt
  • Clean up some deprecated ioutil calls

v0.2.0

04 Nov 10:55
0e7f2fb
Compare
Choose a tag to compare

Changes in this release

  • Remove max token duration constraint (#7)