From 6a11d15a23e46e466b5641a482c477b04c4eac9a Mon Sep 17 00:00:00 2001 From: spenes Date: Wed, 3 May 2023 14:58:42 +0300 Subject: [PATCH] Prepare for 3.8.0 release --- CHANGELOG | 13 +++++++++++++ README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f59a7203d..d7b04d0bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +3.8.0 (2023-05-03) +------------------ +Take superseding schema into account during validation (#751) +common: Provide derived contexts to JS enrichment (#769) +Scan Docker images in Snyk Github action (#772) +common: do not validate enrichment names (#767) +common: SQL enrichment: get connection only if request not cached (#765) +common: SQL enrichment: put getConnection in Blocker (#763) +common-fs2: fix env var substitution for JSON files (#753) +Add enrich-nsq (#740) +fix: add mskAuth to kafka depedencies (#752) +common: improve caching in API/SQL enrichments (#747) + 3.7.3 (2023-04-26) ------------------ enrich-pubsub: check max message attricutes length (#782) diff --git a/README.md b/README.md index b748ef722..9561c8656 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-3.7.3-blue.svg?style=flat +[release-image]: https://img.shields.io/badge/release-3.8.0-blue.svg?style=flat [releases]: https://github.com/snowplow/enrich/releases