Skip to content

Releases: sksamuel/hoplite

v2.9.0

27 Nov 19:39
502e980
Compare
Choose a tag to compare
Deprecated hoplite-aws module (#463)

v2.8.3: Fix for #461 (#462)

19 Nov 05:47
c3cc0dc
Compare
Choose a tag to compare
Co-authored-by: Ivan Ananev <[email protected]>

v2.8.2

30 Sep 03:44
c21e77e
Compare
Choose a tag to compare

What's Changed

  • Fix a check for the context resolver mode to skip unresolved substitutions by @sschuberth in #446

Full Changelog: v2.8.1...v2.8.2

v2.8.1

30 Sep 03:37
3c3deae
Compare
Choose a tag to compare

What's Changed

  • Cascader should carry through the source key from the override by @rocketraman in #448

Full Changelog: v2.8.0...v2.8.1

v2.8.0

20 Sep 19:58
40182da
Compare
Choose a tag to compare

What's Changed

  • Introduce resolvers to allow for nested substitutions by @sksamuel in #369
  • Upgrade to Gradle 8.1.1 by @sschuberth in #379
  • Fix inspection hints by @sschuberth in #378
  • Added explicit sealed subtypes by @sksamuel in #380
  • Do not call hash code on generated values by @sksamuel in #392
  • feat: EnumDecoder: support case-insensitive decoding by @monosoul in #391
  • fix: ConfigLoaderBuilder: typo by @monosoul in #393
  • Fix loadConfigOrThrow example in README to have a leading forward slash by @Deeds67 in #400
  • updating kebab-case comment by @matt-shancer-grindr in #403
  • Target JVM 8 instead of JVM 11 for wider support by @shorinami in #406
  • build: Set compileJava target and source compatability to 1.8 by @shorinami in #407
  • Add type to missing config message by @rocketraman in #411
  • Support loading configs via prefix by @rocketraman in #412
  • Update README.md by @2x2xplz in #416
  • Path normalization via new NodeTransformer interface by @rocketraman in #413
  • fix(deps): update dependency com.azure:azure-identity to v1.13.2 by @renovate in #431
  • fix(deps): update dependency com.fasterxml.jackson.core:jackson-core to v2.17.2 by @renovate in #433
  • fix(deps): update aws-java-sdk-v2 monorepo to v2.27.0 by @renovate in #429
  • fix(deps): update dependency com.google.cloud:google-cloud-secretmanager to v2.47.0 by @renovate in #435
  • chore(deps): update dependency gradle to v8.9 by @renovate in #428
  • fix(deps): update dependency com.typesafe:config to v1.4.3 by @renovate in #426
  • fix(deps): update aws-java-sdk monorepo to v1.12.767 by @renovate in #425
  • fix(deps): update dependency org.slf4j:slf4j-api to v2.0.14 by @renovate in #427
  • fix(deps): update dependency org.postgresql:postgresql to v42.7.3 by @renovate in #441
  • fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.2 by @renovate in #434
  • fix(deps): update dependency com.azure:azure-security-keyvault-secrets to v4.8.5 by @renovate in #432
  • Allow two-step parsing and decoding/binding by @rocketraman in #422
  • Fix decoding of data classes in maps, and denormalizing map keys consistently by @rocketraman in #444
  • Support custom Json serde for SecretsManager by @samu-developments in #423

New Contributors

Full Changelog: v2.7.4...v2.8.0

v2.7.5

06 Aug 15:12
02e2e17
Compare
Choose a tag to compare
Use daemon threads for FileWatcher #387

v2.7.4

21 Apr 13:02
de97dc3
Compare
Choose a tag to compare
Add custom print function to ConfigLoaderBuilder (#367)

v2.7.3

22 Mar 15:54
450cd52
Compare
Choose a tag to compare
Fixed build

v2.7.2

05 Mar 06:02
38038e5
Compare
Choose a tag to compare
Updated to latest dependencies

v2.7.1

28 Jan 12:41
0855f2e
Compare
Choose a tag to compare
revert arrow