Skip to content

Releases: reddit/edgecontext

v1.7.1-beta.2

08 Jul 17:51
39998d3
Compare
Choose a tag to compare
v1.7.1-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.7.1-beta.1...v1.7.1-beta.2

v1.7.1-beta.1

02 May 17:17
76eb6ae
Compare
Choose a tag to compare
v1.7.1-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.6.3...v1.7.1-beta.1

v1.7.1-beta

02 May 15:50
496f7dd
Compare
Choose a tag to compare
v1.7.1-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.6.3...v1.7.1-beta

v1.7.0-beta

06 Jun 21:29
951d8f4
Compare
Choose a tag to compare
v1.7.0-beta Pre-release
Pre-release

Update go library to use the latest version of the JWT library.

The underlying JWT library had some breaking changes that percolated up to this one:

  • jwt.StandardClaims was deprecated in v4 and removed in v5, replaced with jwt.RegisteredClaims. If you referenced AuthenticationToken.StardardClaims directly, then you will have to change that to AuthenticationToken.RegisteredClaims.
  • jwt.NewValidationError was removed. Replaced by new errors in the edgecontext library and additional checks in the ParseWithClaims call. This may affect you if you were checking the errors returned by ParseWithClaims, specifically check errors.As against a *jwt.VerificationError. This type was completely removed, so you will need to check against specific errors, either the errors from the JWT library or the new ones added in here.

v0.2.0-beta

01 May 21:21
951d8f4
Compare
Choose a tag to compare
v0.2.0-beta Pre-release
Pre-release

Update go library to use the latest version of the JWT library.

The underlying JWT library had some breaking changes that percolated up to this one:

  • jwt.StandardClaims was deprecated in v4 and removed in v5, replaced with jwt.RegisteredClaims. If you referenced AuthenticationToken.StardardClaims directly, then you will have to change that to AuthenticationToken.RegisteredClaims.
  • jwt.NewValidationError was removed. Replaced by new errors in the edgecontext library and additional checks in the ParseWithClaims call. This may affect you if you were checking the errors returned by ParseWithClaims, specifically check errors.As against a *jwt.VerificationError. This type was completely removed, so you will need to check against specific errors, either the errors from the JWT library or the new ones added in here.

New Python version

03 Feb 23:32
cb07194
Compare
Choose a tag to compare
  • Relaxes version check for the cryptography dependency.

v1.6.2

12 Jul 15:41
v1.6.2
b59fc17
Compare
Choose a tag to compare

This release updates the validation of LocaleCode, and also adds support to Baseplate.go's detach library in the go library.

v1.6.1

16 Mar 21:16
v1.6.1
Compare
Choose a tag to compare

This release switched the Go library to use JWKS for key rotation. It also changed the dependency of jwt go library from reddit's fork to the new upstream version.

v1.6.0

27 Jul 22:27
42f4ee3
Compare
Choose a tag to compare

No changes from v1.1.0 but we needed a new version to get past some accidental tags carried over from the baseplate.py repo.

v1.1.0

27 Jul 16:59
42f4ee3
Compare
Choose a tag to compare
  • Add locale (#12)