|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +v2.2.1 (2025-11-19) |
| 5 | +---------------------- |
| 6 | +- Removed unsupported PostgreSQL replication feature |
| 7 | +- Removed Jackson dependency for non-IAM authentication mechanisms |
| 8 | +- Added the idp_partition parameter which allows users to authenticate against Azure Active Directory across different Microsoft cloud environments (e.g., Commercial, US Gov, China) |
| 9 | +- Fixed Java 11+ compatibility issue by improving exception handling in StreamWrapper.finalize() |
| 10 | +- Enhanced database metadata retrieval logic in getCatalogs(), getSchemas(), getTables(), getColumns(), getPrimaryKeys(), getImportedKeys(), getExportedKeys(), getBestRowIdentifier(), getColumnPrivileges(), getTablePrivileges(), getProcedures(), getProcedureColumns(), getFunctions(), getFunctionColumns() to enable data sharing capabilities while maintaining JDBC specification compliance |
| 11 | +- Added warning messages when log level 4 or higher are enabled |
| 12 | +- Fixed IDC authentication redirect URL for China regions |
| 13 | + |
| 14 | + |
4 | 15 | v2.2.0 (2025-10-14) |
5 | 16 | ---------------------- |
6 | 17 | - Upgraded to AWS SDK v2 |
|