google-cloud-java

Google Cloud Client Library for Java

APACHE-2.0 License

Stars
1.9K
Committers
222

Bot releases are hidden (Show)

google-cloud-java - 0.58.0

Published by vam-google about 6 years ago

Container Analysis

  • Initial release (#3563)

Firestore

  • Elevate access level to support mocking (#3562)
  • Add Array Features (#3561)

Logging

  • Update tags for samples (#3560)

Bigtable

  • Implement query sharding by generalizing ReadRows resume request builder (#3103)

Pub/Sub

  • Modified RetrySettings in examples (#3549)
google-cloud-java - 0.57.0

Published by andreamlin about 6 years ago

Bigquery

  • Add model table type for the new BigQuery ML models (#3529)

Bigtable

  • Prefix gapic generated clients with Base, prefix overlay clients with Bigtable (#3538) breaking change
  • Decouple TableAdminClient from BigtableTableAdminSettings. (#3512)

Firestore

  • Fix Credentials (#3541)

Storage

  • Set userProject from static default in FileSystemProvider (#3504)

dependencies

  • Bump api-common: 1.6 -> 1.7
  • Bump gax-java: 1.29.0 -> 1.30.0
  • Bump api-client: 1.23.0 -> 1.24.1

documentation

  • Fix ordering of Default Credentials (#3539)
google-cloud-java - 0.56.0

Published by garrettjonesgoogle about 6 years ago

Bigquery

  • BigQuery: Add Clustering support (#3415)

Bigtable

  • Bigtable: Move admin api into its own artifact. (#3494) breaking change

Dataproc

  • Adding dataproc-v1beta2 (#3520)

regeneration

  • Regenerating with protoc 3.6.0 (#3506)
  • Regenerating proto/client classes (#3519)

dependencies

  • update opencensus (#3481)
  • bump auth version (#3498)

documentation

  • actually set speech to beta (#3487)
  • Fix pom urls (#3499)
  • pubsub: minor doc fix for Publisher (#3501)
  • pubsub: document auto message extension (#3491)
  • fixed Tasks client library link [skip ci] (#3516)

internal

  • Bigtable: remove regen scripts in favor of utilities/generate_api.py (#3495)
  • ci: don't JAR javadoc (#3493)
  • Using --aspect CODE from artman; supporting java_proto (#3507)
google-cloud-java - 0.55.1

Published by pongad about 6 years ago

Fix 0.55.0 importing incorrect vision package (hopefully).

google-cloud-java - 0.55.0

Published by pongad about 6 years ago

  • add vision/v1p3beta1 and automl clients
  • bigquery: avoid listing table data for destination of CREATE VIEW DDL queries
  • firestore: use custom credential and channel provider by default
  • storage: fix rewrite operation to support predefinedAcl on a copy
google-cloud-java - 0.54.0

Published by garrettjonesgoogle over 6 years ago

core

  • Set project id from credentials (#3413)
  • Fix the error when calling Timestamp.of(Date date) when date is pre epoch (#3434)
  • Retry IOException: Error writing request body to server to fix the intermittent failure when uploading to gcs(#3433)

dependencies

  • Bump gax versions to 1.29.0/0.46.0 (#3439)
  • bump grpc version (#3447)
  • Bump protobuf java to 3.6.0 (#3449)

multiple clients

  • Release gapics (#3423)
  • Regenerating proto/grpc/gapic code (#3444)

BigQuery

  • BigQuery: Document the behavior that streaming inserts are not present in destination output (#3407)

BigTable

  • bigtable: Fluent DSL TableAdmin client (#3395)
  • Fixing BigTable javadoc errors (#3459)

Compute

  • Regenerate Compute client (#3438)
  • Update READMEs for Compute (#3388)
  • Ignore deprecated Compute integration test (#3446)

KMS

  • Adding kms-v1 (#3450)

Nio

  • ignore nio tests related to requester pays bucket (#3452)

Speech

  • Bumping Speech from alpha to beta (#3404)

Storage

  • Requester-Pays bucket support. (#3406)

Tasks

  • Generation refresh - Cloud Tasks (#3453)

general documentation

  • Point ALPN not configured properly in TROUBLESHOOTING.md to (#3408)
  • Fixing versioning comments for GA clients (#3411)
  • Fix indentation in code example (#3456)

internal

  • Creating batch_generate_apis.py (#3428)
  • new approach for snippet injection (#2838)
  • Bump maven-source-plugin to 3.0.1 (#3435)
  • Fix appveyor CI by using TLS 1.2 for Java 7 (#3440)
  • Add GCE and discogapic to batch gen script (#3441)
  • Add IoT, KMS and Tasks to batch generation (#3445)
  • Cleanup: generation instructions, version ordering (#3451)
google-cloud-java - 0.53.0

Published by yihanzhen over 6 years ago

BigQuery

  • Add ORC format support for load jobs (#3391)
  • Plumb in the Bigtable forformat support for federated tables (#3391)
google-cloud-java - 0.52.0

Published by garrettjonesgoogle over 6 years ago

BigQuery

  • Add samples for managing tables. (#3361)
  • Batch sample now reflects Go and Python versions (#3359)
  • Removes old sample (#3364)

BigTable

  • Bigtable: enable JWT tokens (#3351)

Compute

  • Add GAPIC Compute java library (#3100)

Firestore

  • Exposing TransportChannelProvider & CredentialsProvider (#3320)

Monitoring

  • Bumping monitoring-v3 to GA (#3365)

Spanner

  • spanner: add support for struct-typed parameters. (#3287)

Web Security Scanner

  • update websecurityscanner readme (#3352)

dependencies

  • bump grpc version to 1.12.0 (#3374)
  • Bumping gax to 1.28.0 (bidi streaming updates) (#3375)

testing

  • Fix zipslip vulnerability (#3366)
google-cloud-java - 0.51.0

Published by pongad over 6 years ago

BigQuery

  • Allow deleting partition expiration by setting the value to null

FireStore

  • Return dates as com.google.cloud.Timestamps.

Logging

  • Set tracing information in the appropriate place.
  • Add spanId to LogEntry
  • Add SourceLocation.newBuilder()

Storage

  • Batch requests now honor options.getHost()

Examples

  • New examples for GCS and KMS integration
google-cloud-java - 0.50.0

Published by andreamlin over 6 years ago

Text-to-Speech

  • Add v1 client

Core

  • Make MetadataConfig.getAttribute() public
  • Add Timestamp.toDate() method

Storage

  • Add port to upload URL

Documentation

  • Update README.md

Misc

  • Update gax-java, api-common dependencies
google-cloud-java - 0.49.0

Published by neozwu over 6 years ago

BigQuery

  • Correct ITBigQueryTest
  • Add support for NUMERIC type
  • Add missing query statistics

Documentation

  • Update README.md

Pubsub

  • Add missing region tags
  • Update region tags to standard
  • Declare GA
  • Add the publisher error handler sample.

Spanner

  • Use method getters

Storage

  • Fix integration test
  • Storage kms integration
google-cloud-java - 0.48.0

Published by vam-google over 6 years ago

All

  • Move grpc and proto artifacts to google-cloud-java from api-client-staging (second part) (#3251)
  • Fix integration CI (#3222), (#3262)

BigQuery

  • Unbox Boolean in examples (#3248)
  • Let users contruct TableResult for testing (#3242)

Spanner

  • Fix log syntax (#3241)

Translate

  • Document concurrent use (#3243)

Pub/Sub

  • Update pubsub sample links (#3285)

New and regenerated GAPIC clients

  • Add IoT and Web Security Scanner clients (#3282)
  • Regenerate existing clients for updated APIs (#3282)

Redis

  • Properly link Redis docs (#3272)

Misc

  • Post-release cleanup and fixes (specific to recent repository restructure) (#3290)
  • Adjust documentation creation to new repo structure (#3274)
  • Fix README API link (#3273)
  • Add new clients to README.md (#3266)
  • Versions: fix typos in versions and docs (#3261)
  • Remove dead assignment (#3247)
google-cloud-java - 0.47.0

Published by pongad over 6 years ago

BigQuery

  • Add timeline to statistics information (#3201)
  • Add "managing datasets" samples (#3232)

Firestore

  • Catch Throwables in transactions (#3224)

Redis

  • Add client (#3237)
google-cloud-java - 0.46.0

Published by garrettjonesgoogle over 6 years ago

dependencies/regeneration

  • bump auth library version (#3197)
  • Regenerating GAPIC clients, updating deps (#3208)

BigQuery

  • bigquery: remove QueryParameterValue validation #3179
  • BigQuery: Standardizes region tags and adds query snippets from java-docs-samples #3180
  • BigQuery: Add extended statistics to QueryStage. (#3185)

Bigtable

  • Bigtable: Expose an API to allow users to create their own batches for MutateRows (#3129)
  • Fixing javadoc (#3209)

Firestore

  • firestore: use the right compare function for FieldPaths (#3189)
  • Census tracing integration for Firestore. (#2729)
  • firestore: fixing bug in QuerySnapshot (#3195)
  • firestore: allow non-POJO classes to be subclassed for mocking. (#3176)
  • Java Format PR (#3200)
  • Updating Watch conformance tests (#3202)

Spanner

  • spanner: make TransactionManager.close() idempotent (#3183)

etc

  • fixing typos (#3204)
google-cloud-java - 0.45.0

Published by vam-google over 6 years ago

Pub/Sub

  • Stop Subscriber asynchronously (#3144)

Bigquery

  • Add support for Google Sheets external tables in BigQuery (#3160)
  • Throw the creation exception if there isn't a job created (#3163)
  • Add support for new api features in BigQuery TimePartitioning. (#3158)
  • Expose the schema of dry run query jobs. (#3159)

Firestore

  • Adding Watch conformane tests (#3171)

Misc

  • Add javadoc test to circleci (#3165)
  • Regenerate java clients, bump proto-/grpc-artifacts dependency versions (#3173)
google-cloud-java - 0.44.0

Published by neozwu over 6 years ago

Bigquery

  • document job location
  • implement regionalization

Bigtable

  • make models serializable

Core

  • add parent resource names

Dialogflow

  • add dialogflow v2

Doc

  • fix site (documentation) generation
  • improve pubsub javadoc

Misc

  • update maven enforcer

Pubsub

  • change Subscriber defaults

Spanner

  • add Transaction manager API for manually managing retries of a transaction
google-cloud-java - 0.43.0

Published by andreamlin over 6 years ago

Bigquery

  • Add location property (#3121)

Pubsub

  • Use unary calls to send acks/modacks (#3123)
  • Expose the publishAllOutstanding() method as public (#3093)

Testing

  • Update test for set({}, mergeAll:true) (#3115)

Misc

  • Prefetcher, to read fast. (#3054)
  • Minor javadoc fixes (#3104)
google-cloud-java - 0.42.1

Published by garrettjonesgoogle over 6 years ago

BigTable

  • Bigtable: 21. Refactor Batching - Move retries behind batching (#3026)

Cross-API

  • Bumping proto/grpc deps and regenerating clients (#3111)

Dependencies

  • Update gRPC version to 1.10.1, same as used in gax-java (#3101)
  • Update gax versions to 1.22.0/0.39.0 (#3102)
  • Update gax dependencies (#3107)

Testing

  • Adding Query Tests for NaN and Null (#3091)
  • add a smoke-test mvn profile (#3085)
  • Let surefire not run smoke tests (#3113)
google-cloud-java - 0.42.0

Published by andreamlin over 6 years ago

Spanner

  • Add support for commit timestamp columns in spanner (#3080)

Bigtable

  • Add README (#3090)

Misc

  • Bump proto/grpc package versions to 0.7.0/1.6.0 (#3092)
google-cloud-java - 0.41.0

Published by vam-google over 6 years ago

Core

  • Update auth snippets

Text-to-Speech

  • Add texttospeech module (initial release) (#3075)

Pub/Sub

  • Update code examples (#3059)
  • Delete getSubscriptionName (#3060)

Bigtable

  • Add tests for data resource headers (#3062)
  • Implement integration tests (#2997)
  • Copy InstanceName to data.models. (#3063)
  • Resource Prefixes (#3050)

Logginig

  • Add interface for enhancing Logback events (#2734)