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: googleapis/langchain-google-alloydb-pg-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: googleapis/langchain-google-alloydb-pg-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.1
Choose a head ref
  • 7 commits
  • 7 files changed
  • 4 contributors

Commits on Jun 20, 2024

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

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    c607fe5 View commit details
    Browse the repository at this point in the history
  2. fix: use lazy refresh for AlloyDB Connector (#162)

    The AlloyDB Python Connector just released a new version v1.2.0
    that supports setting the refresh_strategy argument of the connector.
    
    Setting the refresh strategy to lazy refresh is recommended for
    serverless environments. As the default refresh strategy is to
    have background refreshes occur to get the instance metadata and a fresh
    certificate to use for the SSL/TLS connection.
    
    However, these background refreshes can be throttled when serverless
    environments scale to zero (Cloud Functions, Cloud Run etc.).
    
    This PR will fix the ambiguous errors that are a result of the CPU being
    throttled for the AlloyDB Connector.
    jackwotherspoon authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3a9c6ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99ee0c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

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