Releases: sitture/env-config
Releases · sitture/env-config
1.5.0
What's Changed
- Bump checkstyle from 10.6.0 to 10.7.0 by @dependabot in #109
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #110
- Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 by @dependabot in #111
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #113
- Bump checkstyle from 10.7.0 to 10.8.0 by @dependabot in #112
- Bump checkstyle from 10.8.0 to 10.8.1 by @dependabot in #114
- Bump checkstyle from 10.8.1 to 10.9.2 by @dependabot in #115
- Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by @dependabot in #117
- Bump slf4j.version from 2.0.6 to 2.0.7 by @dependabot in #116
- Bump checkstyle from 10.9.2 to 10.9.3 by @dependabot in #118
- Bump commons-configuration2 from 2.8.0 to 2.9.0 by @dependabot in #119
Full Changelog: 1.4.0...1.5.0
1.4.0
Updated
- Adds additional test coverage for config precedence
- Updates for following Gauge specific scenarios:
- when env var value and default config file value is same and does not contain in env config file then it should ignore the env var
- when env var value and env config file value is same and does not exist in default then value from env var takes priority
What's Changed
- Updates for working with environment variables when running with Gauge by @haroon-sheikh in #108
Full Changelog: 1.3.0...1.4.0
1.3.0
Updated
- Ignore env vars if key=value pair in env/properties and default/properties are same
What's Changed
- Bump system-stubs-core from 2.0.1 to 2.0.2 by @dependabot in #105
- Bump system-stubs-jupiter from 2.0.1 to 2.0.2 by @dependabot in #106
- Skip env vars if key=value pair in env/properties are same by @haroon-sheikh in #107
Full Changelog: 1.2.4...1.3.0
1.2.4
Fixed
- Fixes an issue getting value from keepass when key in env and default properties are same
1.2.3
Fixed
- System environment should now take precedence over keepass
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.path
to load profiles from another directory. - Now throws an EnvConfigException on non-existing
env.config.path
andenv.config.profiles.path
.
Fixed
- Fixes an issue with default environment loading more than once.
- Resolve env.config.path only once at the start.