Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: brianc/node-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pg@8.13.3
Choose a base ref
...
head repository: brianc/node-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pg@8.14.0
Choose a head ref
  • 10 commits
  • 25 files changed
  • 7 contributors

Commits on Feb 13, 2025

  1. 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`
    charmander authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    582cdaf View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    1230c86 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    79ee1ad View commit details
    Browse the repository at this point in the history
  4. 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.
    nigrosimone authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    5a67344 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. 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>
    alxndrsn authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    88311c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Add "unref" to timers (#3396)

    * 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
    cesco69 authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    1876f20 View commit details
    Browse the repository at this point in the history
  2. 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>
    jawj and charmander authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    b4022aa View commit details
    Browse the repository at this point in the history
  3. simple-query-tests: remove no-op test (#3390)

    Originally skipped in daa370a
    
    Co-authored-by: alxndrsn <alxndrsn>
    alxndrsn authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    b823a23 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Update changelog

    brianc committed Mar 11, 2025
    Configuration menu
    Copy the full SHA
    1c45dd2 View commit details
    Browse the repository at this point in the history
  2. Publish

     - 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
    brianc committed Mar 11, 2025
    Configuration menu
    Copy the full SHA
    f7c92e4 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy