Thanks to visit codestin.com
Credit goes to github.com

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.13.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.14.0
Choose a head ref
  • 12 commits
  • 45 files changed
  • 3 contributors

Commits on Oct 25, 2024

  1. feat: support native asyncpg connection pools (#1182)

    As of asyncpg v0.30.0, asyncpg native connection pools now support
    a creation function (callable) via its connect argument, similar to
    SQLAlchemy's async_creator argument to generate connections.
    
    Adding integration test and usage samples to README.
    
    Also bumping asyncpg min supported version in setup.py to 0.30.0
    to force supported version for this feature.
    jackwotherspoon authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    eb95a9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b245c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Nov 1, 2024

  1. refactor: add ConnectionName class (#1186)

    This PR refactors all instance connection name related code into
    its own file connection_name.py
    
    It introduces the ConnectionName class which will make tracking
    if a DNS name was given to the Connector easier in the future.
    jackwotherspoon authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ef7d8fe View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    b591dde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d8c38 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    b1c2f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2bba73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaa1ef3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb4be82 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

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

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