From 2de0024146f1bc5dd0b36621c6204343295c45c2 Mon Sep 17 00:00:00 2001 From: Piotr Limanowski Date: Fri, 10 Nov 2023 12:56:56 +0100 Subject: [PATCH] Prepare for 3.0.0 release --- CHANGELOG | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 889991f90..0cb8366e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,36 @@ +Release 3.0.0 (2023-11-10) +-------------------------- +Deploy 2.13 scala assets to GH on CI (#392) +Use correct sqs buffer queue name with Kinesis bad sink (#393) +Sbt project modernization (#361) +Update the Pubsub UserAgent format (#362) +Add Snowplow Community License (#346) +Add separate good/bad sink configurations (#388) +Add Kafka sink healthcheck (#387) +Make maxConnections and idleTimeout configurable (#386) +Add support for handling /robots.txt (#385) +Set installation id (#384) +Set maxBytes in the NsqSink (#383) +Add http4s Kafka support (#382) +Add http4s NSQ support (#348) +Add telemetry support (#381) +Use Blaze as default http4s backend (#380) +Add http4s SQS sink (#378) +Add http4s Kinesis sink (#379) +Add iglu routes spec (#377) +Add http4s PubSub sink (#376) +Add http4s SSL support (#374) +Add http4s redirect support (#373) +Load config (#326) +Add http4s anonymous tracking (#372) +Add http4s CORS support (#371) +Add http4s pixel endpoint (#370) +Add http4s GET and HEAD endpoints (#369) +Configure set-cookie header (#368) +Add test for the stdout sink (#367) +Add http4s POST endpoint (#366) +Add http4s graceful shutdown (#365) + Release 2.10.0 (2023-11-08) -------------------------- Update the Pubsub UserAgent format (#362)