Releases: xh/hoist-core
Releases Β· xh/hoist-core
v18.5.1
What's Changed
Full Changelog: v18.5.0...v18.5.1
v18.5.0
What's Changed
- Name of method ensureUserHasRoles is misleading by @cnrudd in #335
- Fix LdapService caching bug by @ghsolomon in #336
Full Changelog: v18.4.0...v18.5.0
v18.4.0
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.