You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add versions(boolean versions) option to BlobListOption to enable/disable versioned Blob listing. If enabled all versions of an object as distinct results (#688).
BlobTargetOption and BlobWriteOption classes are added to Bucket to allow setting options for create methods (#705).
Fixes
BigQuery
Fix pagination when listing tables and dataset with selected fields (#668).
Core
Fix authentication issue when using revoked Cloud SDK credentials with local test helpers. The NoAuthCredentials class is added with the AuthCredentials.noAuth() method, to ne used when testing service against local emulators (#719).
Storage
Fix pagination when listing blobs and buckets with selected fields (#668).
Fix wrong usage of Storage.BlobTargetOption and Storage.BlobWriteOption in Bucket's create methods. New classes (Bucket.BlobTargetOption and Bucket.BlobWriteOption) are added to provide options to Bucket.create (#705).
Fix "Failed to parse Content-Range header" error when BlobWriteChannel writes a blob whose size is a multiple of the chunk size used (#725).
Fix NPE when reading with BlobReadChannel a blob whose size is a multiple of the chunk/buffer size (#725).