From 17a9360c8a3990d1df86c6233277096a9460427b Mon Sep 17 00:00:00 2001 From: Ian Streeter Date: Mon, 13 Jan 2025 13:13:15 +0000 Subject: [PATCH] Prepare for 0.10.0 release --- CHANGELOG | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a13ca13..c05e419 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/README.md b/README.md index 9fc5c6a..1e90284 100644 --- a/README.md +++ b/README.md @@ -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/