Releases: 1904labs/nifi-encrypt-value-bundle
Releases · 1904labs/nifi-encrypt-value-bundle
19.02.1 - Update jackson-databind version
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
No changes except upgrading the version of com.fasterxml.jackson.core/jackson-databind
to 2.9.9 to fix security audits
19.01.0
Fix null check on field names property
18.08.0
- Case insensitive comparisons
18.07.5
- Infer avro schema if not provided
18.07.4
- Fix evaluating attributes
- Better handling of custom maven dependency
18.07.3
- Add salting
18.07.2
- Use custom avro lib to more cleanly implement union types
18.07.1
- Support avro union types
- Support Nifi expression language
18.06.3
- Fix bug that errored on multiline JSON
- Switch to Jackson streaming API -- should be a lot faster