ITADN
porsager/postgres

版本发布 8

v3.4.9
? · 2026-04-05

- Fix https://github.com/porsager/postgres/issues/1143 1e92809 --- https://github.com/porsager/postgres/compare/v3.4.8...v3.4.9

v3.4.8
? · 2026-01-06

- Prevent out of bound errors from commit-time failures de64f7a - fix: use lower max connections in Cloudflare Workers environment 94b7170 - Add support for sslnegotiation=direct - fixes #1104 7f80980 - omit Sql properties absent from TransactionSql 36a53f6 - Someones engines are getting pedantic - fixes #1061 3ffc3c4 - Better error if trying to run query during copy 3a43815 - Fix PGAPPNAME env access by prioritizing connection.application_name 32feb25 --- https://github.com/porsager/postgres/compare/v3.4.7...v3.4.8

v3.4.7
? · 2025-05-21

- Fix reserved queries failing on connect e34826d https://github.com/porsager/postgres/compare/v3.4.6...v3.4.7

v3.4.6
? · 2025-05-20

- Fix failures in sql.reserve() connect shadowing real errors e8bb3b8 - Fix stuck queries on non busy connections 76c13f2 - Ensure non object errors thrown are handled properly a39dfef - Fixed typings for generic error code variants ad0ed44 - support env.PGAPPNAME and env.PGUSERNAME ef7afdb 9f38ea1 https://github.com/porsager/postgres/compare/v3.4.5...v3.4.6

v3.4.5
? · 2024-10-25

- Fix for deno 2 5fb70c1 - Don't reassign to errors 4baef5e, f58cd4f - Remove "worker" export as we now have "workerd" for cloudflare cc688c6 https://github.com/porsager/postgres/compare/v3.4.4...v3.4.5

v3.4.4
? · 2024-03-21

- Ensure retryRoutines are only used for prepared statements - fixes #830 3e28f3a - update lsn on Primary Keep Alive Message a5cd811 - add subscribe onerror handler 3e3d5e8 - Patch: Connection stuck after a while (#738) 6f20a48 https://github.com/porsager/postgres/compare/v3.4.3...v3.4.4

v3.4.3
? · 2023-11-02

- Ensure reserved connections are initialized properly - fixes #718 c084a1c https://github.com/porsager/postgres/compare/v3.4.2...v3.4.3

v3.4.2
? · 2023-10-27

- Ensure transactions throw if connection is closed while there is no active query - fixes #658 788c819 - Fix race conditions in auth startup - fixes #430 #668 33ae0ed - adding support for sslrootcert option in connection string (#690) 0bee4c3 - Keep query error instead of creating creating new object (#698) f2fb819 - Add common parameter names to ConnectionParameters TS type (#707) ca2754c https://github.com/porsager/postgres/compare/v3.4.1...v3.4.2