File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.39.0] ( https://github.com/scribd/go-sdk/compare/v1.38.0...v1.39.0 ) (2024-11-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * ** PubSub:** Add go-kit SQS transport functions ([ a9f9f67] ( https://github.com/scribd/go-sdk/commit/a9f9f67a99f6fe9bb927a221ed0f677b6db0c00b ) )
7
+ * ** PubSub:** Add SQS configuration ([ 0afe635] ( https://github.com/scribd/go-sdk/commit/0afe635b2ff67d5d2bbfc61683112a2e3d4c6f13 ) )
8
+ * ** PubSub:** Add SQS PubSub wrappers ([ fda81ed] ( https://github.com/scribd/go-sdk/commit/fda81ed81e87968bb03c98f9f650d2b60a43bfd5 ) )
9
+ * Upgrade aws-sdk-go-v2 to latest version ([ 367889a] ( https://github.com/scribd/go-sdk/commit/367889aee6e14d45730bd4b7ed5c59981097cd51 ) )
10
+
1
11
# [ 1.38.0] ( https://github.com/scribd/go-sdk/compare/v1.37.0...v1.38.0 ) (2024-08-22)
2
12
3
13
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
// The SDK version number.
4
- var Version = "1.38 .0"
4
+ var Version = "1.39 .0"
Original file line number Diff line number Diff line change 7
7
)
8
8
9
9
func TestVersion (t * testing.T ) {
10
- assert .Equal (t , Version , "1.38 .0" )
10
+ assert .Equal (t , Version , "1.39 .0" )
11
11
}
You can’t perform that action at this time.
0 commit comments