From 66ddbbca73bc1c66a3cd1e0a722c561a97ab2d22 Mon Sep 17 00:00:00 2001 From: Benjamin Benoist Date: Fri, 4 Mar 2022 13:55:39 +0100 Subject: [PATCH] Prepare for 3.0.0 release --- CHANGELOG | 36 ++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 451318d09..426f173e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/README.md b/README.md index 0fb2ec5de..5d21df6b0 100644 --- a/README.md +++ b/README.md @@ -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