Skip to content

Releases: snowplow/stream-collector

2.6.1

13 Jun 19:05
Compare
Choose a tag to compare

A patch release to address security vulnerabilities in imported dependencies

Changelog

  • Reduce number of error messages in kinesis collector logs (#242)
  • Bump log4j to 2.17.2 (#241)
  • Remove sbt-dependency-graph from plugins.sbt (#235)
  • Bump jackson-databind to 2.12.7 (#240)
  • Bump aws-java-sdk to 1.12.238 (#239)
  • Bump google-cloud-pubsub to 1.119.1 (#238)
  • Bump jnr-unixsocket to 0.38.17 (#237)
  • Bump akka-http-metrics-datadog to 1.7.1 (#236)

2.6.0

25 Apr 08:21
Compare
Choose a tag to compare

Changelog

  • Replace all metrics implementations with statsd (#223)
  • Enable AWS MSK IAM Authentication (#232)
  • Remove warning about missing config option (#222)
  • Inspect X-Forwarded-Proto for http -> https redirects (#221)
  • Change docker base image to eclipse-temurin:11-jre-focal (#228)
  • Publish distroless docker image (#229)

2.5.0

31 Jan 11:31
Compare
Choose a tag to compare

Changelog

  • Use shorter app name (#217)
  • Update copyright notices to 2022 (#216)
  • Disable warnings for illegal headers (#178)
  • Change default telemetry url (#209)
  • Add configuration option for allow list for collector redirects (#131)
  • Increase default value of pubsub backoffPolicy totalBackoff (#187)
  • Move logging of thread pool creation out of KinesisSink (#129)
  • CollectorServiceSpec should test number of events written to sink (#188)
  • Improve graceful shutdown (#12)

2.4.5

24 Dec 11:36
Compare
Choose a tag to compare

Changelog

Fix how headers are stringified in the collector payload (#210)

2.4.4

20 Dec 14:26
Compare
Choose a tag to compare

Changelog

Bump log4j-core to 2.17.0 (#206)

2.4.3

15 Dec 10:32
Compare
Choose a tag to compare

Changelog

  • Fix log4j-core version to 2.16.0 (#195)
  • Bump slf4j to 1.7.32 (#196)
  • Bump joda-time to 2.10.13 (#198)
  • Bump aws-java-sdk to 1.12.128 (#199)
  • Bump google-cloud-pubsub to 1.115.0 (#200)
  • Bump libthrift to 0.15.0 (#201)
  • Bump sbt to 1.5.6 (#202)

2.4.2

09 Dec 11:11
Compare
Choose a tag to compare

Changelog

  • Fix docs link in README (#192)
  • Bump akka-http to 2.4.1 (#193)

2.4.1

07 Dec 09:09
Compare
Choose a tag to compare

Stream Collector 2.4.1 released

Quickfix release

Changes

OSS terraform modules unique id not propagated into telemetry event (#182)

Discourse

2.4.0

21 Oct 13:42
Compare
Choose a tag to compare

Stream Collector 2.4.0 released

This release moves the SSL configuration from the config file to the JVM system properties.

All components were given a minimal configuration file in examples.

Telemetry data collection is enabled. Only application name and version are send every hour by default.

Changes

Make it possible to configure the collector without a file (#173)
Add telemetry (#167)
Handle LimitExceededException when testing if stream exists (#174)
Include aws-java-sdk-sts to enable web token authentication (#169)
Use sbt-dynver to set application version (#166)
Publish arm64 and amd64 docker images (#165)
Change docker base image to adoptopenjdk:11-jre-hotspot-focal (#164)
Use JRE defaults for https configuration (#163)
Bump akka-http to 10.2.6 (#162)
Bump akka to 2.6.16 (#161)

Discourse

2.3.1

12 Aug 11:02
Compare
Choose a tag to compare

This is a maintenance release that upgrades some dependencies to newer versions. And one small fix to help aws users in the cn-northwest-1 region.

  • Bump pubsub to 2.113.7 (#158)
  • Bump jackson-databind to 2.10.5.1 on nsq module (#157)
  • Add cn-northwest-1 to list of custom endpoints (#152)
  • Bump jackson-dataformat-cbor to 2.11.4 (#155)
  • Bump snowplow-badrows to 2.1.1 (#154)
  • Bump libthrift to 0.14.1 (#153)