dependabot[bot]
16118cecdd
Bump eslint-config-prettier from 6.12.0 to 8.5.0 ( #2875 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.12.0 to 8.5.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.12.0...v8.5.0 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-30 22:02:31 -06:00
Brian C
27d612a2ac
Update docs ( #2867 )
...
- fix config warnings
- add search bar
- add google analytics
2022-11-23 21:50:36 -06:00
Brian C
12b9a69776
update docs - clean up interface ( #2863 )
...
* update docs - clean up interface
* Remove node v8.x from test matrix
2022-11-23 15:08:09 -06:00
Charmander
c7dc621d3f
pg-cursor: Fix errors only being sent to half the queue ( #2831 )
...
* pg-cursor: Add failing test for errors on queued reads
* pg-cursor: Fix errors being sent to only half the queue
2022-11-21 11:57:30 -06:00
Frazer Smith
c7133eb67f
ci: remove git credentials after checkout ( #2858 )
2022-11-08 13:24:39 -06:00
Frazer Smith
15b502d4c1
refactor(pg): remove unused imports ( #2854 )
2022-11-05 18:26:42 -07:00
dependabot[bot]
c253eb6696
Bump chai from 4.2.0 to 4.3.6 ( #2851 )
...
Bumps [chai](https://github.com/chaijs/chai ) from 4.2.0 to 4.3.6.
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md )
- [Commits](https://github.com/chaijs/chai/compare/4.2.0...v4.3.6 )
---
updated-dependencies:
- dependency-name: chai
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-04 00:30:19 -05:00
dependabot[bot]
0965531cda
Bump typescript from 4.0.3 to 4.8.4 ( #2850 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.0.3 to 4.8.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.3...v4.8.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-04 00:29:25 -05:00
Ryan B. Harvey
89b4e7f2a2
Fix devcontainer build failure due to env var being interpreted as non-string ( #2844 )
2022-10-28 00:56:53 -05:00
dependabot[bot]
5538df6b44
Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.33.0 ( #2826 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.4.0 to 4.33.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-15 12:57:41 -05:00
Knut Olav Løite
406f141a1a
perf: remove superfluous flush message ( #2842 )
2022-10-15 12:57:16 -05:00
dependabot[bot]
c7dc7fd93a
Bump pgpass from 1.0.2 to 1.0.5 ( #2827 )
...
Bumps [pgpass](https://github.com/hoegaarden/pgpass ) from 1.0.2 to 1.0.5.
- [Release notes](https://github.com/hoegaarden/pgpass/releases )
- [Commits](https://github.com/hoegaarden/pgpass/compare/v1.0.2...v1.0.5 )
---
updated-dependencies:
- dependency-name: pgpass
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-15 12:55:47 -05:00
Brian C
1aa08274a5
Migrate docs repo into monorepo ( #2823 )
...
* Move files over
* Finish initial port of content
2022-10-10 12:20:46 -05:00
Alex Anderson
5bcc05d1e9
pg-protocol: fix link to message format docs ( #2835 )
2022-10-06 09:59:11 -07:00
David Matějka
9dfb3dccbf
perf(pg): use native crypto.pbkdf2Sync in sasl auth ( #2815 )
2022-09-27 05:38:28 -05:00
Yue Dai
9e2d7c4ad5
Update pg.connect with pool.connect ( #2822 )
...
pg.connect() has been deprecated.
2022-09-27 05:31:07 -05:00
Matthieu
9a95ee719b
pg-query-stream: Add missing peer dependency on pg ( #2813 )
...
pg-query-stream depends on pg-cursor, which has a peer dependency on pg.
2022-09-19 10:29:53 -07:00
dependabot[bot]
34d173d9e3
Bump coveralls from 3.1.0 to 3.1.1 ( #2801 )
...
Bumps [coveralls](https://github.com/nickmerwin/node-coveralls ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/nickmerwin/node-coveralls/releases )
- [Commits](https://github.com/nickmerwin/node-coveralls/compare/v3.1.0...3.1.1 )
---
updated-dependencies:
- dependency-name: coveralls
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-17 20:59:43 +02:00
dependabot[bot]
659ac37ba3
Bump eslint-plugin-promise from 3.8.0 to 6.0.1 ( #2802 )
...
Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise ) from 3.8.0 to 6.0.1.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases )
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md )
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits )
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-08 06:31:37 +02:00
Alex
8250af4aed
Minimize GitHub Workflows permissions ( #2798 )
...
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
2022-08-29 12:55:10 -07:00
Brian C
ad6c4a4693
Update README.md ( #2799 )
...
Build status icon was still pointing at travis. We don't use travis anymore: we use github actions.
2022-08-29 13:32:48 -05:00
Brian Carlson
c99fb2c127
Publish
...
- pg-cursor@2.7.4
- pg-pool@3.5.2
- pg-query-stream@4.2.4
- pg@8.8.0
pg-cursor@2.7.4
pg-pool@3.5.2
pg-query-stream@4.2.4
pg@8.8.0
2022-08-23 11:36:18 -05:00
Brian Carlson
8d498959c3
Update changelog
2022-08-23 11:29:35 -05:00
dependabot[bot]
6e386eb294
Bump prettier from 2.1.2 to 2.7.1 ( #2792 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.1.2 to 2.7.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.7.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 21:35:18 -05:00
Marcin K
ff85ac2459
chore(): added dependabot ( #2374 )
2022-08-22 19:06:43 -05:00
Brian C
a4ef6ce38c
Fix error handling test ( #2789 )
...
* Fix error handling test
#2569 introduced a bug in the test. The test never passed but because travis-ci lovingly broke the integration we had a long time ago the tests weren't run in CI until I merged. So, this fixes the tests & does a better job cleaning up the query in an errored state.
* Update sponsors
2022-08-22 19:05:59 -05:00
Brian C
747485d342
Bump min version of pg-native ( #2787 )
...
Fixes 2786
2022-08-22 15:34:07 -05:00
Alex Zlotnik
8032fbad43
Catch errors client throws in pool ( #2569 )
...
* Catch errors client throws in pool
* Add a test
This test _should be_ right
2022-08-22 15:33:51 -05:00
Martin Kubliniak
3e53d06cd8
Support lock_timeout ( #2779 )
2022-08-10 16:15:06 -05:00
Peter Rust
68160a29bd
Fix #2556 by keeping callback errors from interfering with cleanup ( #2753 )
...
* Fix #2556 (handleRowDescription of null) by keeping callback errors from interfering with cleanup
* Added regression test for #2556
2022-06-20 08:25:12 -05:00
Brian C
28ac2a17bc
Add test for how to set search path ( #2700 )
...
Also refactor a few tests a bit to slowly clean up some of the old style.
2022-05-12 22:00:00 -05:00
ChrisWritable
3ca56027d3
Immediately unref() maxLifetimeSeconds Timeout object to prevent blocking allowExitOnIdle ( #2721 )
2022-05-12 19:05:02 -05:00
Brian Carlson
c7743646cd
Update sponsors
2022-05-12 19:04:21 -05:00
dependabot[bot]
ec06473c16
Bump minimist from 1.2.5 to 1.2.6 ( #2727 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 23:41:19 -05:00
dependabot[bot]
b812ec1e65
Bump async from 0.9.0 to 2.6.4 ( #2736 )
...
Bumps [async](https://github.com/caolan/async ) from 0.9.0 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/0.9.0...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 23:41:05 -05:00
Brian C
4b4d97b8f3
Remove stream-tester ( #2743 )
...
* Remove stream-tester
* Use random port for network-partition tests
* Use random port for connection timeout test
* Bump CI version
2022-05-10 14:49:22 -05:00
Lars Hvam
f5e87ac0b1
pg: update README, remove dead badge ( #2719 )
2022-04-01 11:31:45 -05:00
dependabot[bot]
21ccd4f1b6
Bump pathval from 1.1.0 to 1.1.1 ( #2702 )
...
Bumps [pathval](https://github.com/chaijs/pathval ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/chaijs/pathval/releases )
- [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md )
- [Commits](https://github.com/chaijs/pathval/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: pathval
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 14:52:06 -06:00
Brian Carlson
4fa7ee891a
Publish
...
- pg-cursor@2.7.3
- pg-pool@3.5.1
- pg-query-stream@4.2.3
- pg@8.7.3
pg-cursor@2.7.3
pg-pool@3.5.1
pg-query-stream@4.2.3
pg@8.7.3
2022-02-04 10:28:01 -06:00
Brian Carlson
9a61e9ac58
Format with prettier
2022-02-04 10:27:51 -06:00
Brian Carlson
edf1a864d6
Fix changelog
2022-02-04 10:22:23 -06:00
Brian Carlson
6849cc6868
Publish
...
- pg-cursor@2.7.2
- pg-pool@3.5.0
- pg-query-stream@4.2.2
- pg@8.7.2
pg-cursor@2.7.2
pg-pool@3.5.0
pg-query-stream@4.2.2
pg@8.7.2
2022-02-04 10:21:57 -06:00
Brian Carlson
e4115854cb
Update changelog
2022-02-04 10:20:51 -06:00
ChrisWritable
8392918d7b
Add connection lifetime limit option and tests ( #2698 )
...
Co-authored-by: ChrisG0x20 <position0x45@hotmail.com>
2022-01-28 17:17:48 -06:00
Matthieu
5508c0ee6b
fix: Prevent closing the portal twice ( #2609 )
...
Fixes brianc/node-postgres#2119
2022-01-28 12:59:45 -06:00
dependabot[bot]
998f573244
Bump trim-off-newlines from 1.0.1 to 1.0.3 ( #2695 )
...
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines ) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/stevemao/trim-off-newlines/releases )
- [Commits](https://github.com/stevemao/trim-off-newlines/compare/v1.0.1...v1.0.3 )
---
updated-dependencies:
- dependency-name: trim-off-newlines
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-26 17:34:36 -06:00
dependabot[bot]
f3ff3e2d1f
Bump node-fetch from 2.6.1 to 2.6.7 ( #2694 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-26 17:34:10 -06:00
darkgl0w
a09412c603
chore (ci): trigger a CI run on PR events ( #2681 )
2022-01-26 17:20:11 -06:00
Andrew Lam
1f7b8cb6fa
Fix markdown for n8n.io sponsor link ( #2685 )
2022-01-16 14:40:34 -06:00
darkgl0w
392a7f4a66
chore (ci): add macOS and Windows to the CI OS matrix ( #2657 )
...
* chore (ci): add macOS and Windows to the CI OS matrix
* chore (ci): fix macOS runner name
2021-12-17 00:21:35 -06:00