Skip to content

Releases: palantir/encrypted-config-value

2.0.0

17 Apr 23:55
f55f43b
Compare
Choose a tag to compare
add a workflow (#77)

1.0.2

29 Dec 19:59
Compare
Choose a tag to compare
  • do not decrypt values that are not encrypted (thanks @henryptung)

1.0.0

05 Oct 18:41
Compare
Choose a tag to compare
  • equivalent to 0.4.0, but formally signaling this project is production ready

0.4.0

13 Sep 23:05
Compare
Choose a tag to compare
  • pulled out jackson-node-visitor logic (thanks @h-korus)
  • friendlier error messages (thanks @diogoholanda)

0.3.0

06 Sep 19:26
Compare
Choose a tag to compare
  • add dropwizard 1.x compatible bundle

0.2.0

11 Aug 21:57
Compare
Choose a tag to compare
  • add encrypted-config-value-module

0.1.8

27 Apr 12:17
Compare
Choose a tag to compare
  • Fix AES Padding a0e3349
  • General improvements to java 7 support & testing

0.1.6

30 Mar 18:30
Compare
Choose a tag to compare
  • substitute config values after parsing: avoids escaping concerns due to string replacement in the serialized form (i.e. YAML).

0.1.5

25 Feb 00:51
Compare
Choose a tag to compare
  • Make KeyWithAlgorithm json-serializable

0.1.4

04 Feb 20:44
Compare
Choose a tag to compare
  • remove even more Java 8 baggage