Skip to content

Latest commit

 

History

History
191 lines (100 loc) · 4.95 KB

File metadata and controls

191 lines (100 loc) · 4.95 KB

Changelog

1.5.0 (2026-01-13)

Features

  • add custom prompt config in the request and return prompt in the response (#32325)
  • update min_speaker_count and max_speaker_count to be optional

1.4.1 (2025-10-27)

Documentation

  • add warning about loading unvalidated credentials

1.4.0 (2025-10-08)

Features

  • add ListOperations partial success flag (#31581)
  • add ListOperations unreachable resources

1.3.0 (2025-09-11)

Features

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

1.2.1 (2025-07-15)

Documentation

  • Clarify documentation for cases when multiple parameters are mutually exclusive for an RPC method (#30624)

1.2.0 (2025-06-16)

Features

  • add denoiser related configuration

Documentation

  • updated description of sample_rate_hertz (#30509)

1.1.0 (2025-05-12)

Features

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

1.0.1 (2025-04-29)

Bug Fixes

  • Fixed several issues with validating credential configs

1.0.0 (2025-02-11)

Features

  • Bump version to 1.0.0 (#28969)

0.16.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

0.15.0 (2025-01-08)

Features

  • Support several additional audio data encodings (#28144)

0.14.0 (2024-12-10)

Features

  • Provide opt-in debug logging

0.13.1 (2024-08-30)

Documentation

  • Add field experimental_features to message PythonSettings (#27012)

0.13.0 (2024-08-05)

Features

  • The autogenerated global request ID is now available in RecognitionResponseMetadata (#26489)

Documentation

  • Minor updates to the reference documentation

0.12.0 (2024-04-05)

Features

  • Enable specifying target language to perform automatic translation to via TranslationConfig. (#25667)

0.11.0 (2024-02-26)

Features

  • Updated minimum Ruby version to 2.7 (#24877)

0.10.0 (2024-02-22)

Features

  • Support for VTT and SRT formatted output (#24841)

0.9.2 (2024-02-01)

Bug Fixes

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

0.9.1 (2024-01-12)

Bug Fixes

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

0.9.0 (2024-01-11)

Features

  • Support for universe_domain (#23786)

0.8.0 (2023-11-02)

Features

  • Support m4a audio format (#23487)
  • Support transcript normalization (#23487)

0.7.0 (2023-09-12)

Features

  • Support for channel pool configuration (#22924)

0.6.0 (2023-07-10)

Features

  • add model and language_codes fields in RecognitionConfig message + enable default _ recognizer (#22479)

0.5.1 (2023-06-06)

Bug Fixes

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

0.5.0 (2023-05-31)

Features

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

0.4.0 (2023-05-17)

Features

  • add processing strategy to batch recognition requests (#21571)

0.3.0 (2023-03-23)

Features

  • Add support for BatchRecognize (#20943)

0.2.0 (2023-02-23)

Features

  • Added support for REST transport (#20498)

0.1.0 (2022-10-03)

Features

  • Initial generation of google-cloud-speech-v2 (#19248)

Release History