Skip to content

Releases: sitture/env-config

1.0.0

07 Jun 11:06
10f1874
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Updated

  • Updates maven plugin dependency versions

0.9.0

02 Nov 16:15
0f0eeb1
Compare
Choose a tag to compare

Updated

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

0.8.4

20 Oct 16:24
4d39797
Compare
Choose a tag to compare

Fixed

  • Fixes an issue with keepass opening multiple times

0.8.3

15 Oct 10:58
dfd94da
Compare
Choose a tag to compare

Fixed

  • Changes the way that we get the filename to fix an issue in Windows

0.8.2

30 Sep 13:51
32aa11d
Compare
Choose a tag to compare
Updating to latest version of checkstyle and pmd

0.8.1

29 Sep 11:50
e31c1a3
Compare
Choose a tag to compare

Fixed

  • Fixes an issue with getting properties from parent environments with key format of my.property.

0.8.0

13 Jul 12:10
b433fa4
Compare
Choose a tag to compare

Added

  • Adds the ability to load in profiles using CONFIG_ENV_PROFILE