File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,16 @@ Changelog
22=========
33
44
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+
515v2.0.885 (2021-08-16)
616---------------------
717- Test(iam, set_iam_credentials): ensure force_lowercase is used.
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.885 "
5+ __version__ = "2.0.886 "
You can’t perform that action at this time.
0 commit comments