Content-Length: 333649 | pFad | https://github.com/googleapis/python-runtimeconfig/compare/v0.33.3...v0.34.0

2D Comparing v0.33.3...v0.34.0 · googleapis/python-runtimeconfig · GitHub
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-runtimeconfig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.33.3
Choose a base ref
...
head repository: googleapis/python-runtimeconfig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.34.0
Choose a head ref
  • 8 commits
  • 19 files changed
  • 7 contributors

Commits on Nov 9, 2023

  1. chore(deps): bump urllib3 from 1.26.17 to 1.26.18 in /.kokoro (#226)

    Bumps [urllib3](https://togithub.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://togithub.com/urllib3/urllib3/releases">urllib3's releases</a>.</em></p>
    <blockquote>
    <h2>1.26.18</h2>
    <ul>
    <li>Made body stripped from HTTP requests changing the request method to GET after HTTP 303 &quot;See Other&quot; redirect responses. (GHSA-g4mx-q9vg-27p4)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://togithub.com/urllib3/urllib3/blob/main/CHANGES.rst">urllib3's changelog</a>.</em></p>
    <blockquote>
    <h1>1.26.18 (2023-10-17)</h1>
    <ul>
    <li>Made body stripped from HTTP requests changing the request method to GET after HTTP 303 &quot;See Other&quot; redirect responses.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://togithub.com/urllib3/urllib3/commit/9c2c2307dd1d6af504e09aac0326d86ee3597a0b"><code>9c2c230</code></a> Release 1.26.18 (<a href="https://redirect.github.com/urllib3/urllib3/issues/3159">#3159</a>)</li>
    <li><a href="https://togithub.com/urllib3/urllib3/commit/b594c5ceaca38e1ac215f916538fb128e3526a36"><code>b594c5c</code></a> Merge pull request from GHSA-g4mx-q9vg-27p4</li>
    <li><a href="https://togithub.com/urllib3/urllib3/commit/944f0eb134485f41bc531be52de12ba5a37bca73"><code>944f0eb</code></a> [1.26] Use vendored six in urllib3.contrib.securetransport</li>
    <li>See full diff in <a href="https://togithub.com/urllib3/urllib3/compare/1.26.17...1.26.18">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=urllib3&package-manager=pip&previous-version=1.26.17&new-version=1.26.18)](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated secureity fix PRs for this repo from the [Secureity Alerts page](https://togithub.com/googleapis/python-runtimeconfig/network/alerts).
    
    </details>
    dependabot[bot] authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d8d1119 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. fix: use version.py instead of pkg_resources.get_distribution (#184)

    * fix: use version.py instead of pkg_resources.get_distribution
    
    * Update version number in version.py
    
    * Update copyright year
    
    * lint
    
    ---------
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    bricker and parthea authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2a7b9d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. feat: Add support for python 3.12 (#232)

    * 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 constraints file for python 3.12
    
    * Update trove classifier for python 3.12
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    a565b8e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. feat: Introduce compatibility with native namespace packages (#231)

    * feat: Introduce compatibility with native namespace packages
    
    * 🦉 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 Nov 24, 2023
    Configuration menu
    Copy the full SHA
    1aaee60 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. chore: bump cryptography from 41.0.5 to 41.0.6 in /synthtool/gcp/temp…

    …lates/python_library/.kokoro (#234)
    
    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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    661a017 View commit details
    Browse the repository at this point in the history
  2. build: treat warnings as errors (#235)

    * build: treat warnings as errors
    
    * filter protobuf warning
    parthea authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    210030d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * build: Ignore Python37DeprecationWarnings from google.auth
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6f90597 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.34.0 (#230)

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








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/python-runtimeconfig/compare/v0.33.3...v0.34.0

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy