KEMBAR78
Comparing v3.5.2...v3.6.0 · googleapis/java-bigquerystorage · GitHub
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-bigquerystorage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.2
Choose a base ref
...
head repository: googleapis/java-bigquerystorage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.0
Choose a head ref
  • 13 commits
  • 36 files changed
  • 6 contributors

Commits on May 28, 2024

  1. feat: add instrumentation for a couple of OpenTelemetry metrics (#2501)

    * feat: add instrumentation for a couple OpenTelemetry metrics
    
    * 🦉 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>
    agrawal-siddharth and gcf-owl-bot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    195ea96 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    e84e877 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-bigquery…

    …storage to v3.5.2 (#2512)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-bigquerystorage to v3.5.2
    
    * 🦉 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 May 29, 2024
    Configuration menu
    Copy the full SHA
    178a7a1 View commit details
    Browse the repository at this point in the history
  3. build(deps): update dependency org.sonatype.plugins:nexus-staging-mav…

    …en-plugin to v1.6.14 (#2514)
    
    * build(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.14
    
    * 🦉 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 May 29, 2024
    Configuration menu
    Copy the full SHA
    0617f75 View commit details
    Browse the repository at this point in the history
  4. deps: update dependency com.google.cloud:google-cloud-bigquery to v2.…

    …40.2 (#2513)
    
    * deps: update dependency com.google.cloud:google-cloud-bigquery to v2.40.2
    
    * 🦉 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 May 29, 2024
    Configuration menu
    Copy the full SHA
    09e3b2f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …40.0 (#2516)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.40.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 May 30, 2024
    Configuration menu
    Copy the full SHA
    05b2f43 View commit details
    Browse the repository at this point in the history
  2. build(deps): update dependency org.sonatype.plugins:nexus-staging-mav…

    …en-plugin to v1.7.0 (#2517)
    
    * build(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.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 May 30, 2024
    Configuration menu
    Copy the full SHA
    e6a6cb4 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.5.3-SNAPSHOT (#2510)

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

Commits on May 31, 2024

  1. feat: add ability to write Range values with JSONStreamWriter (#2498)

    * feat: add ability to write Range values with JSONStreamWriter
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update tests to include mixed case and string values
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add Arrow processor to validate reading range values
    
    * Add test scope to Arrow dependencies
    
    * Fix unit test
    
    * Fix maven dependencies check failure for arrow
    
    * Add arrow-memory-netty to fix sample exception issue with no DefaultAllocationManager
    
    * Temp remove arrow test dependencies to test sample failure
    
    * Further testing
    
    * Test by hard coding test arrow version
    
    * Revert changes for testing
    
    * Pass dep. check
    
    * Updated test for case sensitivity
    
    * Update integration test for case sensitivity for all cases
    
    * Update JsonToProtoMessageTest to include mixed case fields
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    PhongChuong and gcf-owl-bot[bot] authored May 31, 2024
    Configuration menu
    Copy the full SHA
    a5e62be View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. ci: [java] automatic kokoro label in and /gcbrun comment (#1965) (#2523)

    Source-Link: googleapis/synthtool@bd2bae8
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:72f0d373307d128b2cb720c5cb4d90b31f0e86529dd138c632710ae0c69efae3
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    858488a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

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

Commits on Jun 12, 2024

  1. chore(main): release 3.6.0 (#2518)

    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
    33a2d28 View commit details
    Browse the repository at this point in the history
Loading