-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: GoogleCloudPlatform/alloydb-python-connector
base: v1.5.0
head repository: GoogleCloudPlatform/alloydb-python-connector
compare: v1.6.0
- 11 commits
- 14 files changed
- 6 contributors
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e682102 - Browse repository at this point
Copy the full SHA e682102View commit details
Commits on Nov 16, 2024
-
feat: invalidate cache on bad connection info and failed IP lookup (#389
) This change is analogous to CloudSQL's GoogleCloudPlatform/cloud-sql-python-connector#1118. The Connector caches connection info for future connections and schedules refresh operations. For unrecoverable errors, the cache should be invalidated to stop future bad refreshes. The cache should also be invalidated on failed IP lookups. This PR does these things.
Configuration menu - View commit details
-
Copy full SHA for e8fbbdf - Browse repository at this point
Copy the full SHA e8fbbdfView commit details
Commits on Nov 18, 2024
-
chore: use sync instead of async in test (#396)
`test_Connector_remove_cached_bad_instance` doesn't need to be async, because it can use the event loop that is generated by `Connector.__init__()` function.
Configuration menu - View commit details
-
Copy full SHA for 5255fbb - Browse repository at this point
Copy the full SHA 5255fbbView commit details
Commits on Dec 4, 2024
-
feat: improve aiohttp client error messages (#400)
This change is similar to GoogleCloudPlatform/cloud-sql-python-connector#1201, except for AlloyDB.
Configuration menu - View commit details
-
Copy full SHA for 58ef2d2 - Browse repository at this point
Copy the full SHA 58ef2d2View commit details
Commits on Dec 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2f66c5 - Browse repository at this point
Copy the full SHA d2f66c5View commit details
Commits on Dec 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for afc84ec - Browse repository at this point
Copy the full SHA afc84ecView commit details -
chore(deps): bump aiohttp from 3.10.10 to 3.10.11 (#394)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.10 to 3.10.11. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.10.10...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a38871f - Browse repository at this point
Copy the full SHA a38871fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54205f0 - Browse repository at this point
Copy the full SHA 54205f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9ab264 - Browse repository at this point
Copy the full SHA e9ab264View commit details -
Configuration menu - View commit details
-
Copy full SHA for b95f93e - Browse repository at this point
Copy the full SHA b95f93eView commit details -
chore(main): release 1.6.0 (#393)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 33de532 - Browse repository at this point
Copy the full SHA 33de532View commit details
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.5.0...v1.6.0