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/java-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.68.1
Choose a base ref
...
head repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.69.0
Choose a head ref
  • 5 commits
  • 48 files changed
  • 4 contributors

Commits on May 29, 2024

  1. chore(main): release 6.68.2-SNAPSHOT (#3140)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored May 29, 2024
    Configuration menu
    Copy the full SHA
    34edbd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. feat: add option to enable ApiTracer (#3095)

    * feat: add option to enable ApiTracer
    
    Adds an option to enable an ApiTracer for the client. An ApiTracer will
    add traces for all RPCs that are being executed. The traces will only
    be exported if an OpenTelemetry or OpenCensus trace exporter has been
    configured.
    An ApiTracer adds additional detail information about the time that a
    single RPC took. It can also be used to determine whether an RPC was
    retried or not.
    
    * feat: add gfe-latency as attribute to span
    
    * fix: get span at request start
    
    * test: add tests for ApiTracer
    
    * test: fix tests when using mux sessions
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: cleanup
    
    * build: declare test dependency that is being used
    
    * chore: remove TODOs
    
    * chore: add env var for enabling api tracing
    
    * chore: add clirr ignored diff
    
    * chore: address review comments
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * test: add OpenCensus ApiTracer tests
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix: clear spans after test
    
    * fix: ignore test traces coming from a previous test
    
    * test: skip OpenCensus ApiTracer test as OpenCensus is way too intrusive
    
    * test: increase timeout to reduce flakiness
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    olavloite and gcf-owl-bot[bot] authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a0a4bc5 View commit details
    Browse the repository at this point in the history
  2. chore: support RESET ALL in the Connection API (#3142)

    * chore: support RESET ALL in the Connection API
    
    Adds support for the RESET ALL statement to the Connection
    API. This allows users to easily reset a connection to its
    original state, for example before returning a connection
    to a pool, or after retrieving a connection from a pool.
    
    Fixes googleapis/java-spanner-jdbc#1116
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    olavloite and gcf-owl-bot[bot] authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    869a364 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. deps: update dependency com.google.cloud:sdk-platform-java-config to …

    …v3.31.0 (#3159)
    
    * deps: update dependency com.google.cloud:sdk-platform-java-config to v3.31.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1ee19d1 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.69.0 (#3146)

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