Skip to content

Tags: bgpat/google-cloud-ruby

Tags

google-cloud-firestore/v1.0.0

Toggle google-cloud-firestore/v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release google-cloud-firestore 1.0.0 (googleapis#3666)

* Bump release level to GA.
* Update READMEs for Firestore GA
* Update synth.py for Firestore GA in doc link
* Update google-cloud-firestore dependency to ~> 1.0 in google-cloud.gemspec

google-cloud-dns/v0.30.1

Toggle google-cloud-dns/v0.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release google-cloud-dns 0.30.1 (googleapis#3667)

* Ensure use of a sufficiently recent REST client with the correct endpoint.

google-cloud-automl/v0.1.0

Toggle google-cloud-automl/v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release google-cloud-automl 0.1.0 (googleapis#3669)

* Initial release.

google-cloud-firestore/v0.26.2

Toggle google-cloud-firestore/v0.26.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release google-cloud-firestore 0.26.2 (googleapis#3661)

* Update #to_hash to #to_h for compatibility with google-protobuf >= 3.9.0

google-cloud-datastore/v1.5.5

Toggle google-cloud-datastore/v1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release google-cloud-datastore 1.5.5 (googleapis#3660)

* Update #to_hash to #to_h for compatibility with google-protobuf >= 3.9.0

google-cloud-bigtable/v0.4.3

Toggle google-cloud-bigtable/v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release google-cloud-bigtable 0.4.3 (googleapis#3659)

* Update #to_hash to #to_h for compatibility with google-protobuf >= 3.9.0

google-cloud-storage/v1.19.0

Toggle google-cloud-storage/v1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release google-cloud-storage 1.19.0 (googleapis#3653)

* Add Bucket#location_type
  * Remove :multi_regional and :regional from storage_class docs

google-cloud-talent/v0.4.0

Toggle google-cloud-talent/v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release google-cloud-talent 0.4.0 (googleapis#3645)

* Remove dead files related to resume service
* Add candidate_availability_filter and result_set_id
    * Add ProfileQuery#candidate_availability_filter (CandidateAvailabilityFilter)
    * Add result_set_id argument to ProfileServiceClient#search_profiles
    * Add SearchProfilesRequest#result_set_id
    * Add SearchProfilesResponse#result_set_id
    * Update documentation
* Support overriding service host and port.
* Update github link in the PostalAddress docs
* Add Batch Jobs
    * BREAKING CHANGE: Remove JobEventType::NOT_INTERESTED
    * Add JobServiceClient#batch_create_jobs
    * Add JobServiceClient#batch_update_jobs
    * Add JobOperationResult and BatchOperationMetadata
    * Add JobEvent#profile
    * Add SkillProficiencyLevel::UNSKILLED
* Update ProfileServiceClient#search_profiles documentation
* Replace incorrect return type HistogramQueryResult with SummarizedProfile

google-cloud-pubsub/v0.37.1

Toggle google-cloud-pubsub/v0.37.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release google-cloud-pubsub 0.37.1 (googleapis#3640)

* Add IAM GetPolicyOptions in the lower-level interface.
* Support overriding service host and port in the low-level interface.
* Fixed race in TimedUnaryBuffer.

google-cloud-bigquery/v1.12.0

Toggle google-cloud-bigquery/v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release google-cloud-bigquery 1.12.0 (googleapis#3650)

* Add BigQuery Model API
  * Add Model
  * Add StandardSql Field, DataType, StructType
  * Add Dataset#model and Dataset#models
* Correct Float value conversion
  * Ensure that NaN, Infinity, and -Infinity are converted correctly.