-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: brianc/node-postgres
base: pg@8.13.3
head repository: brianc/node-postgres
compare: pg@8.14.0
- 10 commits
- 25 files changed
- 7 contributors
Commits on Feb 13, 2025
-
Assorted test fixes and cleanup (#3383)
* test: Actually test split messages in split message parsing test * cleanup: Fix spelling in tests * test: Wait on asynchronous tests * cleanup: Remove unused parameter from test method `BufferList#getByteLength` If someone did want this functionality, it would be better to use addition separate from the method anyway. * cleanup: Remove unused test function `BufferList.concat`
Configuration menu - View commit details
-
Copy full SHA for 582cdaf - Browse repository at this point
Copy the full SHA 582cdafView commit details -
build(deps-dev): bump lodash from 2.4.2 to 4.17.21 (#3367)
Bumps [lodash](https://github.com/lodash/lodash) from 2.4.2 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@2.4.2...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1230c86 - Browse repository at this point
Copy the full SHA 1230c86View commit details -
build(deps-dev): bump workerd from 1.20240529.0 to 1.20250129.0 (#3366)
Bumps [workerd](https://github.com/cloudflare/workerd) from 1.20240529.0 to 1.20250129.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](cloudflare/workerd@v1.20240529.0...v1.20250129.0) --- updated-dependencies: - dependency-name: workerd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 79ee1ad - Browse repository at this point
Copy the full SHA 79ee1adView commit details -
fix(devcontainer): upgrade node to version 20 (#3385)
* fix(devcontainer): upgrade node to version 20 * chore: since Windows and Linux use different default line endings, Git may report a large number of modified files that have no differences aside from their line endings.
Configuration menu - View commit details
-
Copy full SHA for 5a67344 - Browse repository at this point
Copy the full SHA 5a67344View commit details
Commits on Feb 20, 2025
-
test-helper: re-add missing function spit() (#3248)
It looks like this was removed in d615ebe while it still had references to it. Reviewed-by: Charmander <~@charmander.me>
Configuration menu - View commit details
-
Copy full SHA for 88311c1 - Browse repository at this point
Copy the full SHA 88311c1View commit details
Commits on Mar 10, 2025
-
* chore: add unref to timer see https://nodejs.org/api/timers.html#timeoutunref * chore: add unref to timer see https://nodejs.org/api/timers.html#timeoutunref * fix: lint * fix: lint * fix: lint * fix: lint
Configuration menu - View commit details
-
Copy full SHA for 1876f20 - Browse repository at this point
Copy the full SHA 1876f20View commit details -
Add support for SCRAM-SHA-256-PLUS i.e. channel binding (#3356)
* Added support for SCRAM-SHA-256-PLUS i.e. channel binding * Requested tweaks to channel binding * Additional tweaks to channel binding * Fixed lint complaints * Update packages/pg/lib/crypto/sasl.js Co-authored-by: Charmander <~@charmander.me> * Update packages/pg/lib/crypto/sasl.js Co-authored-by: Charmander <~@charmander.me> * Update packages/pg/lib/client.js Co-authored-by: Charmander <~@charmander.me> * Tweaks to channel binding * Now using homegrown certificate signature algorithm identification * Update ssl.mdx with channel binding changes * Allow for config object being undefined when assigning enableChannelBinding * Fixed a test failing on an updated error message * Removed - from hash names like SHA-256 for legacy crypto (Node 14 and below) * Removed packageManager key from package.json * Added some SASL/channel binding unit tests * Added a unit test for continueSession to check expected SASL session data * Modify tests: don't require channel binding (which cannot then work) if not using SSL --------- Co-authored-by: Charmander <~@charmander.me>
Configuration menu - View commit details
-
Copy full SHA for b4022aa - Browse repository at this point
Copy the full SHA b4022aaView commit details -
simple-query-tests: remove no-op test (#3390)
Originally skipped in daa370a Co-authored-by: alxndrsn <alxndrsn>
Configuration menu - View commit details
-
Copy full SHA for b823a23 - Browse repository at this point
Copy the full SHA b823a23View commit details
Commits on Mar 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1c45dd2 - Browse repository at this point
Copy the full SHA 1c45dd2View commit details -
- pg-cursor@2.13.0 - pg-native@3.3.0 - pg-pool@3.8.0 - pg-protocol@1.8.0 - pg-query-stream@4.8.0 - pg@8.14.0
Configuration menu - View commit details
-
Copy full SHA for f7c92e4 - Browse repository at this point
Copy the full SHA f7c92e4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff pg@8.13.3...pg@8.14.0