Skip to content

Commit fd81061

Browse files
authored
Update CHANGELOG.md
1 parent fed63d4 commit fd81061

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

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

4+
v2.1.8 (2025-07-01)
5+
-------------------
6+
- Added support for TCP keepalive properties tcp_keepalive_idle, tcp_keepalive_interval, and tcp_keepalive_count. This allows users to configure TCP keepalive settings, helping to maintain and verify the integrity of long-running database connections
7+
- Added version constraint for lxml dependency to maintain compatibility and prevent breaking changes introduced in lxml 6.0.0
8+
9+
410
v2.1.7 (2025-05-27)
511
-------------------
612
- Modified connection parameter ssl_insecure to be False by default.
713
- Addressed security issue as detailed in CVE-2025-5279
814

15+
916
v2.1.6 (2025-05-06)
1017
-------------------
1118
- Directly imports a package as a fallback mechanism for retrieving a package’s version number during identity provider authentication.

0 commit comments

Comments
 (0)