Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Oct 21, 2020
1 parent c61fa01 commit cef17b9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
Version 1.4.0 (2020-10-21)
--------------------------
Stream FS2: add (close #346) [Anton Parkhomenko]
Stream: bump log4j-core to 2.13.3 (close #368) [Anton Parkhomenko]
Stream: bump base-debian to 0.2.1 (close #359) [Oguzhan Unlu]
Stream: remove unused Maxmind database (close #352) [Oguzhan Unlu]
Beam: bump Scio to 0.9.3 (close #308) [Anton Parkhomenko]
Beam: use test Maxmind databases (close #269) [Oguzhan Unlu]
Common: add benchmarking module (close #370) [Anton Parkhomenko]
Common: bump scala-forex to 1.0.0 (close #349) [Anton Parkhomenko]
Common: bump scala-referer-parser to 1.1.0 (close #348) [Anton Parkhomenko]
Common: bump scala-weather to 1.0.0 (close #347) [Anton Parkhomenko]
Common: bump iglu-scala-client to 1.0.2 (close #52) [Anton Parkhomenko]
Common: bump scala-maxmind-iplookups to 0.7.1 (close #323) [Anton Parkhomenko]
Common: bump snowplow-badrows to 2.1.0 (close #325) [Anton Parkhomenko]
Common: bump YAUAA to 5.19 (close #314) [Anton Parkhomenko]
Common: bump postgresql to 42.2.16 (close #369) [Anton Parkhomenko]
Common: bump jackson-databind to 2.10.5 (close #367) [Anton Parkhomenko]
Common: bump to JDK 11 (close #362) [Oguzhan Unlu]
Common: switch to HostName.asInetAddress to validate IP addresses (close #355) [Anton Parkhomenko]
Common: fix NullPointerException on serializing invalid state (close #371) [Anton Parkhomenko]
Common: fix API Request Enrichment output deserialization (closes #374) (origin/develop) [Oguzhan Unlu]
Common: fix PiiPseudonymizerEnrichment for arrays and improve unit tests coverage (close #334) [Benjamin Benoist]
Common: fix PII enrichment adding empty objects instead of missing properties (close #351) [Dilyan Damyanov]
Common: fix PathNotFoundException in PII enrichment (close #339) [Benjamin Benoist]
Common: fix pattern matching against null in ScrambleMapFunction (close #338) [Benjamin Benoist]
Common: fix flaky ThriftLoader test (close #306) [Anton Parkhomenko]
Common: handle empty query string parameters in adapters (close #341) [Benjamin Benoist]
Common: make assets publishing independent of each other (close #373) (HEAD -> release/1.4.0, origin/feature/fs2-enrich, feature/fs2-enrich, develop) [Anton Parkhomenko]
Common: disable formatting on compile (close #358) [Anton Parkhomenko]
Common: add sbt publishLocal operation to test action (close #357) [Anton Parkhomenko]
Common: add toThrift and toRaw methods to CollectorPayload (close #345) [Anton Parkhomenko]
Common: replace deprecated constructors in EnrichedEventSpec (close #354) [Benjamin Benoist]
Common: improve unit tests coverage (close #335) [Benjamin Benoist]
Common: use test Maxmind databases (close #350) [Oguzhan Unlu]
Common: get rid of placeholder schema in enrichment configurations (close #302) [Anton Parkhomenko]
Common: move EnrichmentConf into its own module (close #303) [Anton Parkhomenko]
Common: get rid of Eval instances (close #300) [Anton Parkhomenko]
Common: add tests for Input for SQL enrichment (close #316) [Łukasz Indykiewicz]

Version 1.3.2 (2020-09-06)
--------------------------
Common: convert null fields in EnrichedEvent to None in PartiallyEnrichedEvent (#331)
Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down

0 comments on commit cef17b9

Please sign in to comment.