Skip to content

Releases: xh/hoist-core

v18.3.2

02 Feb 04:49
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix bug in LdapService.lookupUser where queries were not being formed correctly.

v18.3.1

30 Jan 16:09
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fixed bug in DefaultRoleService where not all effective roles were being returned for a user.

v18.3.0

29 Jan 21:13
Compare
Choose a tag to compare

🎁 New Features

  • DefaultRoleService now includes support for out-of-the-box LDAP groups.

⚙️ Technical

  • Refactor DefaultRoleService for more efficient and straightforward role/user resolution
  • Normalize role member usernames to lowercase and generally tighten up case-insensitive handling.

v18.2.1

26 Jan 03:51
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fixed DefaultRoleService unintended case-sensitive handling of usernames.

v18.2.0

24 Jan 21:59
de3abe3
Compare
Choose a tag to compare

🎁 New Features

  • New LdapService: Out-of-the-box support for querying LDAP groups and users via
    apache Directory project.

  • New ConfigService.hasConfig method for checking if a config exists.

v18.1.0

19 Jan 02:13
Compare
Choose a tag to compare

🎁 New Features

  • Improved handling of requests during application initialization. HTTP requests received
    during App startup will now yield clean "App Initializing" Exceptions. This is an
    improvement over the current behavior where attempting to service requests prematurely can cause
    arbitrary and misleading exceptions.

  • Misc. Improvements to DefaultRoleService API and documentation.

v18.0.1

16 Jan 23:15
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fixed an issue preventing the creation of new roles.

v18.0.0

12 Jan 14:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.4.0...v18.0.0

v17.4.0

09 Nov 18:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.3.0...v17.4.0

v17.3.0

08 Nov 16:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.2.0...v17.3.0