File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
17
Version 0.7.0 (2024-05-29)
2
18
--------------------------
3
19
Kinesis source must report its latency when KCL is not healthy (#77)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Licensed under the [Snowplow Community License](https://docs.snowplow.io/communi
28
28
[ build-image ] : https://github.com/snowplow-incubator/common-streams/workflows/CI/badge.svg
29
29
[ build ] : https://github.com/snowplow-incubator/common-streams/actions/workflows/ci.yml
30
30
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
32
32
[ releases ] : https://github.com/snowplow-incubator/common-streams/releases
33
33
34
34
[ license ] : https://docs.snowplow.io/docs/contributing/community-license-faq/
You can’t perform that action at this time.
0 commit comments