Skip to content

Commit b843db5

Browse files
committed
Prepare for 3.1.0 release
1 parent 461d356 commit b843db5

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 3.1.0 (2025-01-20)
2+
--------------------------
3+
Change License to SLULA 1.1
4+
Bump alpine version in Dockerfile
5+
More improvements in HTTP client
6+
Bump all dependencies and use latest localstack (#389)
7+
Add option to set kinsumer client name
8+
Improvements to HTTP Connection Pooling (#385)
9+
Update kinsumer to v1.4.0
10+
Add configuration settings for PubSub source (#380)
11+
Add E2E latency metrics
12+
Configurable time layout in `epoch`/`epochMillis` JQ functions
13+
114
Version 3.0.0 (2024-11-06)
215
--------------------------
316
Ensure all timestamps used in reporting are UTC

README.md

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

1919
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.”_
2020

21-
[release-image]: http://img.shields.io/badge/golang-3.0.0-6ad7e5.svg?style=flat
21+
[release-image]: http://img.shields.io/badge/golang-3.1.0-6ad7e5.svg?style=flat
2222
[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.0.0
1+
3.1.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.0.0"
16+
AppVersion = "3.1.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)