- update SelectiveGapicGeneration usage doc (#33481)
- publish client batch config schema (#33438)
- Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support
- add warning about loading unvalidated credentials
- update gapic-common dependency for generated libraries to 1.2 which requires google-protobuf v4.26+ (#31011)
- Updated core dependencies including gapic-common
- Updated required Ruby version to 3.1
- Fixed several issues with validating credential configs
- Update Ruby version requirement to 3.0
- Clarify behavior of protobuf message fields that are part of mutually-exclusive sets
- Include note about validating externally-provided credentials
- Various documentation updates (#28756)
- Provide opt-in debug logging
- Add field
experimental_featuresto messagePythonSettings(#27011)
- Bump version to 1.0.0
- Updated minimum Ruby version to 2.7 (#24876)
- Eliminated a harmless but annoying warning in the protobuf class files
- Ensure endpoints are correct for mixin clients (#24032)
- Support for universe_domain (#23785)
- correct timezone/offset information for Cloud Scheduler headers (#23530)
- Support for channel pool configuration (#22923)
- Don't use self-signed JWT credentials if the global configuration endpoint has been modified
- Uses binary protobuf definitions for better forward compatibility (#21678)
- Support REST transport (#20628)
- Include the locations mixin client (#20594)
- Updated minimum Ruby version to 2.6 (#18443)
- Fix titles of documentation pages
- Remove some broken images and fix outdated content in authentication documentation
- Added simple code snippets to RPC method documentation
- Honor client-level timeout configuration
- Clarify some language around authentication configuration
- Support future 1.x versions of gapic-common
- Drop support for Ruby 2.4 and add support for Ruby 3.0
- Use self-signed JWT credentials when possible
- Timeout config description correctly gives the units as seconds.
- Allow special symbolic credentials in client configs
- Fix retry logic by checking the correct numeric error codes
- Add documentation and API enablement links to the readme
- Eliminate a Ruby warning that appeared in some cases when accessing rpc-scoped configs
- Removed unused google/cloud/common_resources_pb file
- The quota_project can be set via configuration
Initial release.