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-logging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.1
Choose a base ref
...
head repository: googleapis/python-logging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.2
Choose a head ref
  • 3 commits
  • 16 files changed
  • 4 contributors

Commits on Aug 7, 2024

  1. fix: Fixed type hinting issue with specifying Transport class (#930)

    * Fixed type hinting issue with specifying Transport class
    
    * Switching to typing.Type for compatibility with older Python versions
    gkevinzheng authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e2875d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. build: update constraints files (#935)

    * build: update constraints files
    
    * add constraints for python 3.9 to test protobuf 5.x
    
    * update constraints
    
    * fix(deps): require google-cloud-audit-log >= 0.1.1
    
    * fix(deps): require opentelemetry-api>=1.9.0
    
    * fix(deps): require google-cloud-appengine-logging>=0.1.3
    
    * fix(deps): require google-cloud-audit-log >= 0.2.4
    
    * Remove constraints for python 3.9 constraints except protobuf 5.x
    
    * remove protobuf 5.x from testing/constraints-3.9.txt
    
    * test against the pre-release version of google-cloud-audit-log
    
    * use python 3.12 for system tests
    
    * 🦉 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>
    parthea and gcf-owl-bot[bot] authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    550abca View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. chore(main): release 3.11.2 (#931)

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