Skip to content

Commit 9490eae

Browse files
authored
Update README.md
Correct issue links and expand strategy bullet.
1 parent e4f85bc commit 9490eae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ In v2.0, many, potentially breaking, changes are planned.
2020
If you have automated installations using PyPI, make sure that they specify a major version.
2121

2222
- 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.
23+
to defer version parsing fixing (https://github.com/python-postgres/fe/issues/109), and better prepare for future versions.
2424
- 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.
25+
parameter should be considered deprecated. v1.4 will provide a new security parameter implying `sslmode=require`. See (https://github.com/python-postgres/fe/issues/122) and (https://github.com/python-postgres/fe/issues/75).
26+
- StoredProcedure will be removed. See (https://github.com/python-postgres/fe/issues/80).
2727

2828
### Installation
2929

0 commit comments

Comments
 (0)