Skip to content

v3.13.0

Compare
Choose a tag to compare
@adrienlauer adrienlauer released this 23 Jul 12:19
· 6 commits to master since this release
  • [new] Support JSON and YAML expansion in configuration. Use a myKey|json or myKey|yaml as key syntax. The suffix
    will be removed and the value will be replaced by the parsed subtree. Useful for parsing JSON structures passed by
    cloud platforms.
  • [new] The SEEDSTACK_PROFILES environment variable can now be used to specify comma-separated configuration profiles
    to enable. These profiles will be added to the profiles already defined in the seedstack.profiles system property if
    any.
  • [new] If config option rest.diagnosticResource is set to true, the diagnostic report will be available as a JSON
    representation at /seedstack/diagnostic. Do not enable permanently in production. Default is false.