Skip to content

Commit aeea63a

Browse files
committed
Prepare for 3.5.0 release
1 parent 9dc25d6 commit aeea63a

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Version 3.5.0 (2025-08-18)
2+
--------------------------
3+
Update to distribute as go module (#448)
4+
Send heartbeat on startup
5+
update default failuretarget format to use const instead of string
6+
Add json_mode for js transformation
7+
swap all interface{} to any
8+
feat: Add ability to set individual credentials for a PubSub target (#442)
9+
feat: alerts (Loader Events) shall be sent with backoff period (#443)
10+
Add Metadata reporting (#430)
11+
Resolve pubsub test deprecations
12+
Resolve kafka source deprecations
13+
Remove empty elements from slice for JS and JQ transformations (#438)
14+
115
Version 3.4.0 (2025-07-28)
216
--------------------------
317
Implement new `FailureTarget` format (#434)

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.4.0-6ad7e5.svg?style=flat
53+
[release-image]: http://img.shields.io/badge/golang-3.5.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.4.0
1+
3.5.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.4.0"
16+
AppVersion = "3.5.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)