Skip to content

Commit 00c3450

Browse files
peelAlexBenny
authored andcommitted
Prepare for 3.3.0 release
1 parent 34acafe commit 00c3450

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Removed
1414
### Security
1515

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+
1624
## [3.2.1] - 2024-11-25
1725
### Changed
1826
- Kafka sink to open fewer threads [#431]
@@ -564,7 +572,8 @@ Ensure docker image has latest libfreetype6 version [#247]
564572
- Scala Stream Collector, Scala Kinesis Enrich: replaced stream list with describe to tighten permissions, thanks @pkallos! [snowplow/snowplow#535]
565573

566574

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
568577
[3.2.1]: https://github.com/snowplow/stream-collector/compare/3.2.0...3.2.1
569578
[3.2.0]: https://github.com/snowplow/stream-collector/compare/3.1.2...3.2.0
570579
[3.1.2]: https://github.com/snowplow/stream-collector/compare/3.1.1...3.1.2

0 commit comments

Comments
 (0)