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.47.0
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.48.0
Choose a head ref
  • 14 commits
  • 17 files changed
  • 3 contributors

Commits on Jan 30, 2025

  1. Copy the full SHA
    58f8092 View commit details
  2. Copy the full SHA
    728e312 View commit details
  3. deps: update dependency com.google.api.grpc:proto-google-cloud-bigque…

    …ryconnection-v1 to v2.59.0 (#3660)
    renovate-bot authored Jan 30, 2025
    Copy the full SHA
    3a6228b View commit details
  4. Copy the full SHA
    9bc8c01 View commit details
  5. feat: implement wasNull for BigQueryResultSet (#3650)

    * feat: implement wasNull for BigQueryResultSet
    
    * feat: implement wasNull for BigQueryResultSet
    
    * feat: implement wasNull for BigQueryResultSet
    
    * feat: implement wasNull for BigQueryResultSet
    
    * feat: implement wasNull for BigQueryResultSet
    
    * feat: implement wasNull for BigQueryResultSet
    
    * feat: implement wasNull for BigQueryResultSet
    PhongChuong authored Jan 30, 2025
    Copy the full SHA
    c7ef94b View commit details
  6. chore(main): release 2.47.1-SNAPSHOT (#3657)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 30, 2025
    Copy the full SHA
    c91d2a6 View commit details

Commits on Feb 3, 2025

  1. Copy the full SHA
    0fc7179 View commit details

Commits on Feb 4, 2025

  1. Copy the full SHA
    21910c7 View commit details

Commits on Feb 10, 2025

  1. Copy the full SHA
    0b92af6 View commit details

Commits on Feb 11, 2025

  1. Copy the full SHA
    4d9e0ff View commit details
  2. Copy the full SHA
    009b9a2 View commit details

Commits on Feb 12, 2025

  1. Copy the full SHA
    367dd4d View commit details

Commits on Feb 13, 2025

  1. Copy the full SHA
    abbdde0 View commit details
  2. chore(main): release 2.48.0 (#3663)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 13, 2025
    Copy the full SHA
    759cb0a View commit details
2 changes: 1 addition & 1 deletion .github/workflows/unmanaged_dependency_check.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
# repository
.kokoro/build.sh
- name: Unmanaged dependency check
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.42.0
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.43.0
with:
# java-bigquery does not produce a BOM. Fortunately the root pom.xml
# defines google-cloud-bigquery in dependencyManagement section. So
2 changes: 1 addition & 1 deletion .kokoro/continuous/graalvm-native-17.cfg
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.42.0"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.43.0"
}

env_vars: {
2 changes: 1 addition & 1 deletion .kokoro/continuous/graalvm-native.cfg
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.42.0"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.43.0"
}

env_vars: {
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-17.cfg
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.42.0""
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.43.0""
}
env_vars: {
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native.cfg
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.42.0"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.43.0"
}

env_vars: {
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.48.0](https://github.com/googleapis/java-bigquery/compare/v2.47.0...v2.48.0) (2025-02-13)


### Features

* Implement wasNull for BigQueryResultSet ([#3650](https://github.com/googleapis/java-bigquery/issues/3650)) ([c7ef94b](https://github.com/googleapis/java-bigquery/commit/c7ef94be115cd572df589385f9be801033d72d6d))


### Dependencies

* Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.59.0 ([#3660](https://github.com/googleapis/java-bigquery/issues/3660)) ([3a6228b](https://github.com/googleapis/java-bigquery/commit/3a6228b4adc638759d3b2725c612e97e1a3b9cec))
* Update dependency com.google.apis:google-api-services-bigquery to v2-rev20250128-2.0.0 ([#3667](https://github.com/googleapis/java-bigquery/issues/3667)) ([0b92af6](https://github.com/googleapis/java-bigquery/commit/0b92af6eba4a633bb514089c24b7dd19cf286789))
* Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.63.0 ([#3661](https://github.com/googleapis/java-bigquery/issues/3661)) ([9bc8c01](https://github.com/googleapis/java-bigquery/commit/9bc8c0115dc16fb950567cd85cc7dfaa9df50d7d))
* Update dependency com.google.cloud:sdk-platform-java-config to v3.43.0 ([#3669](https://github.com/googleapis/java-bigquery/issues/3669)) ([4d9e0ff](https://github.com/googleapis/java-bigquery/commit/4d9e0ff30269127f47484910e71fa7a21a735492))


### Documentation

* Update CONTRIBUTING.md for users without branch permissions ([#3670](https://github.com/googleapis/java-bigquery/issues/3670)) ([009b9a2](https://github.com/googleapis/java-bigquery/commit/009b9a2b3940ab66220e68ddd565710b8552cc45))

## [2.47.0](https://github.com/googleapis/java-bigquery/compare/v2.46.0...v2.47.0) (2025-01-29)


10 changes: 7 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -18,9 +18,13 @@ again.
## Code reviews

All submissions, including submissions by project members, require review. We
use GitHub pull requests for this purpose. Consult
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
information on using pull requests.
use GitHub pull requests for this purpose. Consult the
[GitHub Help: about pull requests](https://help.github.com/articles/about-pull-requests/)
article for more information on using pull requests. If you do not have
permission to create a branch, then fork the repository and submit a pull
request from the forked repository. Consult
[Github Help: about forks](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo#about-forks)
article for more information.

## Community Guidelines

2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<parent>
<artifactId>google-cloud-bigquery-parent</artifactId>
<groupId>com.google.cloud</groupId>
<version>2.47.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>2.48.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
</parent>

<properties>
6 changes: 3 additions & 3 deletions google-cloud-bigquery-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery-bom</artifactId>
<version>2.47.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>2.48.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>sdk-platform-java-config</artifactId>
<version>3.42.0</version>
<version>3.43.0</version>
<relativePath/>
</parent>

@@ -54,7 +54,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.47.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>2.48.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
</dependency>
</dependencies>
</dependencyManagement>
4 changes: 2 additions & 2 deletions google-cloud-bigquery/pom.xml
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.47.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>2.48.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<packaging>jar</packaging>
<name>BigQuery</name>
<url>https://github.com/googleapis/java-bigquery</url>
<description>BigQuery</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery-parent</artifactId>
<version>2.47.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>2.48.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-bigquery</site.installationModule>
Loading