Releases: xh/hoist-core
Releases · xh/hoist-core
v18.3.2
v18.3.1
v18.3.0
🎁 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
v18.2.0
v18.1.0
🎁 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
v18.0.0
What's Changed
- Hoist role support by @lbwexler in #309
- Remove safe encoding when parsing alert banner requests by @PeteDarinzo in #320
- Default role service by @lbwexler in #321
- Fix broken config refs in RoleAdminService by @ghsolomon in #322
Full Changelog: v17.4.0...v18.0.0
v17.4.0
v17.3.0
What's Changed
- Add
xhFlags
config by @TomTirapani in #310 - Added
ConfigService.setValue()
API by @jskupsik in #312
Full Changelog: v17.2.0...v17.3.0