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.2.2
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.3
Choose a head ref
  • 12 commits
  • 24 files changed
  • 3 contributors

Commits on Apr 16, 2025

  1. chore(main): release 1.2.3-SNAPSHOT (#624)

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

Commits on Apr 29, 2025

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

Commits on Apr 30, 2025

  1. chore: make connector tests run locally (#631)

    This commit updates the connector tests to run locally. The previous use
    of 127.0.0.2 does not work on non-Linux machines.
    
    Also, this commit removes superfluous and duplicate tests that verify
    exception paths, speeding up the test suite at the same time.
    enocom authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    b5e927d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. fix: close AlloyDB gRPC client on connector close (#633)

    When the connector is closed, it must also close the underlying AlloyDB
    gRPC-based client to avoid any errors. This ensures a clean shutdown of
    the Connector generally.
    enocom authored May 1, 2025
    Configuration menu
    Copy the full SHA
    1ac52d5 View commit details
    Browse the repository at this point in the history
  2. chore: close refresh on test completion (#634)

    This ensures the test doesn't leave any threads running, which otherwise
    causes the test suite to hang until the test runner times out.
    enocom authored May 1, 2025
    Configuration menu
    Copy the full SHA
    066fd83 View commit details
    Browse the repository at this point in the history
  3. chore: run GraalVM build regularly (#635)

    This will ensure breaking dependency changes are caught sooner, at the
    cost of slower builds.
    enocom authored May 1, 2025
    Configuration menu
    Copy the full SHA
    ccb7e90 View commit details
    Browse the repository at this point in the history
  4. chore: Update blunderbuss.yml (#638)

    Updating automatic assignment to match primary/secondary maintainer roles.
    enocom authored May 1, 2025
    Configuration menu
    Copy the full SHA
    8a2c61a View commit details
    Browse the repository at this point in the history
  5. chore: test Java 21 (#636)

    enocom authored May 1, 2025
    Configuration menu
    Copy the full SHA
    65d76e5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

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

Commits on May 19, 2025

  1. Configuration menu
    Copy the full SHA
    ef13449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    225565f View commit details
    Browse the repository at this point in the history
  3. chore(main): release 1.2.3 (#630)

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