Skip to content

Releases: 1904labs/nifi-encrypt-value-bundle

19.02.1 - Update jackson-databind version

25 Jul 15:36
Compare
Choose a tag to compare

Just bumping the version of com.fasterxml.jackson.core/jackson-databind to 2.9.9.1 due to security alert

19.02.0 - Update jackson-databind version

10 Jun 16:08
Compare
Choose a tag to compare

No changes except upgrading the version of com.fasterxml.jackson.core/jackson-databind to 2.9.9 to fix security audits

19.01.0

24 Jan 20:15
Compare
Choose a tag to compare

Fix null check on field names property

18.08.0

06 Aug 15:26
Compare
Choose a tag to compare
  • Case insensitive comparisons

18.07.5

27 Jul 23:13
Compare
Choose a tag to compare
  • Infer avro schema if not provided

18.07.4

27 Jul 19:56
Compare
Choose a tag to compare
  • Fix evaluating attributes
  • Better handling of custom maven dependency

18.07.3

19 Jul 21:34
Compare
Choose a tag to compare
  • Add salting

18.07.2

18 Jul 21:06
Compare
Choose a tag to compare
  • Use custom avro lib to more cleanly implement union types

18.07.1

17 Jul 20:16
Compare
Choose a tag to compare
  • Support avro union types
  • Support Nifi expression language

18.06.3

28 Jun 17:36
Compare
Choose a tag to compare
  • Fix bug that errored on multiline JSON
  • Switch to Jackson streaming API -- should be a lot faster