Skip to content

Commit

Permalink
next release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrabinowitz committed May 31, 2022
1 parent 49ed228 commit 92bc202
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Release Notes

## Next
* Issue #593: Allow users to disable cache when loading data via SQL query,
by setting `cacheExpirationTimeInMinutes=0`
* PR #613: Added field level schema checks. This can be disabled by setting
`enableModeCheckForSchemaFields=false`
* PR #618: Added support for the `enableListInterface` option. This allows to
use parquet as an intermediate format also for arrays, without adding the
`list` element in the resulting schema as described
[here](https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#ParquetOptions)
* PR #641: Removed Conscrypt from the shaded artifact in order to improve
compatibility with Dataproc Serverless and with clusters where Conscrypt is
disabled.
* BigQuery API has been upgraded to version 2.10.6
* BigQuery Storage API has been upgraded to version 2.12.0
* gRPC has been upgraded to version 1.46.0
* Netty has been upgraded to version 4.1.75.Final

## 0.24.2 - 2022-04-05
* PR #580: Fixed shaded artifacts version flattening, the version appears
Expand Down

0 comments on commit 92bc202

Please sign in to comment.