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.0
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.1
Choose a head ref
  • 17 commits
  • 33 files changed
  • 4 contributors

Commits on Mar 21, 2025

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

Commits on Mar 24, 2025

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

Commits on Mar 26, 2025

  1. docs: use lambda over getconn func (#1251)

    Update README and integration tests to be more pythonic by using lambda
    over intermediate getconn function.
    jackwotherspoon authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    6ecf894 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. refactor: update to Google style docstrings (#1258)

    This PR is intended to continue refactoring the Python Connector library over to Google style docstrings.
    colinchambachan authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    e74348b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e465eea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccd414c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

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

Commits on Apr 2, 2025

  1. test: update server used for tests to use SSL/TLS (#1262)

    This PR improves the local server used for unit tests.
    
    The previous server fixture was just a plain socket unable to perform SSL/TLS.
    This meant in certain tests we were skipping the SSL/TLS handshake because it
    would fail.
    
    The new proxy_server fixture more closely behaves to that of the real Proxy server.
    It allows SSL/TLS by loading in the server CA used for testing, the client can then
    use the new context fixture to properly use SSL to connect to the server.
    
    This will provide a foundation for testing the metadata exchange which will be
    introduced in the near future.
    jackwotherspoon authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    5e73fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a0702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7f1068 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. test: add MySQL MCP tests (#1267)

    Add integration tests for MySQL for Cloud SQL's Managed Connection Pooling (MCP)
    jackwotherspoon authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    de18a50 View commit details
    Browse the repository at this point in the history
  2. test: add Postgres MCP tests (#1266)

    Add integration tests for Postgres for Cloud SQL's Managed Connection Pooling (MCP).
    jackwotherspoon authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    3a66850 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. test: add broken test to test scheduled reporter (#1270)

    This intentionally introduces a broken test to ensure that the Cloud Build Report is working correctly.
    
    Co-authored-by: Jack Wotherspoon <[email protected]>
    kgala2 and jackwotherspoon authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    32610d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba4e5a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Configuration menu
    Copy the full SHA
    f29b639 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.18.1 (#1253)

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