Skip to content

Commit

Permalink
Prepare for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Mar 4, 2022
1 parent ebaa79f commit 66ddbbc
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
Version 3.0.0 (2022-03-24)
--------------------------
enrich-pubsub: split into common module and PubSub module (#473)
enrich-pubsub: Bump fs2-google-pubsub to 0.18.1 (#513)
enrich-kinesis: create enrich asset based on fs2 (#480)
common-fs2: Metrics: send counts instead of gauges (#494)
common-fs2: File sink should rotate files with maximum size (#440)
common-fs2: put good bad and pii inside output {} in config (#493)
Bump circe to 0.14.1 (#496)
Set spray-json transitive dependency to 1.3.6 (#498)
Bump jackson-databind to 2.11.4 (#499)
Bump snowplow-badrows to 2.1.1 (#500)
Remove tomcat-embed-core transitive dependency (#501)
Set netty transitive dependency to 4.1.68.Final (#502)
Add possibility to use STS to authenticate (#318)
Bump Snowplow Scala tracker to 1.0.0 (#504)
common-fs2: add telemetry (#489)
Bump Iglu client to 1.1.1 (#507)
enrich-pubsub: add reference.conf and provide minimal config example (#505)
Add Github Action to scan Docker images with lacework (#506)
common: use schemas/nl.basjes/yauaa_context/jsonschema/1-0-3 (#515)
Enable ES6 by default in javascript enrichment (#508)
Publish arm64 and amd64 docker images (#491)
Beam Enrich: deprecate (#530)
common: SQL enrichment: fix getConnection for Sync (#546)
common: catch and handle errors in the CurrencyConversionEnrichment (#542)
Validate enriched event against atomic schema before emitting (#517)
Stream Enrich Kafka: Enable AWS MSK IAM Authentication (#547)
Stream Enrich Kafka: bump Kafka Client to 2.8.1 (#518)
common: add Adapted type (#560)
enrich-kinesis: add integration test (#531)
enrich-pubsub: bump GCP SDK to 2.4.2 (#562)
Set protobuf-java transitive dependency to 3.19.4 (#561)
enrich-pubsub: set gson transitive dependency to 2.9.0 (#565)
enrich-pubsub: set google-oauth-client transitive dependency to 1.33.1 (#566)

Version 2.0.7 (2022-02-25)
--------------------------
Stream: Bump gson to 2.9.0 (close #563)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ limitations under the License.
[coveralls]: https://coveralls.io/github/snowplow/enrich?branch=master
[coveralls-image]: https://coveralls.io/repos/github/snowplow/enrich/badge.svg?branch=master

[release-image]: https://img.shields.io/badge/release-2.0.6-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-3.0.0-blue.svg?style=flat
[releases]: https://github.com/snowplow/enrich/releases

0 comments on commit 66ddbbc

Please sign in to comment.