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.12.1
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.13.0
Choose a head ref
  • 9 commits
  • 18 files changed
  • 3 contributors

Commits on Oct 2, 2024

  1. fix: remove ConnectorLoopError from connector.connect (#1170)

    Python packages like gevent have monkey patching abilities and use greenlet
    processes to replace synchronous code in an "asynchronous" fashion.
    
    The ConnectorLoopError in connector.connect was put in as a safe-guard to try
    and prevent improper async driver usage where users would accidentally call
    connector.connect for asyncpg instead of calling connector.connect_async,
    leading to an indefinite hang.
    
    However, this error is preventing support for gevent which schedules tasks in
    its greenlet threads.
    jackwotherspoon authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a348659 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 11, 2024

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

Commits on Oct 17, 2024

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

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    f5eebdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e6a1c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f434dbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dedce7 View commit details
    Browse the repository at this point in the history
Loading