Skip to content

Commit

Permalink
Prepare for 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peel authored and AlexBenny committed Jan 7, 2025
1 parent 3fd9633 commit 0af99f7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Security

## [3.3.0] - 2024-12-18
### Changed
- Kafka sink use a dedicated thread for potentially blocking send [snowplow/stream-collector-private#3]

### Security
- Add limit for payload allowed sizes [snowplow/stream-collector-private#1]
- Security and license updates [snowplow/stream-collector-private#1]

## [3.2.1] - 2024-11-25
### Changed
- Kafka sink to open fewer threads [#431]
Expand Down Expand Up @@ -564,7 +572,8 @@ Ensure docker image has latest libfreetype6 version [#247]
- Scala Stream Collector, Scala Kinesis Enrich: replaced stream list with describe to tighten permissions, thanks @pkallos! [snowplow/snowplow#535]


[Unreleased]: https://github.com/snowplow/stream-collector/compare/3.2.1...HEAD
[Unreleased]: https://github.com/snowplow/stream-collector/compare/3.3.0...HEAD
[3.3.0]: https://github.com/snowplow/stream-collector/compare/3.2.1...3.3.0
[3.2.1]: https://github.com/snowplow/stream-collector/compare/3.2.0...3.2.1
[3.2.0]: https://github.com/snowplow/stream-collector/compare/3.1.2...3.2.0
[3.1.2]: https://github.com/snowplow/stream-collector/compare/3.1.1...3.1.2
Expand Down

0 comments on commit 0af99f7

Please sign in to comment.