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 9d4cfaa
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 (#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)
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 9d4cfaa

Please sign in to comment.