Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 31 Mar 23:02
fd49caf

⚠ BREAKING CHANGES

  • remove StreamingAnalyzeContent, CreateCallMatcher, ListCallMatchers, DeleteCallMatcher rpc from v2/v2beta1
  • remove input_audio field from AnalyzeContentRequest from v2/v2beta1
  • Remove resource_reference from UpdateAnswerRecord
  • remove proto message CreateCallMatcherRequest, CreateCallMatcherResponse, ListCallMatchersRequest, ListCallMatchersResponse, DeleteCallMatcherRequest, DeleteCallMatcherResponse, CallMatcher, StreamingAnalyzeContentRequest, StreamingAnalyzeContentResponse, AudioInput from v2/v2beta1, TelephonyDtmfEvents, TelephonyDtmf from v2
  • remove rpc or fields that are unintended to release (#491)
  • remove resource_reference for invisible resources (#483)

Features

  • expose MP3_64_KBPS and MULAW for output audio encodings (67e4f30)
  • v2beta1: remote MixedAudio from ResponseMessage (#469) (b111739)

Bug Fixes

  • Add all missing regional HTTP bindings in DF API (67e4f30)
  • remove input_audio field from AnalyzeContentRequest from v2/v2beta1 (67e4f30)
  • remove proto message CreateCallMatcherRequest, CreateCallMatcherResponse, ListCallMatchersRequest, ListCallMatchersResponse, DeleteCallMatcherRequest, DeleteCallMatcherResponse, CallMatcher, StreamingAnalyzeContentRequest, StreamingAnalyzeContentResponse, AudioInput from v2/v2beta1, TelephonyDtmfEvents, TelephonyDtmf from v2 (67e4f30)
  • remove resource_reference for invisible resources (#483) (33aa424)
  • Remove resource_reference from UpdateAnswerRecord (67e4f30)
  • remove rpc or fields that are unintended to release (#491) (67e4f30)
  • remove StreamingAnalyzeContent, CreateCallMatcher, ListCallMatchers, DeleteCallMatcher rpc from v2/v2beta1 (67e4f30)

Documentation

  • fix broken link in doc string (33aa424)
  • fix link for version and environment in participant doc (67e4f30)