Update sponsors & changelog

This commit is contained in:
Brian M. Carlson 2020-11-10 11:00:41 -06:00
parent 0012a43d95
commit dce02e8d77
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,12 @@ For richer information consult the commit log on github with referenced pull req
We do not include break-fix version release in this file.
### pg@8.5.0
- Fix bug forwarding [ssl key](https://github.com/brianc/node-postgres/pull/2394).
- Convert pg-query-stream internals to [typescript](https://github.com/brianc/node-postgres/pull/2376).
- Performance [improvements](https://github.com/brianc/node-postgres/pull/2286).
### pg@8.4.0
- Switch to optional peer dependencies & remove [semver](https://github.com/brianc/node-postgres/commit/a02dfac5ad2e2abf0dc3a9817f953938acdc19b1) package which has been a small thorn in the side of a few users.

View File

@ -8,6 +8,7 @@ node-postgres is made possible by the helpful contributors from the community as
- [Nafundi](https://nafundi.com)
- [CrateDB](https://crate.io/)
- [BitMEX](https://www.bitmex.com/app/trade/XBTUSD)
- [Dataform](https://dataform.co/)
# Supporters
@ -32,3 +33,4 @@ node-postgres is made possible by the helpful contributors from the community as
- Simple Analytics
- Trevor Linton
- Ian Walter
- @Guido4000