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 Oct 30, 2024
1 parent b857d90 commit 9eb6f39
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Version 3.0.0 (2024-10-30)
--------------------------
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 VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.2
3.0.0-rc6
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-rc6"

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

0 comments on commit 9eb6f39

Please sign in to comment.