Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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.9.0
Choose a base ref
Loading
...
head repository:googleapis/python-logging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v3.10.0
Choose a head ref
Loading
  • 20commits
  • 155files changed
  • 9contributors

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    52d6fc1View commit details
    Browse the repository at this point in the history
  2. chore(.github): Update python logging issues and prs assignee (#825)

    Co-authored-by: cindy-peng <cindypeng@google.com>
    @cindy-peng
    cindy-peng andcindy-peng authoredDec 12, 2023
    Configuration menu
    Copy the full SHA
    b06ef0cView commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    08566b1View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    37aab7fView commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. fix: Allowed for a partial override of loggers that get excluded from…

    … setup_client (#831)* fix: Allowed for a partial override of loggers that get excluded fromsetup_client* 🦉 Updates from OwlBot post-processorSeehttps://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>
    @gkevinzheng@gcf-owl-bot
    gkevinzheng andgcf-owl-bot[bot] authoredJan 9, 2024
    Configuration menu
    Copy the full SHA
    870c940View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c15847cView commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Jan 12, 2024

  1. chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /.kokoro (#838)

    * chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /.kokoroBumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.- [Release notes](https://github.com/pallets/jinja/releases)- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)- [Commits](pallets/jinja@3.1.2...3.1.3)---updated-dependencies:- dependency-name: jinja2  dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md---------Signed-off-by: dependabot[bot] <support@github.com>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>
    @dependabot@gcf-owl-bot
    dependabot[bot] andgcf-owl-bot[bot] authoredJan 12, 2024
    Configuration menu
    Copy the full SHA
    81626caView commit details
    Browse the repository at this point in the history
  2. build: Added minimal versions of Django/Flask for unit tests. (#837)

    * build: Added minimal versions of Django/Flask for unit tests.* Added trailing whitespace to pytest.ini* Update pytest.ini* Delete testing/constraints-3.7.txt* Added constraints-3.7.txt back* Fixed pytest.ini for Python 3.7
    @gkevinzheng
    gkevinzheng authoredJan 12, 2024
    Configuration menu
    Copy the full SHA
    8924407View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. build(python): fixdocsanddocfxbuilds (#840)

    Source-Link:googleapis/synthtool@fac8444Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5ea6d0ab82c956b50962f91d94e206d3921537ae5fe1549ec5326381d8905cfaCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @gcf-owl-bot
    gcf-owl-bot[bot] andgcf-owl-bot[bot] authoredJan 16, 2024
    Configuration menu
    Copy the full SHA
    b2e94d8View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. chore(deps): update dependency google-cloud-bigquery to v3.16.0 (#839)

    Co-authored-by: Kevin Zheng <147537668+gkevinzheng@users.noreply.github.com>
    @renovate-bot@gkevinzheng
    renovate-bot andgkevinzheng authoredJan 17, 2024
    Configuration menu
    Copy the full SHA
    d0dcfe4View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. chore: Add api-logging-partners to CODEOWNERS (#841)

    * chore: Add api-logging-partners to CODEOWNERS* Add api-logging-partners to repo metadata JSON* 🦉 Updates from OwlBot post-processorSeehttps://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>
    @gkevinzheng@gcf-owl-bot
    gkevinzheng andgcf-owl-bot[bot] authoredJan 24, 2024
    Configuration menu
    Copy the full SHA
    a461ac0View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. fix: Added placeholder kwargs to StructuredLogHandler (#845)

    * fix: Added placeholder kwargs to StructuredLogHandler* Replaced unused named arguments with **kwargs* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* linting* Update structured_log.py---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @gkevinzheng@gcf-owl-bot
    gkevinzheng andgcf-owl-bot[bot] authoredFeb 1, 2024
    Configuration menu
    Copy the full SHA
    9bc0a37View 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 (#852)Source-Link:googleapis/synthtool@e13b22bPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:97b671488ad548ef783a452a9e1276ac10f144d5ae56d98cc4bf77ba504082b4Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @gcf-owl-bot
    gcf-owl-bot[bot] andgcf-owl-bot[bot] authoredFeb 6, 2024
    Configuration menu
    Copy the full SHA
    0fbde78View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. chore(deps): update all dependencies (#843)

    * chore(deps): update all dependencies* Update requirements-test.txt for Python 3.7 compatibility---------Co-authored-by: Kevin Zheng <147537668+gkevinzheng@users.noreply.github.com>
    @renovate-bot@gkevinzheng
    renovate-bot andgkevinzheng authoredFeb 13, 2024
    Configuration menu
    Copy the full SHA
    1216cf6View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. docs: Added documentation for Django/Flask integrations and dictConfig (

    #848)* docs: Added documentation for Django/Flask integrations and dictConfig* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* Added product prefix to new snippet* Added client setup in sample + link to settings in documentation* Changed django links to point to `/stable/` links---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    @gkevinzheng@gcf-owl-bot
    gkevinzheng andgcf-owl-bot[bot] authoredFeb 14, 2024
    Configuration menu
    Copy the full SHA
    c65ec92View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. build(deps): bump cryptography from 42.0.2 to 42.0.4 in .kokoro (#864)

    * build(deps): bump cryptography from 42.0.2 to 42.0.4 in .kokoroSource-Link:googleapis/synthtool@d895aecPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:98f3afd11308259de6e828e37376d18867fd321aba07826e29e4f8d9cab56bad* update warning filter for grpc; remove obsolete warnings---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    @gcf-owl-bot@parthea
    3 people authoredMar 6, 2024
    Configuration menu
    Copy the full SHA
    d19ecbbView commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. feat: Allow users to explicitly configure universe domain (#846)

    * feat: Allow users to explicitly configure universe domainchore: Update gapic-generator-python to v1.14.0PiperOrigin-RevId: 603108274Source-Link:googleapis/googleapis@3d83e36Source-Link:googleapis/googleapis-gen@baf5e9bCopy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmFmNWU5YmJiMTRhNzY4YjJiNGM5ZWFlOWZlYjc4ZjE4ZjE3NTdmYSJ9* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* fix: Resolve AttributeError 'Credentials' object has no attribute 'universe_domain'fix: Add google-auth as a direct dependencyfix: Add staticmethod decorator to methods added in v1.14.0chore: Update gapic-generator-python to v1.14.1PiperOrigin-RevId: 603728206Source-Link:googleapis/googleapis@9063da8Source-Link:googleapis/googleapis-gen@891c67dCopy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODkxYzY3ZDBhODU1YjA4MDg1ZWIzMDFkYWJiMTQwNjRlZjRiMmM2ZCJ9* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* fix(diregapic): s/bazel/bazelisk/ in DIREGAPIC build GitHub actionPiperOrigin-RevId: 604714585Source-Link:googleapis/googleapis@e4dce13Source-Link:googleapis/googleapis-gen@4036f78Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDAzNmY3ODMwNWM1YzJhYWI4MGZmOTE5NjBiM2EzZDk4M2ZmNGIwMyJ9* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* fix(deps): Require `google-api-core>=1.34.1`fix: Resolve issue with missing import for certain enums in `**/types/…`PiperOrigin-RevId: 607041732Source-Link:googleapis/googleapis@b453267Source-Link:googleapis/googleapis-gen@cd79641Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2Q3OTY0MTZmMGY1NGNiMjJiMmM0NGZiMmQ0ODY5NjBlNjkzYTM0NiJ9* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* fix(deps): Exclude google-auth 2.24.0 and 2.25.0chore: Update gapic-generator-python to v1.14.4PiperOrigin-RevId: 611561820Source-Link:googleapis/googleapis@87ef1feSource-Link:googleapis/googleapis-gen@1973161Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTk3MzE2MTM3NTk0YWFmYWQ5NGRlYTMxMjI2NTI4ZmJjYzM5MzEwYyJ9* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* feat: Add include_recaptcha_script for as a new action in firewall policiesPiperOrigin-RevId: 612851792Source-Link:googleapis/googleapis@49ea2c0Source-Link:googleapis/googleapis-gen@460fdcbCopy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDYwZmRjYmJiZTAwZjM1YjFjNTkxYjFmM2VmMGM3N2ViZDNjZTI3NyJ9* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* fix(deps): require google-api-core>=1.34.1,>=2.11.0, google-auth >= 2.14.1* filter warning in generated tests---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    @gcf-owl-bot@parthea
    3 people authoredMar 13, 2024
    Configuration menu
    Copy the full SHA
    e998a21View commit details
    Browse the repository at this point in the history
  2. fix: remove usage in including_default_value_fields to prepare for pr…

    …otobuf 5.x (#866)Co-authored-by: Kevin Zheng <147537668+gkevinzheng@users.noreply.github.com>
    @parthea@gkevinzheng
    parthea andgkevinzheng authoredMar 13, 2024
    Configuration menu
    Copy the full SHA
    66a534dView commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. chore(main): release 3.10.0 (#835)

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

[8]ページ先頭

©2009-2025 Movatter.jp