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
base: v3.1.2
Choose a base ref
...
head repository: googleapis/python-logging
compare: v3.2.0
Choose a head ref
  • 8 commits
  • 43 files changed
  • 6 contributors

Commits on Jun 12, 2022

  1. chore: add prerelease nox session (#571)

    Source-Link: googleapis/synthtool@050953d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:65e656411895bff71cffcae97246966460160028f253c2e45b7a25d805a5b142
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    df18a5f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. chore(python): add missing import for prerelease testing (#572)

    Source-Link: googleapis/synthtool@d2871d9
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:b2dc5f80edcf5d4486c39068c9fa11f7f851d9568eea4dcba130f994ea9b5e97
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    a1dc9ad View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

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

Commits on Jul 6, 2022

  1. fix: require python 3.7+ (#580)

    * chore(python): drop python 3.6
    
    Source-Link: googleapis/synthtool@4f89b13
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e7bb19d47c13839fe8c147e50e02e8b6cf5da8edd1af8b82208cd6f66cc2829c
    
    * add api_description to .repo-metadata.json
    
    * require python 3.7+ in setup.py
    
    * revert templated README
    
    * remove python 3.6 sample configs
    
    * exclude templated README
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    0b3eb52 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

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

Commits on Jul 9, 2022

  1. fix(deps): require google-api-core >= 2.8.0 (#575)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 459095142
    
    Source-Link: googleapis/googleapis@4f1be99
    
    Source-Link: googleapis/googleapis-gen@ae686d9
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWU2ODZkOWNkZTRmYzNlMzZkMGFjMDJlZmI4NjQzYjE1ODkwYzFlZCJ9
    
    feat: add audience parameter
    PiperOrigin-RevId: 456827138
    
    Source-Link: googleapis/googleapis@23f1a15
    
    Source-Link: googleapis/googleapis-gen@4075a85
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDA3NWE4NTE0ZjY3NjY5MWVjMTU2Njg4YTViYmYxODNhYTk4OTNjZSJ9
    
    fix(deps): require google-cloud-core >= 2.0.0
    gcf-owl-bot[bot] committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    a2eed8c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. feat: Add support for library instrumentation (#551)

    * Add .python-version to .gitignore
    
    * Add initial class/test for instrumentation_source
    
    * Add version and truncate logic
    
    * Add instrumentation tests and severity info
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add method to update and validate existing info
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add .python-version to gitignore
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Implement hook to add instrumentation for logger
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add tests for logger instrumentation logic
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update structured log handler to emit info
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Refactor structured log and add unit test
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add side effect to unit test
    
    * Ensure that instrumentation info is only called once
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update to environment submodule
    
    * Fix linter errors
    
    * chore(main): release 3.1.0 (#479)
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    
    * docs: Change button in README to .png file (#554)
    
    * fix: Change button to .png file
    
    * Change the "Guide Me" button to a .png file to work with RST `image`
    * Avoids `raw` directive disabled by PyPi
    * Fixes #553
    
    * Fix unexpected unindent in docs
    
    Add copy of png file to render correctly in GitHub
    readme and Sphinx generated docs.
    
    * chore(main): release 3.1.1 (#557)
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    
    * Update env-tests submodule
    
    * Minor format update
    
    * Fix system test to skip diagnostic log entry
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update truncation logic based on feedback
    
    * Update environment tests
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Fix broken unit test
    
    * Fix broken unit test
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Change default name/version
    
    * Refactor add_instrumentation
    
    Return a new list instead of a mutated original
    Do not return after first log without info
    
    * Add more documentation to validation methods
    
    * Refactor add_instrumentation to be more pythonic
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update environemnt tests
    
    * Refactor _is_valid and add test
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add more detail to method documentation
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Move methods to private
    
    * Change instumentation_added to private
    
    * Fix some issues with validation method
    
    Add a test
    
    * Fix bug in _add_instrumentation
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Simplify string truncation
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Remove unused import to fix lint
    
    * Remove validate_and_update_instrumentation
    
    Simplify code by adding a single instrumentation entry
    instead of validating potential existing entries
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Remove _is_valid code (no longer checked)
    
    * Run nox blacken
    
    * πŸ¦‰ Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Remove extraneous unit test
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Sanche <[email protected]>
    4 people committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    8ba0023 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. chore(main): release 3.2.0 (#581)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5b3dfd2 View commit details
    Browse the repository at this point in the history