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.30.0] ( https://github.com/scribd/go-sdk/compare/v1.29.0...v1.30.0 ) (2024-04-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * Configure redis cache ([ b2d9376] ( https://github.com/scribd/go-sdk/commit/b2d93769c9d5df0ef6d56fcb1683d8b569a93727 ) )
7
+ * Create instrumented redis client ([ ca9c96e] ( https://github.com/scribd/go-sdk/commit/ca9c96e4e342745078431966f72a68445d4978b8 ) )
8
+ * Propagate cache configration to the root data type ([ 07f0a59] ( https://github.com/scribd/go-sdk/commit/07f0a59f26d2109f49742cbd63f48763d944da23 ) )
9
+ * Upgrade dd-trace-go and dependant libraries ([ 5130deb] ( https://github.com/scribd/go-sdk/commit/5130deb85eb0b124526ab4ff27ea421135f32202 ) )
10
+
1
11
# [ 1.29.0] ( https://github.com/scribd/go-sdk/compare/v1.28.0...v1.29.0 ) (2024-04-17)
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.29 .0"
4
+ var Version = "1.30 .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.29 .0" )
10
+ assert .Equal (t , Version , "1.30 .0" )
11
11
}
You can’t perform that action at this time.
0 commit comments