Skip to content

Releases: selectel/iam-go

v0.8.0

04 Mar 11:03
d30fa05

Choose a tag to compare

What's Changed

  • feat: Add SAML federation group mapping, preview and check support by @icerzack in #15

Full Changelog: v0.7.0...v0.8.0

v0.7.0

08 Dec 11:01
86295f3

Choose a tag to compare

What's Changed

  • Revert "feat: enhance user-agent logic" by @icerzack in #14
    Rollback of BREAKING CHANGE.
    This PR reverts #12 to previous behavior (user-agent prepending instead of appending)

Full Changelog: v0.6.0...v0.7.0

v0.6.0

05 Dec 12:25
ff926ad

Choose a tag to compare

What's Changed

  • feat!: change user-agent logic by @icerzack in #12

    BREAKING CHANGE: a new approach for using custom User-Agent is introduced. Now, some method signatures and User-Agent "appending" logic have changed, be cautios. Custom User-Agent is now added as a postfix to the default one.

Full Changelog: v0.5.0...v0.6.0

v0.5.0

02 Dec 14:26
e1605ae

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

31 Jul 14:53
1e47155

Choose a tag to compare

Changes:

  • add missing ErrFederationCertificateNotFound error

v0.4.0

29 Jul 12:14
7380a41

Choose a tag to compare

Add Federations, Federation Certificates (#8)

v0.3.0

09 Jul 09:02
cd9d6a0

Choose a tag to compare

  • Added methods for managing Groups, their roles and users in them.

  • The Users and Service Users structs are extended with Groups.

  • Refactor code and response models.

v0.2.0

27 Mar 14:20
1f3033a

Choose a tag to compare

  • Changed naming from EC2 to S3Credentials

v0.1.2

01 Mar 14:23
2392784

Choose a tag to compare

Changed user.Role and serviceuser.Role to one format roles.Role

v0.1.1

22 Feb 10:12
de8f2ed

Choose a tag to compare

  • Removed project_name field from roles block for Users and ServiceUsers components
  • Changed base API url for all requests
  • Fixed typos in docs