Skip to content

pgx v5 beta 5 available for testing #1273

@jackc

Description

@jackc

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() to NewWithConfig()
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions