Skip to content

Release google-cloud-bigquery 1.18.1

Choose a tag to compare

Bug Fixes

  • Fix MonitorMixin usage on Ruby 2.7
    • Ruby 2.7 will error if new_cond is called before super().
    • Make the call to super() be the first call in initialize