From 9d4cfaa781f0ca76590fecb4b73223517635ba21 Mon Sep 17 00:00:00 2001 From: Anton Parkhomenko Date: Wed, 21 Oct 2020 14:54:21 +0300 Subject: [PATCH] Prepare for release --- CHANGELOG | 40 +++++++++++++++++++++++++++++++++++++ project/BuildSettings.scala | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7bd550f43..d9388dbae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,43 @@ +Version 1.4.0 (2020-10-21) +-------------------------- +Stream FS2: add (#346) +Stream: bump log4j-core to 2.13.3 (#368) +Stream: bump base-debian to 0.2.1 (#359) +Stream: remove unused Maxmind database (#352) +Beam: bump Scio to 0.9.3 (#308) +Beam: use test Maxmind databases (#269) +Common: add benchmarking module (#370) +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) +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: make assets publishing independent of each other (#373) +Common: disable formatting on compile (#358) +Common: add sbt publishLocal operation to test action (#357) +Common: add toThrift and toRaw methods to CollectorPayload (#345) +Common: replace deprecated constructors in EnrichedEventSpec (#354) +Common: improve unit tests coverage (#335) +Common: use test Maxmind databases (#350) +Common: get rid of placeholder schema in enrichment configurations (#302) +Common: move EnrichmentConf into its own module (#303) +Common: get rid of Eval instances (#300) +Common: add tests for Input for SQL enrichment (#316) + Version 1.3.2 (2020-09-06) -------------------------- Common: convert null fields in EnrichedEvent to None in PartiallyEnrichedEvent (#331) diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala index 93faea755..78a3ee7b9 100644 --- a/project/BuildSettings.scala +++ b/project/BuildSettings.scala @@ -36,7 +36,7 @@ object BuildSettings { lazy val basicSettings = Seq( organization := "com.snowplowanalytics", scalaVersion := "2.12.11", - version := "1.3.2", + version := "1.4.0", javacOptions := Seq("-source", "11", "-target", "11"), resolvers ++= Dependencies.resolutionRepos, licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0.html")),