Releases: snowplow/enrich
Releases · snowplow/enrich
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
Patch release for enrich-pubsub
so that it doesn't send attributes that are too long to PubSub. If an attribute is longer than 1024 characters, it is discarded.
2.0.1
This release comes with a bug fix for our newest enrich app, Enrich PubSub, that surfaced itself when fetching schemas from Iglu Servers protected by an api key.
2.0.0
Meet our newest asset Snowplow Enrich PubSub
, which was first announced under the name fs2-enrich in version 1.4.0 with beta status!
Version 1.4.2 (2020-11-20)
Version 1.4.1 (2020-11-02)
Version 1.4.0 (2020-10-21)
New experimental enrich asset (enrich-fs2
aka New Horizons), multiple bug fixes, all known Snyk Maven and Docker fixes, JDK11, new YAUAA context.
New features
- Stream FS2: add (#346)
- Common: add benchmarking module (#370)
- Common: add toThrift and toRaw methods to CollectorPayload (#345)
Bugfixes
- Common: switch to HostName.asInetAddress to validate IP addresses (#355)
- Common: fix NullPointerException on serializing invalid state (#371)
- Common: fix API Request Enrichment output deserialization (#374)
- Common: fix PiiPseudonymizerEnrichment for arrays and improve unit tests coverage (#334)
- Common: fix PII enrichment adding empty objects instead of missing properties (#351)
- Common: fix PathNotFoundException in PII enrichment (#339)
- Common: fix pattern matching against null in ScrambleMapFunction (#338)
- Common: fix flaky ThriftLoader test (#306)
- Common: handle empty query string parameters in adapters (#341)
- Common: get rid of placeholder schema in enrichment configurations (#302)
Dependency updates
- Beam: bump Scio to 0.9.3 (#308)
- Stream: bump log4j-core to 2.13.3 (#368)
- Stream: bump base-debian to 0.2.1 (#359)
- Common: bump scala-forex to 1.0.0 (#349)
- Common: bump scala-referer-parser to 1.1.0 (#348)
- Common: bump scala-weather to 1.0.0 (#347)
- Common: bump iglu-scala-client to 1.0.2 (#52)
- Common: bump scala-maxmind-iplookups to 0.7.1 (#323)
- Common: bump snowplow-badrows to 2.1.0 (#325)
- Common: bump YAUAA to 5.19 (#314)
- Common: bump postgresql to 42.2.16 (#369)
- Common: bump jackson-databind to 2.10.5 (#367)
- Common: bump to JDK 11 (#362)
Under the hood
- Beam: use test Maxmind databases (#269)
- Common: make assets publishing independent of each other (#373)
- Common: disable formatting on compile (#358)
- Common: add sbt publishLocal operation to test action (#357)
- Common: replace deprecated constructors in EnrichedEventSpec (#354)
- Common: improve unit tests coverage (#335)
- Common: use test Maxmind databases (#350)
- Common: move EnrichmentConf into its own module (#303)
- Common: get rid of Eval instances (#300)
- Common: add tests for Input for SQL enrichment (#316)
- Stream: remove unused Maxmind database (#352)