File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
### Removed
14
14
### Security
15
15
16
+ ## [ 3.3.0] - 2024-12-18
17
+ ### Changed
18
+ - Kafka sink use a dedicated thread for potentially blocking send [ snowplow/stream-collector-private #3 ]
19
+
20
+ ### Security
21
+ - Add limit for payload allowed sizes [ snowplow/stream-collector-private #1 ]
22
+ - Security and license updates [ snowplow/stream-collector-private #1 ]
23
+
16
24
## [ 3.2.1] - 2024-11-25
17
25
### Changed
18
26
- Kafka sink to open fewer threads [ #431 ]
@@ -564,7 +572,8 @@ Ensure docker image has latest libfreetype6 version [#247]
564
572
- Scala Stream Collector, Scala Kinesis Enrich: replaced stream list with describe to tighten permissions, thanks @pkallos ! [ snowplow/snowplow #535 ]
565
573
566
574
567
- [ Unreleased ] : https://github.com/snowplow/stream-collector/compare/3.2.1...HEAD
575
+ [ Unreleased ] : https://github.com/snowplow/stream-collector/compare/3.3.0...HEAD
576
+ [ 3.3.0 ] : https://github.com/snowplow/stream-collector/compare/3.2.1...3.3.0
568
577
[ 3.2.1 ] : https://github.com/snowplow/stream-collector/compare/3.2.0...3.2.1
569
578
[ 3.2.0 ] : https://github.com/snowplow/stream-collector/compare/3.1.2...3.2.0
570
579
[ 3.1.2 ] : https://github.com/snowplow/stream-collector/compare/3.1.1...3.1.2
You can’t perform that action at this time.
0 commit comments