-
Notifications
You must be signed in to change notification settings - Fork 926
Closed
Description
I'm pleased to announce the first beta release of pgx v5 is available.
The code is in branch v5-dev. There are a significant number of changes. Check out the changelog to see what's new.
Try it with:
go get github.com/jackc/pgx/v5@v5.0.0-beta.1
If no major issues are reported I plan to release v5.0.0
in September.
There have only been minor changes since v5.0.0-alpha.5
.
- Renamed
pgxpool.NewConfig()
toNewWithConfig()
- Cancelling a context that caused the pgxpool to start a establishing a connection will not interrupt it.
- Added
pgxpool.Pool.Reset()
(and prerequisite puddle update) - Port
sslpassword
support in pgconn from pgx v4 - Documentation updates
- Miscellaneous bug fixes
cristaloleg, drakkan, burningalchemist, fhaifler, sten4eg and 14 moremelekhine, sten4eg, danielcondemarin, stephen-slm, sasakiyori and 9 more
Metadata
Metadata
Assignees
Labels
No labels