Releases: sksamuel/hoplite
Releases · sksamuel/hoplite
v2.9.0
v2.8.3: Fix for #461 (#462)
Co-authored-by: Ivan Ananev <[email protected]>
v2.8.2
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
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
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
- @sschuberth made their first contribution in #379
- @matt-shancer-grindr made their first contribution in #403
- @shorinami made their first contribution in #406
- @rocketraman made their first contribution in #411
- @2x2xplz made their first contribution in #416
- @renovate made their first contribution in #431
- @samu-developments made their first contribution in #423
Full Changelog: v2.7.4...v2.8.0