Skip to content

Commit ec69ec1

Browse files
committedJun 12, 2024·
Prepare for 0.2.3 release
1 parent 27e44b6 commit ec69ec1

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
 

‎CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.2.3 (2024-06-12)
2+
--------------------------
3+
Bump aws-sdk-2 to 2.25.16 (#40)
4+
Bump sbt-snowplow-release to 0.3.2 (#40)
5+
Bump common-streams to 0.7.0 (#40)
6+
17
Version 0.2.2 (2024-04-05)
28
--------------------------
39
Treat all client errors as setup errors when opening channel (#37)

‎README.md

+4-4
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.2.2 \
22+
snowplow/snowflake-loader-kafka:0.2.3 \
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.2.2 \
33+
snowplow/snowflake-loader-pubsub:0.2.3 \
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.2.2 \
44+
snowplow/snowflake-loader-kinesis:0.2.3 \
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.2.2-blue.svg?style=flat
74+
[release-image]: https://img.shields.io/badge/release-0.2.3-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.0

0 commit comments

Comments
 (0)
Please sign in to comment.