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-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.4
Choose a base ref
...
head repository: GoogleCloudPlatform/cloud-sql-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.12.0
Choose a head ref
  • 13 commits
  • 31 files changed
  • 5 contributors

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    757c08f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a74fbf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Jul 9, 2024

  1. fix: Make the process exit if there as an error accepting a fuse conn…

    …ection. (#2257)
    
    This change makes FUSE-configured connections behave the same way as normal connections:
    the proxy process should exit when there is an error accepting a connection while listening on
    the local server socket.
    hessjcg authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bb2a0ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0aaeb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    136595b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. feat: Add parameter --min-sigterm-delay allow new connections for a m…

    …inimum number off seconds before shutting down the proxy. (#2266)
    
    This makes the proxy continue to accept new connections for a period of time
    after receiving the TERM signal.
    
    Fixes #1640
    hessjcg authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    52cd0d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. feat: add support for Debian bookworm (#2267)

    Add support for Debian 12 "bookworm" and remove support for
    Debian 10 "buster" as its LTS ended on June 30.
    jackwotherspoon authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fbec17b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aeeaf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a0a33e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea161ac View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. fix: ignore go-fuse ctx in Lookup (#2268)

    Ignore context passed into Lookup as it can be cancelled by
    interrupts in go-fuse. Instead create a new context when Lookup
    is invoked.
    jackwotherspoon authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ae8ec35 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.12.0 (#2262)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a2070bf View commit details
    Browse the repository at this point in the history
Loading