You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Change History
2
2
3
+
## March 12 2021: v4.4.0
4
+
Minor fix and improvements release.
5
+
6
+
***Fixes**
7
+
8
+
- Fixes an issue where the client's reflection API expected certain `int` value types returned from the database. That assumption was wrong for `CDT`s and free form `List`s and `Map`s. The client will now convert types to each other per Go's conversion rules where possible.
9
+
10
+
***Improvements**
11
+
12
+
- Use a global TLS setting everywhere in tests.
13
+
3
14
## March 1 2021: v4.3.0
4
15
Minor feature and fix and major clean up release. While there aren't many user facing changes, the quality of the code has been markedly improved.
5
16
This release puts us on a good footing for the next few bigger releases.
0 commit comments