Skip to content

Commit ff72305

Browse files
committed
Prepare for 4.0.0 release
1 parent 8af6d06 commit ff72305

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 4.0.0 (2025-12-17)
2+
--------------------------
3+
Update dependencies
4+
Add metrics reporting improvements (#11 #15)
5+
Set UA in AWS client transport (#12)
6+
Feat/Add http target metadata safe mode (#10)
7+
Feat/Add invalid after max to retry config (#9)
8+
Restricted CD workflow for use on private repo only (#3)
9+
Add sync workflow for snowbridge (#8)
10+
feat: new response rule with retry logic - `throttle` (#4)
11+
feat: ordered evaluation of `response_rules` (#466)
12+
113
Version 3.6.2 (2025-11-04)
214
--------------------------
315
feat: make setup retries configurable (#463)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ The AWS-specific distribution contains everything, including the Kinesis source,
5050

5151
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."_
5252

53-
[release-image]: http://img.shields.io/badge/golang-3.6.2-6ad7e5.svg?style=flat
53+
[release-image]: http://img.shields.io/badge/golang-4.0.0-6ad7e5.svg?style=flat
5454
[releases]: https://github.com/snowplow/snowbridge/releases/

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.2
1+
4.0.0

cmd/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package cmd
1313

1414
const (
1515
// AppVersion is the current version of the app
16-
AppVersion = "3.6.2"
16+
AppVersion = "4.0.0"
1717

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

0 commit comments

Comments
 (0)