Skip to content

Tags: Nerzal/gocloak

Tags

v12.0.0

Toggle v12.0.0's commit message
Bump version v12.0.0

*

v11.3.0

Toggle v11.3.0's commit message
Bump version v11.3.0

* 18f0f3d WIP: Support for Keycloak 17+ / Version 19 as target (#361)
* b4b5d20 GetComponentsWithParams and UpdateComponent added (#359)
* 1a6a98e feat: support getting group by path (#375)
* 1cd6e0f add missing attributes to ProtocolMappersConfig (#363)
* 4f04556 feat(gocloak): add GetCompositeRolesByRoleID (#376)
* e42788e feat(roles): get groups by client role (#373)
* f15f3bd fix(realm): error handling for update required action (#374)
* 287fa81 remove deprecated linter (#369)
* 2cb779b feat(Realm): get/alter localizations (#372)
* 1137160 fix(realm): add webauthn config (#371)
* fe4f627 feat: add functionality to register, get, list and delete required ac… (#360)
* 1c89abf feat: add supporing ecdsa algorithm (#356)

v11.2.0

Toggle v11.2.0's commit message
Bump version v11.2.0

* 9556250 resolve protocol mapper types and builtin protocol mappers on server info (#354)
* 04f3ff4 Add missing endpoints for client scopes -> scope mappings -> client roles (#348)

v11.1.0

Toggle v11.1.0's commit message
Bump version v11.1.0

* c740220 add: full path field (#349)
* 47ca5d6 Added ClientScope ProtocolMappers CRUD (#351)
* 289eed6  update GetResourcePoliciesParams to use correct filter key (#350)
* 3348765 update install go action to newest version
* b2d9f95 update golang-ci lint action to newest version
* e32d443 update direct dependencies
* 94b56ca update github actions
* 47fc5dc exchange deprecated linter

v11.0.2

Toggle v11.0.2's commit message
Bump version v11.0.2

* fec7764 fix(client): remove unnecessary fmt.Print (#344)

v11.0.1

Toggle v11.0.1's commit message
Bump version v11.0.1

* 4f92e9c token exchange: make requested_subject optional (#343)
* 30870aa Update README.md

v11.0.0

Toggle v11.0.0's commit message
Bump version v11.0.0

* c0c3fdc upgrade to V11
* 44d3a1f fix: json tags in GetEventsParams (#335) (#340)
* b55ab25 ignore gocognit in test files
* 08df6c5 feat: add CreateAuthenticationExecutionFlow (#327)
* 4716d38 Changed ComponentConfig to be a map[string][]string instead of its own struct (#325)
* 7fa5389 feat: add requiredActionProviderRepresentation (#339)
* 76b1bd1 add `Q` and `EmailVerified` to GetUsersParams (#337)
* 392e397 fix naming for authentication executions (#330)
* 12005a1 Add RedirectURI field in TokenOptions structure
* 2e4a11e fix test
* 5ec1ddf Update README.md
* 69c8e11 update readme
* 305bf33 Update readme

v10.0.1

Toggle v10.0.1's commit message
Bump version v10.0.1

* 2c257f3 fix broken tests, removed trusted hosts, that forbids everything from test config

v10.0.0-rc.1

Toggle v10.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #315 from yue-wen/main

LGTM thank you for the contribution
change type of enum PolicyEnforcementMode from int to string

v9.0.4

Toggle v9.0.4's commit message
Bump version v9.0.4

* 7401dd2 update changelog
* 2fb5a75 Add query parameter search to model GetClientsParams
* f4d4262 Format
* 5970ff4 Added ExactName param to GetResourceParams
* 58d4cbe add support for client representation and adapter configuration API
* 42526f4 Create codeql-analysis.yml
* 07319b2 fix codebeat badge
* ee25fed add defaultRole to RealmRepresentation