Skip to content

Commit

Permalink
Prepare for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Dec 11, 2023
1 parent bc6efa7 commit 4f6e082
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
@@ -1,3 +1,17 @@
Version 0.2.0 (2023-12-11)
--------------------------
Explicitly shut down thread pools for pubsub (#42)
Add health status reporter to the Source interface (#40)
Set user-agent header in PubSub publisher and subscriber (#37)
Reduce thread context switching in pubsub source (#36)
Upgrade analytics-sdk to 3.2.0 (#41)
Skip schemas for unstructured transformation (#39)
BatchUp should be compatible with ListOfList (#32)
Use ListOfList as primary data structure for streaming apps (#31)
Bump badrows to 2.3.0 (#30)
pubsub sink: wrap bytes instead of copying (#28)
Bump localstack to 2.3.2 (#33)

Version 0.1.0 (2023-11-16)
--------------------------
Initial release
2 changes: 1 addition & 1 deletion README.md
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.1.0-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-0.2.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 4f6e082

Please sign in to comment.