Skip to content

Commit

Permalink
Prepare for 0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Jan 13, 2025
1 parent e54eb6d commit 17a9360
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 0.10.0 (2025-01-13)
--------------------------
Remove prefetch from pubsub source (#107)
Ensure first window is always small (#106)
Sources should report stream latency of stuck events (#105)
Enable fairness on Kinesis Source's SynchronousQueue (#105)
PubSub Source using Unary Pull (#101)
Kinesis source improve management of shard ends (#102)
Kinesis checkpointer should retry on dynamodb provisioned throughput exception (#103)
Kafka Sink rewrite without fs2-kafka (#100)

Version 0.9.0 (2024-11-26)
--------------------------
Kinesis source improvements for larger deployments (#99)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Licensed under the [Snowplow Community License](https://docs.snowplow.io/communi
[build-image]: https://github.com/snowplow-incubator/common-streams/workflows/CI/badge.svg
[build]: https://github.com/snowplow-incubator/common-streams/actions/workflows/ci.yml

[release-image]: https://img.shields.io/badge/release-0.9.0-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-0.10.0-blue.svg?style=flat
[releases]: https://github.com/snowplow-incubator/common-streams/releases

[license]: https://docs.snowplow.io/docs/contributing/community-license-faq/
Expand Down

0 comments on commit 17a9360

Please sign in to comment.