Skip to content

Releases: sitture/env-config

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

1.2.0

15 Sep 23:58
7003c1b
Compare
Choose a tag to compare

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

11 Jun 23:33
8cf3c96
Compare
Choose a tag to compare

Added

  • Adding missing used undeclared dependency

1.1.0

08 Jun 13:44
ff16a2c
Compare
Choose a tag to compare

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 and env.config.profiles.path.

Fixed

  • Fixes an issue with default environment loading more than once.
  • Resolve env.config.path only once at the start.