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/alloydb-python-connector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: GoogleCloudPlatform/alloydb-python-connector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 11 commits
  • 14 files changed
  • 6 contributors

Commits on Nov 13, 2024

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

Commits on Nov 16, 2024

  1. 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.
    rhatgadkar-goog authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e8fbbdf View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. 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.
    rhatgadkar-goog authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5255fbb View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

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

Commits on Dec 5, 2024

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

Commits on Dec 10, 2024

  1. Configuration menu
    Copy the full SHA
    afc84ec View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    a38871f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54205f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9ab264 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b95f93e View commit details
    Browse the repository at this point in the history
  6. chore(main): release 1.6.0 (#393)

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