-
Notifications
You must be signed in to change notification settings - Fork 55
Comparing changes
Open a pull request
base repository: googleapis/python-logging
base: v3.8.0
head repository: googleapis/python-logging
compare: v3.9.0
- 18 commits
- 137 files changed
- 7 contributors
Commits on Oct 9, 2023
-
chore: [autoapprove] Update
black
andisort
to latest versions (#795) Source-Link: googleapis/synthtool@0c7b033 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:08e34975760f002746b1d8c86fdc90660be45945ee6d9db914d1508acdf9a547 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 38106f3 - Browse repository at this point
Copy the full SHA 38106f3View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7ae3d59 - Browse repository at this point
Copy the full SHA 7ae3d59View commit details
Commits on Oct 18, 2023
-
fix: Updated protobuf JSON formatting to support nested protobufs (#797)
* fix: Updated protobuf JSON formatting to support nested protobufs * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Cleaner way to differentiate between proto objects and dict objects in to_api_repr * Fixed unused import. * Fixed failing unit test. --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a00c261 - Browse repository at this point
Copy the full SHA a00c261View commit details
Commits on Oct 26, 2023
-
chore: rename rst files to avoid conflict with service names (#800)
Source-Link: googleapis/synthtool@d52e638 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4f9b3b106ad0beafc2c8a415e3f62c1a0cc23cabea115dbe841b848f581cfe99 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3ef685d - Browse repository at this point
Copy the full SHA 3ef685dView commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe8111a - Browse repository at this point
Copy the full SHA fe8111aView commit details -
fix: Fixed object paths in autogenerated code in owlbot.py (#804)
* fix: Fixed object paths in autogenerated code in owlbot.py * 🦉 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>
Configuration menu - View commit details
-
Copy full SHA for b14bb14 - Browse repository at this point
Copy the full SHA b14bb14View commit details
Commits on Nov 3, 2023
-
chore: update docfx minimum Python version (#810)
Source-Link: googleapis/synthtool@bc07fd4 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:30470597773378105e239b59fce8eb27cc97375580d592699206d17d117143d0 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c383960 - Browse repository at this point
Copy the full SHA c383960View commit details
Commits on Nov 16, 2023
-
chore: bump urllib3 from 1.26.12 to 1.26.18 (#811)
Source-Link: googleapis/synthtool@febaccc Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:caffe0a9277daeccc4d1de5c9b55ebba0901b57c2f713ec9c876b0d4ec064f61 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d73cc56 - Browse repository at this point
Copy the full SHA d73cc56View commit details
Commits on Nov 29, 2023
-
feat: use native namespaces instead of pkg_resources (#812)
* feat: use native namespaces instead of pkg_resources * linting * Added packaging test for native namespace support. * 🦉 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> Co-authored-by: Anthonios Partheniou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10ad75d - Browse repository at this point
Copy the full SHA 10ad75dView commit details -
feat: Add support for Python 3.12 (#813)
* chore(python): Add Python 3.12 Source-Link: googleapis/synthtool@af16e6d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bacc3af03bff793a03add584537b36b5644342931ad989e3ba1171d3bd5399f5 * add trove classifier for python 3.12 * add python 3.12, and older, as a required check --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6591b53 - Browse repository at this point
Copy the full SHA 6591b53View commit details
Commits on Nov 30, 2023
-
fix: use
retry_async
instead ofretry
in async client (#816)* chore: Update gapic-generator-python to v1.13.0 PiperOrigin-RevId: 586460538 Source-Link: googleapis/googleapis@44582d0 Source-Link: googleapis/googleapis-gen@5e7073c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWU3MDczYzlkZTg0NzkyOWM0YWU5N2Y4YTQ0NGMzZmNhMmQ0NWE2YiJ9 chore: Update gapic-generator-python to v1.12.0 PiperOrigin-RevId: 586356061 Source-Link: googleapis/googleapis@72a1f55 Source-Link: googleapis/googleapis-gen@558a04b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTU4YTA0YmNkMWNjMDU3NmU4ZmFjMTA4OWU0OGU0OGIyN2FjMTYxYiJ9 * 🦉 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>
Configuration menu - View commit details
-
Copy full SHA for c79f7f5 - Browse repository at this point
Copy the full SHA c79f7f5View commit details
Commits on Dec 1, 2023
-
chore: bump cryptography from 41.0.5 to 41.0.6 in /synthtool/gcp/temp…
…lates/python_library/.kokoro (#815) Source-Link: googleapis/synthtool@9367caa Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2f155882785883336b4468d5218db737bb1d10c9cea7cb62219ad16fe248c03c Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e256dc - Browse repository at this point
Copy the full SHA 8e256dcView commit details -
chore(deps): bump cryptography from 41.0.5 to 41.0.6 in /.kokoro (#814)
* chore(deps): bump cryptography from 41.0.5 to 41.0.6 in /.kokoro Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.5...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Kevin Zheng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3dc2ac - Browse repository at this point
Copy the full SHA d3dc2acView commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ba8220 - Browse repository at this point
Copy the full SHA 0ba8220View commit details
Commits on Dec 5, 2023
-
fix: Use warning instead of warn in system tests to avoid Deprecation…
…Warning (#821) * fix: Use warning instead of warn in system tests to avoid DeprecationWarning * Removed ignore like from pytest.ini
Configuration menu - View commit details
-
Copy full SHA for c447175 - Browse repository at this point
Copy the full SHA c447175View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for af76e38 - Browse repository at this point
Copy the full SHA af76e38View commit details
Commits on Dec 8, 2023
-
fix: Fixed DeprecationWarning for datetime objects for Python 3.12 (#824
) * fix: Fixed DeprecationWarning for datetime objects for Python 3.12 * 🦉 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>
Configuration menu - View commit details
-
Copy full SHA for 2384981 - Browse repository at this point
Copy the full SHA 2384981View commit details
Commits on Dec 11, 2023
-
chore(main): release 3.9.0 (#799)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6d265bf - Browse repository at this point
Copy the full SHA 6d265bfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.8.0...v3.9.0