Skip to content

Commit 445ab43

Browse files
committed
Update CHANGELOG
1 parent 97c5c31 commit 445ab43

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change History
22

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+
314
## March 1 2021: v4.3.0
415
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.
516
This release puts us on a good footing for the next few bigger releases.

0 commit comments

Comments
 (0)