Skip to content

Commit

Permalink
Prepare for 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Apr 5, 2024
1 parent 7f245df commit 5c37862
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.2.2 (2024-04-05)
--------------------------
Treat all client errors as setup errors when opening channel (#37)
Missing atomic column should be treated as a setup error (#38)
Use TIMESTAMP_TZ types when creating the table (#36)

Version 0.2.1 (2024-02-26)
--------------------------
Change the channel’s app name to Snowplow_Streaming (#34)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Basic usage:
```bash
docker run \
-v /path/to/config.hocon:/var/config.hocon \
snowplow/snowflake-loader-kafka:0.2.1 \
snowplow/snowflake-loader-kafka:0.2.2 \
--config /var/config.hocon
```

Expand All @@ -30,7 +30,7 @@ The GCP snowflake loader reads the stream of enriched events from Pubsub.
```bash
docker run \
-v /path/to/config.hocon:/var/config.hocon \
snowplow/snowflake-loader-pubsub:0.2.1 \
snowplow/snowflake-loader-pubsub:0.2.2 \
--config /var/config.hocon
```

Expand All @@ -41,7 +41,7 @@ The AWS snowflake loader reads the stream of enriched events from Kinesis.
```bash
docker run \
-v /path/to/config.hocon:/var/config.hocon \
snowplow/snowflake-loader-kinesis:0.2.1 \
snowplow/snowflake-loader-kinesis:0.2.2 \
--config /var/config.hocon
```

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

[release-image]: https://img.shields.io/badge/release-0.2.1-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-0.2.2-blue.svg?style=flat
[releases]: https://github.com/snowplow-incubator/snowplow-snowflake-streaming-loader/releases

[license]: https://docs.snowplow.io/limited-use-license-1.0
Expand Down

0 comments on commit 5c37862

Please sign in to comment.