Skip to content

Releases: sitture/env-config

1.8.0

15 May 12:54
73bf047
Compare
Choose a tag to compare

What's Changed

  • Bump the maven-dependencies group with 2 updates by @dependabot in #175
  • Bump the maven-dependencies group with 3 updates by @dependabot in #176
  • Bump org.apache.commons:commons-configuration2 from 2.10.0 to 2.10.1 by @dependabot in #177
  • Bump the maven-dependencies group with 2 updates by @dependabot in #178
  • Bump the maven-dependencies group with 3 updates by @dependabot in #179
  • Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 by @dependabot in #182
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by @dependabot in #181
  • Bump org.wiremock:wiremock-standalone from 3.5.2 to 3.5.3 by @dependabot in #184
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by @dependabot in #183
  • Bump com.puppycrawl.tools:checkstyle from 10.15.0 to 10.16.0 by @dependabot in #187
  • Bump org.wiremock:wiremock-standalone from 3.5.3 to 3.5.4 by @dependabot in #185
  • Updates to latest version of pmd@v7 by @haroon-sheikh in #188

Full Changelog: 1.7.0...1.8.0

1.7.0

29 Feb 10:06
8fbf30a
Compare
Choose a tag to compare

What's Changed

  • Bump the maven-dependencies group with 2 updates by @dependabot in #161
  • Bump the maven-dependencies group with 2 updates by @dependabot in #164
  • Bump the github-actions group with 1 update by @dependabot in #163
  • Bump the maven-dependencies group with 1 update by @dependabot in #165
  • Bump the maven-dependencies group with 1 update by @dependabot in #166
  • Bump the maven-dependencies group with 3 updates by @dependabot in #167
  • Bump the maven-dependencies group with 5 updates by @dependabot in #168
  • Bump the maven-dependencies group with 2 updates by @dependabot in #170
  • Bump the maven-dependencies group with 2 updates by @dependabot in #171
  • Bump the maven-dependencies group with 1 update by @dependabot in #172
  • Bump the maven-dependencies group with 1 update by @dependabot in #173
  • Update Vault config to Retry token validation to mitigate "412 required index state not present" errors validating newly created tokens by @richhesk in #174

New Contributors

Full Changelog: 1.6.0...1.7.0

1.6.0

16 Nov 16:07
a95e72d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.6.0

1.5.0

05 Apr 09:45
cf05687
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

1.4.0

03 Feb 15:20
3b222aa
Compare
Choose a tag to compare

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

01 Feb 11:11
a59e57c
Compare
Choose a tag to compare

Updated

  • Ignore env vars if key=value pair in env/properties and default/properties are same

What's Changed

Full Changelog: 1.2.4...1.3.0

1.2.4

26 Jan 18:00
bb0f7fa
Compare
Choose a tag to compare

Fixed

  • Fixes an issue getting value from keepass when key in env and default properties are same

1.2.3

25 Jan 14:32
b498e8e
Compare
Choose a tag to compare

Fixed

  • System environment should now take precedence over keepass

1.2.2

16 Sep 11:54
6642465
Compare
Choose a tag to compare

Fixed

  • Removes duplicate exception from EnvConfigLoader

1.2.1

16 Sep 02:54
b594080
Compare
Choose a tag to compare

Fixed

  • Fixes an issue with returning value when using parent-env