Skip to content

Commit 6daa683

Browse files
committed
Prepare for 3.5.0 release
1 parent f428693 commit 6daa683

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

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

16+
## [3.5.0] - 2025-08-04
17+
### Added
18+
- Add script to synchronize private repo and public repo main branch
19+
- Implementation of automated snowman tests
20+
- Add visibility-based Docker image naming [snowplow/stream-collector-private#28]
21+
22+
### Changed
23+
- Core collector is now responsible for batching events [snowplow/stream-collector-private#18]
24+
- Use common-streams sinks for pubsub/kafka/nsq [snowplow/stream-collector-private#22]
25+
- Java 21 for Docker images [snowplow/stream-collector-private#21]
26+
- Bump common-streams to 0.13.1 [snowplow/stream-collector-private#29]
27+
- Run integration tests in separate jobs in CI [snowplow/stream-collector-private#30]
28+
- Increase sleep time in Kinesis integration tests [snowplow/stream-collector-private#30]
29+
- Enhance sync-public-main and run all workflows in private repo only [snowplow/stream-collector-private#13]
30+
- Bump coursier/cache-actions to v6 [snowplow/stream-collector-private#13]
31+
- Bump actions/checkout from v2 to v4 [snowplow/stream-collector-private#13]
32+
- Bump actions/setup-java from v1 to v4 [snowplow/stream-collector-private#13]
33+
34+
### Fixed
35+
- Collector should not convert body to String [snowplow/stream-collector-private#16]
36+
- Fix github action for snowman tests [snowplow/stream-collector-private#23]
37+
38+
### Removed
39+
- Remove feature `useIpAddressAsPartitionKey` [snowplow/stream-collector-private#14]
40+
1641
## [3.4.0] - 2025-04-01
1742
### Added
1843
- Add option to create second cookie to store networkUserID that is not http only [snowplow/stream-collector-private#10]
@@ -588,7 +613,8 @@ Ensure docker image has latest libfreetype6 version [#247]
588613
- Scala Stream Collector, Scala Kinesis Enrich: replaced stream list with describe to tighten permissions, thanks @pkallos! [snowplow/snowplow#535]
589614

590615

591-
[Unreleased]: https://github.com/snowplow/stream-collector/compare/3.4.0...HEAD
616+
[Unreleased]: https://github.com/snowplow/stream-collector/compare/3.5.0...HEAD
617+
[3.5.0]: https://github.com/snowplow/stream-collector/compare/3.4.0...3.5.0
592618
[3.4.0]: https://github.com/snowplow/stream-collector/compare/3.3.0...3.4.0
593619
[3.3.0]: https://github.com/snowplow/stream-collector/compare/3.2.1...3.3.0
594620
[3.2.1]: https://github.com/snowplow/stream-collector/compare/3.2.0...3.2.1

0 commit comments

Comments
 (0)