Skip to content

Releases: sitture/env-config

v0.5.8

25 Jun 19:53
85551fb
Compare
Choose a tag to compare

Updated

  • Updates method to getOrThrow(property) for getting a required property.

v0.5.7

24 Jun 18:46
b94d457
Compare
Choose a tag to compare

Updated

  • Migrating to use github actions
  • Publishing to both maven central and github packages

v0.5.6

14 Jun 16:09
a76717a
Compare
Choose a tag to compare

Updated

  • Updates to latest version of checkstyle/pmd.
  • Updates the version of compiler plugin

v0.5.5

22 May 11:27
bd64f79
Compare
Choose a tag to compare

Fixed

  • Updates the version of commons-configurations for security.

v0.5.4

18 Mar 21:35
bc995c4
Compare
Choose a tag to compare

Fixed

  • Ignore leading and trailing spaces when gathering keys from keepass entries.

v0.5.3

11 Oct 19:00
8eb478f
Compare
Choose a tag to compare

Changed

  • Now adds the raw environments as well as processed lowercased keys
    E.g. TEST_VAR can either be retrieved with EnvConfig.get("TEST_VAR") or EnvConfig.get("test.var")

v0.5.2

29 Aug 20:32
459009c
Compare
Choose a tag to compare

Fixed

  • Env vars now loaded after the keePass configurations.

Changed

  • KeePass title instead of username is now used as the key in the map.

v0.5.1

23 Aug 18:26
bf8f375
Compare
Choose a tag to compare

Changed

  • Now adds the property from keepass configuration keys in original format as well as lower-cased.

E.g. For property TEST_PROPERTY, should now be able to get by EnvConfig.get("TEST_PROPERTY") or EnvConfig.get("test.property").

  • Keepass properties now take precedence over the environment variables.

0.5.0

20 Aug 20:41
59a10d7
Compare
Choose a tag to compare

Added

  • Ability to read keepass database file.

0.4.0

19 Aug 16:06
b2dcc3b
Compare
Choose a tag to compare

Added

Ability to clear a specified property with EnvConfig.clear(...)