File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,14 @@ interfaces provided by recent versions of Python. Future versions may change thi
1616
1717### Advisory
1818
19- In v2.0, support for older versions of PostgreSQL and Python will be removed .
19+ In v2.0, many, potentially breaking, changes are planned .
2020If you have automated installations using PyPI, make sure that they specify a major version.
2121
22- In v1.3, ` postgresql.driver.dbapi20.connect ` will now raise ` ClientCannotConnectError ` directly.
23- Exception traps around connect should still function, but the ` __context__ ` attribute
24- on the error instance will be ` None ` in the usual failure case as it is no longer
25- incorrectly chained. Trapping ` ClientCannotConnectError ` ahead of ` Error ` should
26- allow both cases to co-exist in the event that data is being extracted from
27- the ` ClientCannotConnectError ` .
22+ - Support for older versions of PostgreSQL and Python will be removed. This will allow the driver
23+ to defer version parsing fixing #109 , and better prepare for future versions.
24+ - The connection establishment strategy will be simplified to only performing one attempt. ` sslmode `
25+ parameter should be considered deprecated. See #122 and #75 .
26+ - StoredProcedure will be removed. See #80 .
2827
2928### Installation
3029
You can’t perform that action at this time.
0 commit comments