8000 Comparing pg@8.15.0...pg@8.15.1 · brianc/node-postgres · GitHub
[go: up one dir, main page]

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.15.0
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.15.1
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 22, 2025

  1. docs: add missing parameters on pg.Client Config (#3422)

    - client_encoding
    - fallback_application_name
    - options
    hjr3 authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    9cc7d8e View commit details
    Browse the repository at this point in the history
  2. fix(pg-connection-string): export default from esm wrapper (#3425)

    Prior to v2.8.0, the parse function was the default when using import.
    When esm compatibility was introduced in v2.8.0, there was not default
    specified. This broke existing code that relied on that default.
    
    Fixes #3424
    hjr3 authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    557716d View commit details
    Browse the repository at this point in the history
  3. Publish

     - pg-connection-string@2.8.1
     - pg-cursor@2.14.1
     - pg-esm-test@1.1.1
     - pg-pool@3.9.1
     - pg-query-stream@4.9.1
     - pg@8.15.1
    Brian Carlson committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    fb25f7b View commit details
    Browse the repository at this point in the history
Loading
0