Skip to content

Releases: xh/hoist-core

v1.2.0

30 May 00:57
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

  • None

🎁 New Features

This release adds support for InstanceConfigUtils, a utility for loading configuration properties from an external YAML file once on startup and exposing them to the application as a map.

  • These are intended to be minimal, low-level configs that apply to a particular deployed instance of the application and therefore are better sourced from a local file/volume vs. source code, JavaOpts, or database-driven ConfigService entries.
  • Examples include the AppEnvironment as well as common Bootstrap requirements such as database credentials.
  • See the class-level doc comment for additional details. Use of InstanceUtils is not required to take this release.

🐞 Bugfixes

  • Fix NPE breaking FeedbackService emailing. 8f07caf
  • Make LogLevel adjustments synchronous, so they reflect immediately in Admin console UI. dc387e8