File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,32 @@ Changelog
22=========
33
44
5+ v2.0.888 (2021-09-27)
6+ ---------------------
7+
8+ Fix
9+ ~~~
10+ - Data manipulation issues in saml_credentials_provider (#57)
11+ [kylemcleland-fanduel]
12+
13+ * issue-55
14+
15+ * issue-56
16+
17+ * fix: whitespace issue
18+
19+ * fix: list manipulation
20+
21+ Other
22+ ~~~~~
23+ - Docs(readme, datatypes): add varbyte support. [Brooke White]
24+ - Test(datatype, varbyte): send receive varbyte. [Brooke White]
25+ - Fix(datatype, varbyte): support send and receive hex/text varbyte.
26+ [Brooke White]
27+ - Chore: apply lint. [Brooke White]
28+ - Chore(deps): update requests requirement (#44) [dependabot[bot]]
29+
30+
531v2.0.887 (2021-09-14)
632---------------------
733- Fix(cursor, metadata-queries): support for super, varbyte datatype.
Original file line number Diff line number Diff line change 22# 1) we don't load dependencies by storing it in __init__.py
33# 2) we can import it in setup.py for the same reason
44# 3) we can import it into your module module
5- __version__ = "2.0.887 "
5+ __version__ = "2.0.888 "
You can’t perform that action at this time.
0 commit comments