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-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.43.3
Choose a base ref
...
head repository: googleapis/java-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.44.0
Choose a head ref
  • 16 commits
  • 23 files changed
  • 4 contributors

Commits on Oct 29, 2024

  1. deps: update dependency com.google.api.grpc:proto-google-cloud-bigque…

    …ryconnection-v1 to v2.55.0 (#3559)
    renovate-bot authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    950ad0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bd24a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3332cb View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. chore(main): release 2.43.4-SNAPSHOT (#3560)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7a03899 View commit details
    Browse the repository at this point in the history
  2. feat: Enable maxTimeTravelHours in BigQuery java client library (#3555)

    * Enable maxTimeTravelHours in BigQuery java client library
    
    The BigQuery API contains a field called maxTimeTravelHours that
    refers to the Time Travel Window feature. This feature allows
    users to query deleted or updated data for an amount of time
    specified in the maxTimeTravelHours parameter. This change exposes
    the maxTimeTravelHours to users of the client library so they can
    set and update the amount of time that deleted or updated data
    is stored for a given dataset.
    
    * Update maxTimeTravelHours description to match discovery doc.
    
    Fix formatting errors.
    
    * Add DatasetInfo.Builder.setMaxTimeTravelHours() to clirr-ignored file.
    whuffman36 authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bd24fd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. fix: Update experimental methods documentation to @internalapi (#3552)

    * docs: Update experimental methods documentation to @internalapi
    
    * docs: Update experimental methods documentation to @internalapi
    PhongChuong authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    20826f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e4ac1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20705d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. docs: fix BigQuery documentation formating (#3565)

    * fix parentheses and use @see to link direct link
    
    * more doc fix
    PhongChuong authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    552f491 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

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

Commits on Nov 13, 2024

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

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    2c7b4f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8efbb39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5fa951 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. chore(main): release 2.44.0 (#3563)

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