Skip to content

Commit 3c3b00e

Browse files
authored
Update CHANGELOG.md
1 parent 2ba140c commit 3c3b00e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
Changelog
22
=========
33

4+
v2.1.16 (2026-08-03)
5+
-------------------
6+
- Added enable_table_types connection option to generalize get_tables() table types to TABLE/VIEW when disabled
7+
- Added support for the default AWS credential provider chain in Identity Enhanced Credentials authentication.
8+
- Fixed get_procedure_columns() and get_function_columns() to return the correct LENGTH value for character-type parameters.
9+
- Fixed get_columns() to report TEXT columns as VARCHAR with size 256.
10+
11+
412
v2.1.15 (2026-06-09)
513
-------------------
614
- Hardened identifier sanitization in callproc, write_dataframe, and metadata APIs to strip additional whitespace characters
715
- Added driver_discovery_version parameter to the startup packet, enabling SHOW SCHEMAS to return pg_catalog in its results
816

17+
918
v2.1.14 (2026-05-18)
1019
-------------------
1120
- Raised minimum supported Python version from 3.7 to 3.8

0 commit comments

Comments
 (0)