Releases: sitture/env-config
Releases · sitture/env-config
1.2.2
Fixed
- Removes duplicate exception from EnvConfigLoader
1.2.1
Fixed
- Fixes an issue with returning value when using parent-env
1.2.0
Updated
- Bump slf4j-api from 1.7.36 to 2.0.0
Fixed
- Fixes an issue when env var and parent/default env values are same
- Fixes an issue with flaky unit tests
1.1.1
Added
- Adding missing used undeclared dependency
1.1.0
Added
- Adds a new configuration item
env.config.profiles.pathto load profiles from another directory. - Now throws an EnvConfigException on non-existing
env.config.pathandenv.config.profiles.path.
Fixed
- Fixes an issue with default environment loading more than once.
- Resolve env.config.path only once at the start.
1.0.0
Updated
- Updates package name from
com.github.sitture.env.configtocom.github.sitture.envconfig - Updates the version of checkstyle to 10.3
- Updates the configuration properties prefix from
config.*toenv.config.*config.dirtoenv.config.pathconfig.envtoenv.config.environmentconfig.env.profiletoenv.config.profileconfig.keepass.enabledtoenv.config.keepass.enabledconfig.keepass.filenametoenv.config.keepass.filenameconfig.keepass.masterkeytoenv.config.keepass.masterkey
0.10.1
Fixed
- Fixes an issue with env var override when there's no parent environment
0.10.0
Updated
- Upgrade minimal required jdk version to 11
- Updates Unit tests to use Junit5 and system-stubs
0.9.1
Updated
- Updates maven plugin dependency versions
0.9.0
Updated
- Adds the ability to specify relative and absolute config dir paths