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: GoogleCloudPlatform/cloud-sql-nodejs-connector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: GoogleCloudPlatform/cloud-sql-nodejs-connector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.2
Choose a head ref
  • 6 commits
  • 11 files changed
  • 4 contributors

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    9f3381b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix: allow multiple connections via .startLocalProxy socket (#366)

    The .startLocalProxy method of starting a local Unix socket
    to connect over used .once which was an oversight. This only
    allows a single connection via the socket. For a connection pool
    to leverage several connections at once we should use .on.
    
    Tested using Prisma's connection_limit query argument.
    Using .once only works with connection_limit=1 while using
    .on allows for connection_limit=2 etc.
    jackwotherspoon authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cce7aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d8f539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca1cd0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82e15a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    749dac2 View commit details
    Browse the repository at this point in the history
Loading