Skip to content

Latest commit

 

History

History
273 lines (142 loc) · 5.5 KB

File metadata and controls

273 lines (142 loc) · 5.5 KB

Release History

0.21.1 (2026-04-03)

Documentation

  • update SelectiveGapicGeneration usage doc (#33482)

0.21.0 (2026-04-02)

Features

  • publish client batch config schema (#33439)

0.20.0 (2026-03-19)

Features

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

0.19.1 (2025-10-27)

Documentation

  • add warning about loading unvalidated credentials

0.19.0 (2025-09-11)

Features

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

0.18.0 (2025-05-12)

Features

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

0.17.1 (2025-04-29)

Bug Fixes

  • Fixed several issues with validating credential configs

0.17.0 (2025-01-29)

Features

  • Update Ruby version requirement to 3.0

Documentation

  • Include note about validating externally-provided credentials

0.16.0 (2024-12-10)

Features

  • Provide opt-in debug logging

0.15.2 (2024-08-30)

Documentation

  • Add field experimental_features to message PythonSettings (#27012)

0.15.1 (2024-05-23)

Documentation

  • Document default page sizes (#25913)

0.15.0 (2024-02-26)

Features

  • Updated minimum Ruby version to 2.7 (#24877)

0.14.2 (2024-02-01)

Bug Fixes

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

0.14.1 (2024-01-12)

Bug Fixes

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

0.14.0 (2024-01-11)

Features

  • Support for universe_domain (#23785)

0.13.0 (2023-09-12)

Features

  • Support for channel pool configuration (#22924)

0.12.1 (2023-08-04)

Documentation

  • Improve documentation format (#22685)

0.12.0 (2023-07-25)

Features

  • support location client

0.11.1 (2023-06-06)

Bug Fixes

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

0.11.0 (2023-05-31)

Features

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

0.10.0 (2023-03-08)

Features

  • Support REST transport (#20629)

0.9.0 (2022-07-08)

Features

  • Updated minimum Ruby version to 2.6 (#18443)

0.8.0 (2022-04-20)

Features

  • Support for update masks when setting IAM policies

0.7.4 / 2022-01-11

Documentation

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

0.7.3 / 2021-11-08

Documentation

  • Added simple code snippets to RPC method documentation

0.7.2 / 2021-08-11

Bug Fixes

  • Honor client-level timeout configuration

0.7.1 / 2021-07-12

Documentation

  • Clarify some language around authentication configuration

0.7.0 / 2021-06-29

Features

  • Support for timestamp and VPC network fields

0.6.1 / 2021-06-17

Bug Fixes

  • Support future 1.x versions of gapic-common

0.6.0 / 2021-03-08

Features

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

0.5.0 / 2021-02-03

Features

  • Use self-signed JWT credentials when possible

0.4.6 / 2021-01-19

Documentation

  • Timeout config description correctly gives the units as seconds.

0.4.5 / 2020-08-10

Bug Fixes

  • Allow special symbolic credentials in client configs

0.4.4 / 2020-08-06

Bug Fixes

  • Fix retry logic by checking the correct numeric error codes

0.4.3 / 2020-06-18

Documentation

  • Add documentation and API enablement links to the readme

0.4.2 / 2020-06-05

Bug Fixes

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

0.4.1 / 2020-05-26

Bug Fixes

  • Removed unused google/cloud/common_resources_pb file

0.4.0 / 2020-05-20

Features

  • The quota_project can be set via configuration

0.3.1 / 2020-05-05

Documentation

  • Clarify that timeouts are in seconds.

0.3.0 / 2020-04-14

Features

  • Support additional IAM features, and other updates.
    • Added support for IAM policy options.
    • Added support for IAM policy binding conditions.
    • Added support for IAM audit config deltas.
    • 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.2.1 / 2020-04-01

Documentation

  • Update documentation for core proto types.

0.2.0 / 2020-03-24

Features

  • Path helpers can be called as module functions

Documentation

  • Expansion and cleanup of service description text

0.1.0 / 2020-03-16

Initial release.