-
Notifications
You must be signed in to change notification settings - Fork 84
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 45 files changed
- 3 contributors
Commits on Oct 25, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for eb95a9d - Browse repository at this point
Copy the full SHA eb95a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b245c6 - Browse repository at this point
Copy the full SHA 5b245c6View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b24c10 - Browse repository at this point
Copy the full SHA 3b24c10View commit details
Commits on Nov 1, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for ef7d8fe - Browse repository at this point
Copy the full SHA ef7d8feView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b591dde - Browse repository at this point
Copy the full SHA b591ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d8c38 - Browse repository at this point
Copy the full SHA 38d8c38View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1c2f86 - Browse repository at this point
Copy the full SHA b1c2f86View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2bba73 - Browse repository at this point
Copy the full SHA e2bba73View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa1ef3 - Browse repository at this point
Copy the full SHA aaa1ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb4be82 - Browse repository at this point
Copy the full SHA eb4be82View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5396642 - Browse repository at this point
Copy the full SHA 5396642View commit details -
chore(main): release 1.14.0 (#1184)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d622575 - Browse repository at this point
Copy the full SHA d622575View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.13.0...v1.14.0