Releases: snowplow/stream-collector
2.6.1
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
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
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
2.4.4
2.4.3
2.4.2
2.4.1
Stream Collector 2.4.1 released
Quickfix release
Changes
OSS terraform modules unique id not propagated into telemetry event (#182)
Discourse
2.4.0
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
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.