Skip to content
This repository was archived by the owner on Jan 6, 2024. 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-cx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.25.0
Choose a base ref
...
head repository: googleapis/python-dialogflow-cx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.26.0
Choose a head ref
  • 8 commits
  • 72 files changed
  • 3 contributors

Commits on Jul 14, 2023

  1. chore: Update gapic-generator-python to v1.11.4 (#537)

    * chore: Update gapic-generator-python to v1.11.4
    
    PiperOrigin-RevId: 547897126
    
    Source-Link: googleapis/googleapis@c09c75e
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/45e0ec4343517cd0aa66b5ca64232a1802c2f945
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDVlMGVjNDM0MzUxN2NkMGFhNjZiNWNhNjQyMzJhMTgwMmMyZjk0NSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7ee104f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. build(deps): [autoapprove] bump cryptography from 41.0.0 to 41.0.2 (#538

    )
    
    Source-Link: https://togithub.com/googleapis/synthtool/commit/d6103f4a3540ba60f633a9e25c37ec5fe7e6286d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:39f0f3f2be02ef036e297e376fe3b6256775576da8a6ccb1d5eeb80f4c8bf8fb
    gcf-owl-bot[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    88d6b1b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. build(deps): [autoapprove] bump pygments from 2.13.0 to 2.15.0 (#539)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/eaef28efd179e6eeb9f4e9bf697530d074a6f3b9
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f8ca7655fa8a449cadcabcbce4054f593dcbae7aeeab34aa3fcc8b5cf7a93c9e
    gcf-owl-bot[bot] authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    16041f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. build(deps): [autoapprove] bump certifi from 2022.12.7 to 2023.7.22 (#…

    …540)
    
    Source-Link: https://togithub.com/googleapis/synthtool/commit/395d53adeeacfca00b73abf197f65f3c17c8f1e9
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6c1cbc75c74b8bdd71dada2fa1677e9d6d78a889e9a70ee75b93d1d0543f96e1
    gcf-owl-bot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d52cd68 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. chore: [autoapprove] Pin flake8 version (#541)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/0ddbff8012e47cde4462fe3f9feab01fbc4cdfd6
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bced5ca77c4dda0fd2f5d845d4035fc3c5d3d6b81f245246a36aee114970082b
    gcf-owl-bot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    96a8f2a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. build: [autoapprove] bump cryptography from 41.0.2 to 41.0.3 (#542)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/352b9d4c068ce7c05908172af128b294073bf53c
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3e3800bb100af5d7f9e810d48212b37812c1856d20ffeafb99ebe66461b61fc7
    gcf-owl-bot[bot] authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0a2d797 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. feat: added agent level route group (#543)

    * feat: added agent level route group
    feat: added flow import strategy
    
    PiperOrigin-RevId: 555319706
    
    Source-Link: googleapis/googleapis@2eec4fc
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/ef192733e2b7434a5e442f9a5e82ce0880377fbf
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWYxOTI3MzNlMmI3NDM0YTVlNDQyZjlhNWU4MmNlMDg4MDM3N2ZiZiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: added agent level route group
    feat: added flow import strategy
    
    PiperOrigin-RevId: 555341760
    
    Source-Link: googleapis/googleapis@713b3e7
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/7d3c46cb7d82393b4a583ea85a45b9b483629596
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2QzYzQ2Y2I3ZDgyMzkzYjRhNTgzZWE4NWE0NWI5YjQ4MzYyOTU5NiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    30e8c2b View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.26.0 (#544)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e37b1c0 View commit details
    Browse the repository at this point in the history
Loading