We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a54af commit 35670c3Copy full SHA for 35670c3
CHANGELOG.md
@@ -2,6 +2,14 @@ Changelog
2
=========
3
4
5
+v2.0.880 (2021-05-10)
6
+---------------------
7
+- Test(connection, transfer-protocol): modify conversion functions when
8
+ server version < client requests. [Brooke White]
9
+- Fix(connection, transfer-protocol): modify conversion functions when
10
11
+
12
13
v2.0.879 (2021-05-10)
14
---------------------
15
- Refactor(cursor, setinputsize): use named arguments. [Brooke White]
redshift_connector/version.py
@@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
-__version__ = "2.0.879"
+__version__ = "2.0.880"
0 commit comments