- 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
- Provide opt-in debug logging
- Add field
experimental_features
to messagePythonSettings
(#27002)
- Formatting updates (#26623)
- Bump version to 1.0.0
- Updated minimum Ruby version to 2.7 (#24862)
- Eliminated a harmless but annoying warning in the protobuf class files
- Ensure endpoints are correct for mixin clients (#24032)
- Support for universe_domain (#23772)
- Support for channel pool configuration (#22916)
- Uses binary protobuf definitions for better forward compatibility (#21671)
- Don't use self-signed JWT credentials if the global configuration endpoint has been modified
- Support REST transport (#20624)
- Added Dataproc and Secret Manager to the list of supported services (#19084)
- Updated minimum Ruby version to 2.6 (#18443)
- add support for invalidate_approval_request and get_access_approval_service_account
- Provided several additional path helpers
- 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
- Clarified some language around authentication configuration
- Support future 1.x releases 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
- Configure retry and timeout
- 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
- Clarify that timeouts are in seconds.
- 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.
- Update documentation for core proto types.
Initial release.