Skip to content

Commit c83292b

Browse files
committed
Prepare for 0.8.0 release
1 parent 50e5106 commit c83292b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Version 0.8.0 (2024-10-29)
2+
--------------------------
3+
Bump dependencies to latest versions
4+
Fix TypedTabledEntity build
5+
Install sbt in github actions
6+
Change default webhook heartbeat period to 5 minutes (#93)
7+
Pubsub source open more transport channels (#92)
8+
Remove temporary Iglu registry used for heartbeat tests (#90)
9+
Bump schema-ddl to 0.25.0 (#89)
10+
Http4s Client with configuration appropriate for common-streams apps (#87)
11+
Resolve schemas in parallel (#85)
12+
Re-implement Kinesis source without fs2-kinesis (#84)
13+
Refactor application health monitoring (#82)
14+
Bump iglu-scala-client to 3.2.0
15+
Webhook for sending alert messages (#81)
16+
117
Version 0.7.0 (2024-05-29)
218
--------------------------
319
Kinesis source must report its latency when KCL is not healthy (#77)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Licensed under the [Snowplow Community License](https://docs.snowplow.io/communi
2828
[build-image]: https://github.com/snowplow-incubator/common-streams/workflows/CI/badge.svg
2929
[build]: https://github.com/snowplow-incubator/common-streams/actions/workflows/ci.yml
3030

31-
[release-image]: https://img.shields.io/badge/release-0.7.0-blue.svg?style=flat
31+
[release-image]: https://img.shields.io/badge/release-0.8.0-blue.svg?style=flat
3232
[releases]: https://github.com/snowplow-incubator/common-streams/releases
3333

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

0 commit comments

Comments
 (0)