Releases: sitture/env-config
Releases · sitture/env-config
1.0.0
Updated
- Updates package name from
com.github.sitture.env.config
tocom.github.sitture.envconfig
- Updates the version of checkstyle to 10.3
- Updates the configuration properties prefix from
config.*
toenv.config.*
config.dir
toenv.config.path
config.env
toenv.config.environment
config.env.profile
toenv.config.profile
config.keepass.enabled
toenv.config.keepass.enabled
config.keepass.filename
toenv.config.keepass.filename
config.keepass.masterkey
toenv.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
0.8.4
Fixed
- Fixes an issue with keepass opening multiple times
0.8.3
Fixed
- Changes the way that we get the filename to fix an issue in Windows
0.8.2
Updating to latest version of checkstyle and pmd
0.8.1
Fixed
- Fixes an issue with getting properties from parent environments with key format of my.property.
0.8.0
Added
- Adds the ability to load in profiles using
CONFIG_ENV_PROFILE