Skip to content

Commit

Permalink
Prepare for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Nov 26, 2024
1 parent 8c92a37 commit 1f47b05
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 0.3.0 (2024-11-26)
--------------------------
Final upgrades for 0.3.0 (#60)
Users must accept Snowplow Limited Use License Agreement (#58)
Make better use of available cpu on larger VMs (#57)
Bump common-streams to 0.8.1 (#55)
Snowflake Ingest SDK logs adhere to application's log level (#54)
Bump common-streams to 0.8.0-M6 (#51)
common-streams 0.8.x with refactored health monitoring (#42)
Change License to SLULA 1.1 (#59)

Version 0.2.4 (2024-10-14)
--------------------------
Bump snowflake-ingest-sdk to 2.2.2 (#47)
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.4 \
snowplow/snowflake-loader-kafka:0.3.0 \
--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.4 \
snowplow/snowflake-loader-pubsub:0.3.0 \
--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.4 \
snowplow/snowflake-loader-kinesis:0.3.0 \
--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.4-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-0.3.0-blue.svg?style=flat
[releases]: https://github.com/snowplow-incubator/snowplow-snowflake-streaming-loader/releases

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

0 comments on commit 1f47b05

Please sign in to comment.