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-java-connector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.8
Choose a base ref
...
head repository: GoogleCloudPlatform/alloydb-java-connector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 9 commits
  • 31 files changed
  • 4 contributors

Commits on Dec 10, 2024

  1. chore(main): release 1.1.9-SNAPSHOT (#602)

    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
    03be3a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. feat: add support for lazy refresh (#606)

    By default the connector will continue to use a refresh ahead strategy,
    where client certificates are refreshed by a background thread. The
    lazy strategy by comparison is useful for when the Connector runs in
    serverless environments and background threads may not run reliably,
    e.g., when the CPU is throttled.
    
    This commit adds the lazy refresh strategy and updates the configuration
    documentation to demonstrate how to use the feature.
    
    Fixes #565
    enocom authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    57e44ff View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

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

Commits on Feb 10, 2025

  1. Configuration menu
    Copy the full SHA
    0395e68 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /.kokoro (#605)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.4...3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    9318a95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6395f39 View commit details
    Browse the repository at this point in the history
  4. deps: Update Non-major dependencies (#601)

    * deps: Update Non-major dependencies
    
    * Remove error prone updates
    
    * Bump error prone annotations
    
    * Update error prone core to latest
    
    * Go back to error prone core 2.31.0 for JDK 11. See https://github.com/google/error-prone/releases/tag/v2.31.0.
    
    ---------
    
    Co-authored-by: Eno Compton <enocom@google.com>
    renovate-bot and enocom authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    474cc3e View commit details
    Browse the repository at this point in the history
  5. chore: improve renovate config (#611)

    JUnit is no longer a problem as we've addressed the underlying
    dependency issue in prior changes.
    
    Error Prone core dropped support for JDK 11 in v2.32.0 [1]. So for now,
    update Error Prone core separately to make it easier to fix the issue
    without breaking our usual dependency updates.
    
    [1]: https://github.com/google/error-prone/releases/tag/v2.31.0
    enocom authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    e36579f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. chore(main): release 1.2.0 (#607)

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