Skip to content
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-api-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.16.2
Choose a base ref
...
head repository: googleapis/python-api-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.17.0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 6 contributors

Commits on Feb 4, 2024

  1. feat: Add attempt_direct_path argument to create_channel (#583)

    * feat: Add attempt_direct_path argument to create_channel
    
    * add more test cases
    
    * fix docstring
    
    * fix docstring
    
    * update docstring of attempt_direct_path arg
    
    * update docstring of target arg
    
    * Add comment for dns_prefix local variable
    
    * Set the default value of attempt_direct_path to False
    
    * simplify conditional statement
    
    * use warnings.warn instead of _LOGGER.debug
    
    * update docstring of target arg in _modify_target_for_direct_path
    
    * s/direct_path_prefix/direct_path_separator
    
    * default->google_auth_default
    
    * parametrize target in def test_create_channel_implicit
    
    * Add github issue for TODO
    
    * filter deprecation warning related to grpcio-gcp
    
    * format docstring
    parthea authored Feb 4, 2024
    1 Configuration menu
    Copy the full SHA
    94726e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b517bf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

  1. build(deps): bump cryptography from 41.0.6 to 42.0.0 in /synthtool/gc…

    …p/templates/python_library/.kokoro (#601)
    
    Source-Link: googleapis/synthtool@e13b22b
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:97b671488ad548ef783a452a9e1276ac10f144d5ae56d98cc4bf77ba504082b4
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    42ef32b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. chore(main): release 2.17.0 (#599)

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