Skip to content

Latest commit

 

History

History
228 lines (117 loc) · 4.73 KB

File metadata and controls

228 lines (117 loc) · 4.73 KB

Release History

1.6.1 (2026-04-03)

Documentation

  • update SelectiveGapicGeneration usage doc (#33481)

1.6.0 (2026-04-02)

Features

  • publish client batch config schema (#33438)

1.5.0 (2026-03-19)

Features

  • Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support

1.4.1 (2025-10-27)

Documentation

  • add warning about loading unvalidated credentials

1.4.0 (2025-09-11)

Features

  • update gapic-common dependency for generated libraries to 1.2 which requires google-protobuf v4.26+ (#31011)

1.3.0 (2025-05-12)

Features

  • Updated core dependencies including gapic-common
  • Updated required Ruby version to 3.1

1.2.1 (2025-04-29)

Bug Fixes

  • Fixed several issues with validating credential configs

1.2.0 (2025-01-28)

Features

  • Update Ruby version requirement to 3.0

Documentation

  • Clarify behavior of protobuf message fields that are part of mutually-exclusive sets
  • Include note about validating externally-provided credentials
  • Various documentation updates (#28756)

1.1.0 (2024-12-10)

Features

  • Provide opt-in debug logging

1.0.1 (2024-08-30)

Documentation

  • Add field experimental_features to message PythonSettings (#27011)

1.0.0 (2024-07-08)

Features

  • Bump version to 1.0.0

0.11.0 (2024-02-26)

Features

  • Updated minimum Ruby version to 2.7 (#24876)

0.10.2 (2024-02-01)

Bug Fixes

  • Eliminated a harmless but annoying warning in the protobuf class files

0.10.1 (2024-01-12)

Bug Fixes

  • Ensure endpoints are correct for mixin clients (#24032)

0.10.0 (2024-01-11)

Features

  • Support for universe_domain (#23785)

0.9.1 (2023-11-20)

Documentation

  • correct timezone/offset information for Cloud Scheduler headers (#23530)

0.9.0 (2023-09-12)

Features

  • Support for channel pool configuration (#22923)

0.8.1 (2023-06-06)

Bug Fixes

  • Don't use self-signed JWT credentials if the global configuration endpoint has been modified

0.8.0 (2023-05-31)

Features

  • Uses binary protobuf definitions for better forward compatibility (#21678)

0.7.0 (2023-03-08)

Features

  • Support REST transport (#20628)

0.6.0 (2023-03-05)

Features

  • Include the locations mixin client (#20594)

0.5.0 (2022-07-07)

Features

  • Updated minimum Ruby version to 2.6 (#18443)

0.4.5 / 2022-01-11

Documentation

  • Fix titles of documentation pages
  • Remove some broken images and fix outdated content in authentication documentation

0.4.4 / 2021-11-08

Documentation

  • Added simple code snippets to RPC method documentation

0.4.3 / 2021-08-11

Bug Fixes

  • Honor client-level timeout configuration

0.4.2 / 2021-07-12

Documentation

  • Clarify some language around authentication configuration

0.4.1 / 2021-06-17

Bug Fixes

  • Support future 1.x versions of gapic-common

0.4.0 / 2021-03-08

Features

  • Drop support for Ruby 2.4 and add support for Ruby 3.0

0.3.0 / 2021-02-03

Features

  • Use self-signed JWT credentials when possible

0.2.6 / 2021-01-19

Documentation

  • Timeout config description correctly gives the units as seconds.

0.2.5 / 2020-08-10

Bug Fixes

  • Allow special symbolic credentials in client configs

0.2.4 / 2020-08-06

Bug Fixes

  • Fix retry logic by checking the correct numeric error codes

0.2.3 / 2020-06-18

Documentation

  • Add documentation and API enablement links to the readme

0.2.2 / 2020-06-05

Bug Fixes

  • Eliminate a Ruby warning that appeared in some cases when accessing rpc-scoped configs

0.2.1 / 2020-05-26

Bug Fixes

  • Removed unused google/cloud/common_resources_pb file

0.2.0 / 2020-05-20

Features

  • The quota_project can be set via configuration

0.1.0 / 2020-05-05

Initial release.