This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
Releases: keycloak/keycloak-nodejs-admin-client
Releases · keycloak/keycloak-nodejs-admin-client
v1.14.2 Feature release
A small release that adds some interesting features.
- [ 977e232 ] added offline token for token (#98)
- [ 348c747 ] fixed type of
config
on ComponentRepresentation (#96) - [ 77f3ca3 ] Add a remove session (#92) @ogaston
- [ 66ced82 ] change RoleRepresentation to Role
s
Representation (#94) - [ 17af005 ] added composite role endpoints (#95)
- [ 6343c8c ] added keycloak release scripts (#93)
v1.14.0
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
andserverInfo
- [ 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
Improvement
- [c04fb02] - added find events and users session. Thanks @gerdsander
- [daea502] - added all users (
GET /{realm}/roles/{role-name}/users
) to roles. Thanks @SergioCruzA - [287a6db] - added full ClientScopes. Thanks @dschwank
Fixes
- [1a94e37] - fixed vulnerabilities (dependencies update)
v1.12.1 - Security Release
Fixed critical vulnerabilities for dependencies packages.