Thanks to visit codestin.com
Credit goes to github.com

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.24.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.25.0
Choose a head ref
  • 6 commits
  • 21 files changed
  • 6 contributors

Commits on Mar 19, 2025

  1. feat: support dynamic retry backoff values (#793)

    * feat: retry generates backoff value after completing on_error callbacks
    
    * added comment
    
    * use single sleep iterator for retries
    
    * fix tests
    
    * update variable name
    
    * adjusted docstring
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fixed mypy issues
    
    * added comment
    
    * added unit tests for dynamic backoff
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    70697a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca7973 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. chore(python): remove .gitignore from templates (#815)

    * chore(python): remove .gitignore from templates
    
    Source-Link: googleapis/synthtool@419d94c
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Remove replacement in owlbot.py
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    8da1fa9 View commit details
    Browse the repository at this point in the history
  2. test: fix BackgroundConsumer error log (#814)

    * fixed null pointer
    
    * added test
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * removed unneeded file
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    daniel-sanche and gcf-owl-bot[bot] authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    66d84a3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. feat: Add protobuf runtime version to x-goog-api-client header (#812)

    * for testing purposes
    
    * lint
    parthea authored May 6, 2025
    Configuration menu
    Copy the full SHA
    118bd96 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. chore(main): release 2.25.0 (#811)

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