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-python-connector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.4
Choose a base ref
...
head repository: GoogleCloudPlatform/cloud-sql-python-connector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.5
Choose a head ref
  • 7 commits
  • 21 files changed
  • 5 contributors

Commits on Sep 25, 2025

  1. chore: Add build.sh common build script. (#1321)

    Adds the a standardized developer commands script "build.sh" that will exist in this and all other Cloud SQL Connector projects.
    
    GoogleCloudPlatform/cloud-sql-jdbc-socket-factory#2122
    hessjcg authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    0e87943 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. doc: Fix example for create_async_connector in the README (#1301)

    An example is missing an await.
    lopuhin authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    2385f4f View commit details
    Browse the repository at this point in the history
  2. fix: error on connect_async() event loop mismatch (#1113)

    Today, the Python Connector for async usage does not allow being called across
    multiple event loops.
    
    However, we do not explicitly define that logic nor make it clear via an error message.
    
    This PR adds an error message to check in connect_async if the Connector._loop
    attribute matches the current running event loop and errors if it does not (multiple event loops).
    
    Related to #1107
    jackwotherspoon authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    3030b82 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Configuration menu
    Copy the full SHA
    14c27e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad086ea View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    8c29bbb View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.18.5 (#1325)

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