Skip to content

Tags: jpughcs/gocloak

Tags

v7.10.0

Bump version v7.10.0

* 8a76fab Fix test
* f0cd6f1 Increase test coverage
* 5b1c757 Add nil err check
* 432f693 Add comments to exported types
* 435aa76 Add a type field to APIError

v7.9.0

Bump version v7.9.0

* fa4c0b9 Adjust role in test
* 613eadb Fix errcheck L4486
* 18e2601 Fix linting and test clash
* 9290109 Add tests for Create/Get/Update/Delete ResourcePolicy
* a5f427d Add Create/Delete/GetResourcePolicy(ies)
* 447433c Refactor param checking UpdateUserPermission
* c5d9eec Refactor param checking
* 3c7ae35 Fix more misspelling UK->US english
* 4c3bf31 Fix misspelling UK->US english
* 7a34a56 Add tests of <verb>UserPermissions
* 31f3912 Add tests of <verb>ResourceClient
* ed89fcf Fix staticcheck errors
* 3a2a9e8 Fix lint and staticcheck errors
* d5a7da2 Fix linting, update README
* cb3a99f Delete commented code
* 07d56af Add DeleteUserPermission
* b596f75 Add GetUserPermissions
* 1ace6b5 Fix UpdateUserPermission
* fc1bf91 Add test of GrantUserPermission
* 9806f8d Fix arg name for CreatePermissionTicket
* 9dc4e57 Add PermissionTicketRepresentation
* 248fbc9 Update CreatGetUpdateDeletePermissionTicket test
* 94ba3dd Add CreatePermissionTicket
* cc7b466 Add create and delete resource client methods

v7.8.0

Bump version v7.8.0

* 951e151 Add client methods for Get, Update resource

v7.7.0

Bump version v7.7.0

* 91efecb Fixed test case failure
* 9186712 Update golangci-lint-action version
* ef3bbe8 Update golangci-lint-action version
* 193ad99 Updated setup-go version
* f5f6006 Fixed build failure isuses
* d6f80a5 Added api to fetch role using role ID
* f009ed8 Fix typo in README

v7.6.0

Bump version v7.6.0

* c6e1914 Updated comment description
* a8cc4e3 Update go.yml
* 5a14f22 fixed test failures
* 31fe92e added validations
* 0ba39de APIs to fetch resource and scopes associated with permission
* 5efea78 Add AddUserToGroup to documentation

v7.5.0

Bump version v7.5.0

* daf5d72 Serialize enabled and exact query params as strings (Nerzal#220)
* ccaf080 Write go.list file for nancy (Nerzal#218)
* a3c2861 Add requesting permission method with 'permission' response type. (Nerzal#214)

v7.4.0

Bump version v7.4.0

* db860ea Add support for enabled query param to list users query
* b11e9c1 Add support for exact query param to list users query
* 7068f57 go mod tidy
* fdb049e upgrade to go 1.15 and update some dependencies
* dd94a38 Fix readme typo
* 8bbd01f Use sync.Map for certificate cache

v7.3.0

Bump version v7.3.0

* 4c6ea6b propertly formatted models.go.
* 26a1a7a Update readme
* 41f7c12 fixed return
* 00a8072 Add tests
* 0e7ff33 Client scope mappings
* b5c6004 Add groups to user model

v7.2.0

Bump version v7.2.0

* 1560249 Adding multiple methods for dealing with realm roles
* 3e943d4 Adding missing SetResult to GetRealmRolesByGroupID method
* ec79224 Add installation section

v7.1.0

Bump version v7.1.0

* 2358ef8 Adding GetGroupParams to GetUserGroups method
* 0e3b69f Let checkForError return original error message
* df92c15 Adding GetAvailableClientRolesByGroupID method
* 93765e7 add functional option for cert invalidation duration
* ea491e1 Add missing functional option methods
* 33ab286 gofmt
* c3866d6 add functional options