Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Releases: keycloak/keycloak-nodejs-admin-client

v1.14.2 Feature release

24 Nov 09:28
Compare
Choose a tag to compare

A small release that adds some interesting features.

v1.14.0

10 Nov 16:41
Compare
Choose a tag to compare

This is going to be the last release on as keycloak-admin as this package will move under the @keycloak sub-package. It's been a while since the last release so the list with things done is quite long. Thanks to everybody that participated: @milicadjordjevic, @KyDenZ, @zagaria, @ShellyXueHan, @rpiotrow, @dbateman, @karlhorky, @zagaria, Jan Garaj, Mustafa İlhan, popcorny

  • [ c28aa89 ] Add sessions endpoints for clients (#35)
  • [ b871c2c] Updated Keycloak to 7.0.1 and added NodeJS 12 to CI (#41)
  • [ 1e16331 ] Adding attributes field to RoleRepresentation
  • [ ad17b66 ] Added permissions group
  • [ fdaf7e3 ] Added tests
  • [ 76e8c91 ] Add support for Authentication management: required actions and users
  • [ 02d8955 ] Generic permission and policy
  • [ 834158d ] UPDATED createPolicy params
  • [ 64a5f34 ] Security update (#54)
  • [ 9e4919b ] added optional totp attribute in auth config
  • [ 310133e ] Update usage of open-id client in README.md
  • [ 7ab7ba4 ] Adding types field to package.json
  • [ 0f46bc8 ] make it usable in the browser
  • [ 30b7e78 ] added 2 more endpoints whoAmI and serverInfo
  • [ 54324e9 ] Support for admin-events
  • [ 21bbe07 ] Support logoutAll and delete sessions
  • [ 454d171 ] Update realm admin
  • [ c2ccdde ] update dependencies and formatted code
  • [ e7bdd0d ] Allow to configure request headers …

v1.13.0 - Features release

19 Oct 08:57
1a94e37
Compare
Choose a tag to compare

Improvement

Fixes

  • [1a94e37] - fixed vulnerabilities (dependencies update)

v1.12.1 - Security Release

10 Oct 23:20
Compare
Choose a tag to compare

Fixed critical vulnerabilities for dependencies packages.

v1.12.0

25 Apr 09:34
Compare
Choose a tag to compare
  • [dd8fba8]: resolve #11. Support resourceId response for create-related api.
  • [2b20010]: add POST /{realm}/groups/{id}/children api.

v1.11.0

24 Apr 11:49
Compare
Choose a tag to compare
  • [ccd6490]: add users.listCompositeRealmRoleMappings

v1.10.0

20 Feb 05:05
Compare
Choose a tag to compare

v1.9.0

15 Feb 15:45
Compare
Choose a tag to compare

Enhancement

v1.8.0

08 Oct 03:06
Compare
Choose a tag to compare

Improvement

  • [ 2c0ddae ] implement support for federated identities list, add and delete on users (@Schnitzel) #7

v1.7.0

02 Oct 05:16
Compare
Choose a tag to compare

Fixes

  • [ fb34564 ] use url-join instead of path.join for compatibility to windows #5

Improvement