Releases: einride/iam-go
Releases · einride/iam-go
v0.37.0
0.37.0 (2021-06-27)
Features
- add deadline and trace context to iamv1.Caller (28da40c)
v0.36.2
0.36.2 (2021-06-23)
Bug Fixes
- use Bearer, not bearer for tokens (ca29e22)
v0.36.1
0.36.1 (2021-06-20)
Bug Fixes
- forward status codes from permission test functions (ed8379c)
v0.36.0
0.36.0 (2021-06-18)
Bug Fixes
- iampolicy: allow empty bindings (65d39f6)
Features
- forward error codes from CEL functions (024d9ce)
- include metadata in iamv1.Caller (722e089)
BREAKING CHANGES
- Updates to the iammember API, moving the Resolver
interface to the new iamcaller package.
v0.35.0
feat(iammember): add New and Parse functions
For construction, parsing and validation of IAM members.
v0.34.1
0.34.1 (2021-06-15)
Bug Fixes
- iammember: use correct type for ResolveResult.Metadata (cfbe04e)
v0.34.0
0.34.0 (2021-06-15)
Features
- iamjwt: rename Payload to Token and add checksum (3f0031c)
- iammember: simplify ResolveResult (e23e540)
v0.33.0
0.33.0 (2021-06-14)
Features
- improve pattern resolution (a77e530)
v0.32.0
0.32.0 (2021-06-14)
Features
- proto-gen-go-iam: add validation and type-checking (6167c6f)