Skip to content

Releases: einride/iam-go

v0.37.0

27 Jun 15:16
Compare
Choose a tag to compare

0.37.0 (2021-06-27)

Features

  • add deadline and trace context to iamv1.Caller (28da40c)

v0.36.2

23 Jun 12:07
Compare
Choose a tag to compare

0.36.2 (2021-06-23)

Bug Fixes

  • use Bearer, not bearer for tokens (ca29e22)

v0.36.1

20 Jun 20:01
Compare
Choose a tag to compare

0.36.1 (2021-06-20)

Bug Fixes

  • forward status codes from permission test functions (ed8379c)

v0.36.0

18 Jun 12:25
Compare
Choose a tag to compare

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

16 Jun 07:15
Compare
Choose a tag to compare
feat(iammember): add New and Parse functions

For construction, parsing and validation of IAM members.

v0.34.1

15 Jun 16:58
Compare
Choose a tag to compare

0.34.1 (2021-06-15)

Bug Fixes

  • iammember: use correct type for ResolveResult.Metadata (cfbe04e)

v0.34.0

15 Jun 16:10
Compare
Choose a tag to compare

0.34.0 (2021-06-15)

Features

  • iamjwt: rename Payload to Token and add checksum (3f0031c)
  • iammember: simplify ResolveResult (e23e540)

v0.33.1

14 Jun 12:46
Compare
Choose a tag to compare

0.33.1 (2021-06-14)

Bug Fixes

  • mitigate unused variable (c76c6b7)

v0.33.0

14 Jun 11:29
Compare
Choose a tag to compare

0.33.0 (2021-06-14)

Features

  • improve pattern resolution (a77e530)

v0.32.0

14 Jun 05:41
Compare
Choose a tag to compare

0.32.0 (2021-06-14)

Features

  • proto-gen-go-iam: add validation and type-checking (6167c6f)