We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8273e91 commit f1eab6aCopy full SHA for f1eab6a
CHANGELOG.md
@@ -2,6 +2,14 @@ Changelog
2
=========
3
4
5
+v2.0.887 (2021-09-14)
6
+---------------------
7
+- Fix(cursor, metadata-queries): support for super, varbyte datatype.
8
+ [Brooke White]
9
+- Test(datatype, varbyte): ensure support. [Brooke White]
10
+- Feat(datatype): support varbyte. [Brooke White]
11
+
12
13
v2.0.886 (2021-08-30)
14
---------------------
15
- Test(datatype, system-tables): enable test for pg_proc. [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.886"
+__version__ = "2.0.887"
0 commit comments