Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-dialogflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: googleapis/python-dialogflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 5 commits
  • 162 files changed
  • 4 contributors

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    bb6b2be View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    0a8cfb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. chore: add constraints file (#236)

    Add constraints file to test lower bounds
    busunkim96 authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    31d1465 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. fix: remove rpc or fields that are unintended to release (#264)

    fix: remove StreamingAnalyzeContent, CreateCallMatcher, ListCallMatchers, DeleteCallMatcher rpc from v2/v2beta1
    
    fix: remove `input_audio` field from AnalyzeContentRequest from v2/v2beta1
    
    fix: remove proto message CreateCallMatcherRequest, CreateCallMatcherResponse, ListCallMatchersRequest, ListCallMatchersResponse, DeleteCallMatcherRequest, DeleteCallMatcherResponse, CallMatcher, StreamingAnalyzeContentRequest, StreamingAnalyzeContentResponse, AudioInput from v2/v2beta1, TelephonyDtmfEvents, TelephonyDtmf from v2
    
    fix: Remove resource_reference from UpdateAnswerRecord
    
    fix: remove resource_reference for invisible resources
    
    **NOTE**: This PR contains breaking changes (deletions) to the library surface. The Dialogflow API team has provided documentation indicating that there were a limited number of users. Those users have been allowlisted and will be able to continue to call those RPCs using a previous version of the library.
    yoshi-automation authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    06381fc View commit details
    Browse the repository at this point in the history
  2. chore: release 2.1.1 (#269)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### [2.1.1](https://www.github.com/googleapis/python-dialogflow/compare/v2.1.0...v2.1.1) (2021-04-12)
    
    
    ### Bug Fixes
    
    * remove `input_audio` field from AnalyzeContentRequest from v2/v2beta1 ([06381fc](https://www.github.com/googleapis/python-dialogflow/commit/06381fcc965669e1b3dc8bec22aa567dceb6f935))
    * remove proto message CreateCallMatcherRequest, CreateCallMatcherResponse, ListCallMatchersRequest, ListCallMatchersResponse, DeleteCallMatcherRequest, DeleteCallMatcherResponse, CallMatcher, StreamingAnalyzeContentRequest, StreamingAnalyzeContentResponse, AudioInput from v2/v2beta1, TelephonyDtmfEvents, TelephonyDtmf from v2 ([06381fc](https://www.github.com/googleapis/python-dialogflow/commit/06381fcc965669e1b3dc8bec22aa567dceb6f935))
    * remove resource_reference for invisible resources ([06381fc](https://www.github.com/googleapis/python-dialogflow/commit/06381fcc965669e1b3dc8bec22aa567dceb6f935))
    * Remove resource_reference from UpdateAnswerRecord ([06381fc](https://www.github.com/googleapis/python-dialogflow/commit/06381fcc965669e1b3dc8bec22aa567dceb6f935))
    * remove rpc or fields that are unintended to release ([#264](https://www.github.com/googleapis/python-dialogflow/issues/264)) ([06381fc](https://www.github.com/googleapis/python-dialogflow/commit/06381fcc965669e1b3dc8bec22aa567dceb6f935))
    * remove StreamingAnalyzeContent, CreateCallMatcher, ListCallMatchers, DeleteCallMatcher rpc from v2/v2beta1 ([06381fc](https://www.github.com/googleapis/python-dialogflow/commit/06381fcc965669e1b3dc8bec22aa567dceb6f935))
    
    
    ### Documentation
    
    * **samples:** add Agent Assist code samples ([#267](https://www.github.com/googleapis/python-dialogflow/issues/267)) ([0a8cfb9](https://www.github.com/googleapis/python-dialogflow/commit/0a8cfb9ac71870df9f69ae518e32a920d08bd170))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    9322e7a View commit details
    Browse the repository at this point in the history
Loading