-
Notifications
You must be signed in to change notification settings - Fork 131
Comparing changes
Open a pull request
base repository: googleapis/java-bigquery
base: v2.56.0
head repository: googleapis/java-bigquery
compare: v2.57.0
- 9 commits
- 32 files changed
- 6 contributors
Commits on Nov 20, 2025
-
feat: Relax client-side validation for BigQuery entity IDs (#4000)
Removes client-side `checkArgument` and `checkNotNull` validations from the constructors of `TableId`, `DatasetId`, `RoutineId`, `ModelId`, and `ConnectionProperty`. This change makes the client library more robust by preventing crashes when the server sends a response with unexpected null or empty values in these fields.
Configuration menu - View commit details
-
Copy full SHA for c3548a2 - Browse repository at this point
Copy the full SHA c3548a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc42201 - Browse repository at this point
Copy the full SHA bc42201View commit details
Commits on Dec 4, 2025
-
chore: add release-please config for protobuf-4.x (#4009)
* chore: add release-please config for protobuf-4.x * Change release type from java-lts to java-yoshi
Configuration menu - View commit details
-
Copy full SHA for a942b07 - Browse repository at this point
Copy the full SHA a942b07View commit details
Commits on Dec 8, 2025
-
feat: Introduce DataFormatOptions to configure the output of BigQuery…
… data types (#4010) * feat: Create DataFormatOptions in BigQuery * feat: Add Builder class for DataFormatOptions * fix: Update existing references of useInt64Timestamp to use DataFormatOption's variant * chore: Fix lint issues * chore: Address PR feedback * chore: Add tests for useInt64Timestamp behavior * chore: Address failing tests and GCA * chore: Remove unused fromPb method
Configuration menu - View commit details
-
Copy full SHA for 6dcc900 - Browse repository at this point
Copy the full SHA 6dcc900View commit details -
feat: Add timestamp_precision to Field (#4014)
* feat: Add timestamp_precision to Field * Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * chore: Address GCA PR feedback * chore: Fix typo * chore: Remove default value * chore: Address PR feedback --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 57ffe1d - Browse repository at this point
Copy the full SHA 57ffe1dView commit details -
chore: Use custom timestamp validator for ISO8601 timestamps with mor…
…e than nanosecond precision (#4017) * chore: Use custom timestamp validator for ISO8601 timestamps with more than nanosecond precision * chore: Rename helper method to validateTimestamp * chore: Address GCA comments * chore: Address last GCA comment * chore: Update to use assert helper method
Configuration menu - View commit details
-
Copy full SHA for 5a51a51 - Browse repository at this point
Copy the full SHA 5a51a51View commit details
Commits on Dec 9, 2025
-
chore(main): release 2.56.1-SNAPSHOT (#4001)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5ad1ce7 - Browse repository at this point
Copy the full SHA 5ad1ce7View commit details
Commits on Dec 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d2f2057 - Browse repository at this point
Copy the full SHA d2f2057View commit details -
chore(main): release 2.57.0 (#4021)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f4a1536 - Browse repository at this point
Copy the full SHA f4a1536View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.56.0...v2.57.0