File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,16 @@ Changelog
2
2
=========
3
3
4
4
5
+ v2.0.886 (2021-08-30)
6
+ ---------------------
7
+ - Test(datatype, system-tables): enable test for pg_proc. [ Brooke White]
8
+ - Fix(JwtCredentialsProvider, refresh): use derived user from JWT token
9
+ as RoleSessionName. [ Brooke White]
10
+ - Test(Cursor, callproc): ensure support. [ Brooke White]
11
+ - Feat(Cursor, callproc): support db-api method callproc() [ Brooke
12
+ White]
13
+
14
+
5
15
v2.0.885 (2021-08-16)
6
16
---------------------
7
17
- Test(iam, set_iam_credentials): ensure force_lowercase is used.
Original file line number Diff line number Diff line change 2
2
# 1) we don't load dependencies by storing it in __init__.py
3
3
# 2) we can import it in setup.py for the same reason
4
4
# 3) we can import it into your module module
5
- __version__ = "2.0.885 "
5
+ __version__ = "2.0.886 "
You can’t perform that action at this time.
0 commit comments