Skip to content

Commit

Permalink
Prepare for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Nov 6, 2024
1 parent 1f98b02 commit f55fc5c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Version 3.0.0 (2024-11-06)
--------------------------
Ensure all timestamps used in reporting are UTC
Add JQ filter
Patch bug in avg request latency calculation (#376)
Update dependencies (#371)
Add expiry config + base64 validation to the GTM SS preview header transformation
Add boolean config to enable TLS (#370)
Add configurable retries for target writes
Add in memory source
Add empty `/tmp/config.hcl` file to Dockerfile
Feat/batch templating (#347)
Remove env configuration
Add a note on preserving transformation input
Patch kinesis source leader action frequency setting
Remove Lua transformation
Add jq generic mapper transformation

Version 2.4.2 (2024-09-05)
--------------------------
Use existing timestamp for request finish in measuring latency metrics
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ The AWS-specific distribution contains everything, including the Kinesis source,

To comply with the [Amazon Software License](https://github.com/twitchscience/kinsumer/blob/master/LICENSE), you may only use this distribution of Snowbridge _“with the web services, computing platforms or applications provided by Amazon.com, Inc. or its affiliates, including Amazon Web Services, Inc.”_

[release-image]: http://img.shields.io/badge/golang-2.4.2-6ad7e5.svg?style=flat
[release-image]: http://img.shields.io/badge/golang-3.0.0-6ad7e5.svg?style=flat
[releases]: https://github.com/snowplow/snowbridge/releases/
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.2
3.0.0
2 changes: 1 addition & 1 deletion cmd/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package cmd

const (
// AppVersion is the current version of the app
AppVersion = "2.4.2"
AppVersion = "3.0.0"

// AppName is the name of the application to use in logging / places that require the artifact
AppName = "snowbridge"
Expand Down

0 comments on commit f55fc5c

Please sign in to comment.