Skip to content

Releases: xh/hoist-core

v20.0.2

05 Jun 20:28
Compare
Choose a tag to compare

What's Changed

  • BaseUserService now allows app implementation to use the app's User type by @jskupsik in #360
  • Enhancements for BaseProxyService by @saba-mo in #361

Full Changelog: v20.0.1...v20.0.2

v20.0.1

21 May 21:18
Compare
Choose a tag to compare

Full Changelog: v20.0.0...v20.0.1

v20.0.0

17 May 14:51
Compare
Choose a tag to compare

What's Changed

  • Multi-instance Support by @lbwexler in #311
  • Return 404 when bad action name is provided (instead of 500) by @lbwexler in #348
  • Consistent Exception Handling for "pre-controller" request exceptions by @lbwexler in #353
  • Make status monitoring multi-instance aware + add default monitors by @amcclain in #351
  • Code cleanups and smaller refactors to monitoring by @amcclain in #355
  • Cleanup to alert banner. by @lbwexler in #356
  • Fixed DefaultRoleService completely failing if presented with a bad roleMember by @jskupsik in #357
  • Fixed BaseService.initialize() hiding stack trace for init exceptions by @jskupsik in #358
  • Some new abstract and base classes for standardizing Oauth into Hoist by @cnrudd in #354

Full Changelog: v19.0.0...v20.0.0

v19.0.0

04 Apr 13:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v18.5.2...v19.0.0

v18.5.2

03 Apr 15:38
Compare
Choose a tag to compare

What's Changed

  • Fix NPE in DefaultRoleService.doLoadUsersForDirectoryGroups by @ghsolomon in #346

Full Changelog: v18.5.1...v18.5.2

v18.5.1

08 Mar 19:26
Compare
Choose a tag to compare

What's Changed

  • Quiet log warnings from LdapNetworkConnection in LdapService by @cnrudd in #337

Full Changelog: v18.5.0...v18.5.1

v18.5.0

08 Mar 17:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v18.4.0...v18.5.0

v18.4.0

13 Feb 17:57
Compare
Choose a tag to compare

What's Changed

  • Allow InstanceConfigs to be sourced from env vars + override AppConfigs by @amcclain in #333
  • Tweaks to DefaultRoleService by @lbwexler in #334

Full Changelog: v18.3.2...v18.4.0

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.