Skip to content

Commit 16e7b44

Browse files
committed
Prepare for 0.5.0 release
1 parent cbb05df commit 16e7b44

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 0.5.0 (2025-07-16)
2+
--------------------------
3+
Update key libraries for release (#5)
4+
Fix offset token usage when batch contains zero insertable events (#6)
5+
Use offset tokens to ensure at-least-once semantics (#4)
6+
Fix the setup alert for invalid hostname (#3)
7+
Update GitHub workflows (#2)
8+
19
Version 0.4.1 (2025-04-07)
210
--------------------------
311
Upgrade snowflake dependencies (#77)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Basic usage:
1919
```bash
2020
docker run \
2121
-v /path/to/config.hocon:/var/config.hocon \
22-
snowplow/snowflake-loader-kafka:0.4.1 \
22+
snowplow/snowflake-loader-kafka:0.5.0 \
2323
--config /var/config.hocon
2424
```
2525

@@ -30,7 +30,7 @@ The GCP snowflake loader reads the stream of enriched events from Pubsub.
3030
```bash
3131
docker run \
3232
-v /path/to/config.hocon:/var/config.hocon \
33-
snowplow/snowflake-loader-pubsub:0.4.1 \
33+
snowplow/snowflake-loader-pubsub:0.5.0 \
3434
--config /var/config.hocon
3535
```
3636

@@ -41,7 +41,7 @@ The AWS snowflake loader reads the stream of enriched events from Kinesis.
4141
```bash
4242
docker run \
4343
-v /path/to/config.hocon:/var/config.hocon \
44-
snowplow/snowflake-loader-kinesis:0.4.1 \
44+
snowplow/snowflake-loader-kinesis:0.5.0 \
4545
--config /var/config.hocon
4646
```
4747

@@ -71,7 +71,7 @@ Licensed under the [Snowplow Limited Use License Agreement][license]. _(If you a
7171
[build-image]: https://github.com/snowplow-incubator/snowplow-snowflake-streaming-loader/workflows/CI/badge.svg
7272
[build]: https://github.com/snowplow-incubator/snowplow-snowflake-streaming-loader/actions/workflows/ci.yml
7373

74-
[release-image]: https://img.shields.io/badge/release-0.4.1-blue.svg?style=flat
74+
[release-image]: https://img.shields.io/badge/release-0.5.0-blue.svg?style=flat
7575
[releases]: https://github.com/snowplow-incubator/snowplow-snowflake-streaming-loader/releases
7676

7777
[license]: https://docs.snowplow.io/limited-use-license-1.1

0 commit comments

Comments
 (0)