File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.29.0] ( https://github.com/scribd/go-sdk/compare/v1.28.0...v1.29.0 ) (2024-04-17)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add go-kit Kafka transport ([ 5afd272] ( https://github.com/scribd/go-sdk/commit/5afd27290aec1729581b88342c9b5eba1444769b ) )
7
+ * Add PubSub Kafka client ([ eba9a3f] ( https://github.com/scribd/go-sdk/commit/eba9a3f53457ae54f6594ae90921a279505dbfd8 ) )
8
+
1
9
# [ 1.28.0] ( https://github.com/scribd/go-sdk/compare/v1.27.0...v1.28.0 ) (2024-04-08)
2
10
3
11
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.28 .0"
4
+ var Version = "1.29 .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.28 .0" )
10
+ assert .Equal (t , Version , "1.29 .0" )
11
11
}
You can’t perform that action at this time.
0 commit comments