Skip to content

Releases: sitture/env-config

1.2.2

16 Sep 11:54
6642465

Choose a tag to compare

Fixed

  • Removes duplicate exception from EnvConfigLoader

1.2.1

16 Sep 02:54
b594080

Choose a tag to compare

Fixed

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

1.2.0

15 Sep 23:58
7003c1b

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

Choose a tag to compare

Added

  • Adding missing used undeclared dependency

1.1.0

08 Jun 13:44
ff16a2c

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.

1.0.0

07 Jun 11:06
10f1874

Choose a tag to compare

Updated

  • Updates package name from com.github.sitture.env.config to com.github.sitture.envconfig
  • Updates the version of checkstyle to 10.3
  • Updates the configuration properties prefix from config.* to env.config.*
    • config.dir to env.config.path
    • config.env to env.config.environment
    • config.env.profile to env.config.profile
    • config.keepass.enabled to env.config.keepass.enabled
    • config.keepass.filename to env.config.keepass.filename
    • config.keepass.masterkey to env.config.keepass.masterkey

0.10.1

22 Apr 11:33
5d03781

Choose a tag to compare

Fixed

  • Fixes an issue with env var override when there's no parent environment

0.10.0

11 Mar 11:30
5f57159

Choose a tag to compare

Updated

  • Upgrade minimal required jdk version to 11
  • Updates Unit tests to use Junit5 and system-stubs

0.9.1

03 Nov 23:06
7c661b9

Choose a tag to compare

Updated

  • Updates maven plugin dependency versions

0.9.0

02 Nov 16:15
0f0eeb1

Choose a tag to compare

Updated

  • Adds the ability to specify relative and absolute config dir paths