diff --git a/CHANGELOG b/CHANGELOG index 2393312..4b00f97 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/README.md b/README.md index 4592c04..01f0874 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 ``` @@ -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 ``` @@ -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