Skip to content

Latest commit

 

History

History
215 lines (112 loc) · 4.33 KB

File metadata and controls

215 lines (112 loc) · 4.33 KB

Release History

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

1.1.0 (2024-12-10)

Features

  • Provide opt-in debug logging

1.0.2 (2024-08-30)

Documentation

  • Add field experimental_features to message PythonSettings (#27002)

1.0.1 (2024-08-09)

Documentation

1.0.0 (2024-07-08)

Features

  • Bump version to 1.0.0

0.12.0 (2024-02-26)

Features

  • Updated minimum Ruby version to 2.7 (#24862)

0.11.2 (2024-02-01)

Bug Fixes

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

0.11.1 (2024-01-12)

Bug Fixes

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

0.11.0 (2024-01-11)

Features

  • Support for universe_domain (#23772)

0.10.0 (2023-09-12)

Features

  • Support for channel pool configuration (#22916)

0.9.0 (2023-06-06)

Features

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

Bug Fixes

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

0.8.0 (2023-03-08)

Features

  • Support REST transport (#20624)

0.7.1 (2022-08-26)

Documentation

  • Added Dataproc and Secret Manager to the list of supported services (#19084)

0.7.0 (2022-07-01)

Features

  • Updated minimum Ruby version to 2.6 (#18443)

0.6.0 (2022-05-22)

Features

  • add support for invalidate_approval_request and get_access_approval_service_account

0.5.0 / 2022-02-15

Features

  • Provided several additional path helpers

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

  • Clarified some language around authentication configuration

0.4.1 / 2021-06-18

Bug Fixes

  • Support future 1.x releases 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

  • Configure retry and timeout

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.3 / 2020-05-05

Documentation

  • Clarify that timeouts are in seconds.

0.1.2 / 2020-04-13

Documentation

  • Various documentation and other updates.
    • Expanded the readme to include quickstart and logging information.
    • Added documentation for package and service modules.
    • Fixed and expanded documentation for the two method calling conventions.
    • Fixed some circular require warnings.

0.1.1 / 2020-04-01

Documentation

  • Update documentation for core proto types.

0.1.0 / 2020-03-27

Initial release.