3.7.0
Starting from this version, it is now possible to use environment variables in all the config files of the app (application hocon, resolver, enrichments).
It also bumps YAUAA to the latest version, so that it correctly detects Chrome 109.
Last but not least, SQL, API and JS enrichment are now activated in the integration tests on Github Actions and we've added a cache for UA parser enrichment that will improve its performance.
Changelog
- common: bump http4s to 0.21.34 (#744)
- common: bump postgresql to 42.5.2 (#743)
- common: bump netty to 4.1.87.Final (#742)
- common: bump yauaa to 7.11.0 (#741)
- enrich-kinesis: activate JS enrichment, SQL enrichment and API request enrichment in integration tests (#724)
- common: parse Iglu resolver and enrichment configs as HOCON instead of JSON (#736)
- Add UA parser enrichment cache (#738)