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: encode/httpcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Choose a base ref
...
head repository: encode/httpcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.4
Choose a head ref
  • 5 commits
  • 12 files changed
  • 6 contributors

Commits on Feb 20, 2024

  1. Group dependencies on dependabot updates (#885)

    * Update dependabot.yml
    
    * exclude pins: `werkzeug`
    
    ---------
    
    Co-authored-by: Tom Christie <tom.christie@krakentechnologies.ltd>
    T-256 and Tom Christie authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c02733d View commit details
    Browse the repository at this point in the history
  2. Bump the python-packages group with 4 updates (#890)

    Updates the requirements on [trio](https://github.com/python-trio/trio), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [ruff](https://github.com/astral-sh/ruff) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
    
    Updates `trio` to 0.24.0
    - [Release notes](https://github.com/python-trio/trio/releases)
    - [Commits](python-trio/trio@v0.22.0...v0.24.0)
    
    Updates `mkdocs-material` from 9.5.7 to 9.5.10
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.7...9.5.10)
    
    Updates `ruff` from 0.2.1 to 0.2.2
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.2.1...v0.2.2)
    
    Updates `pytest` from 8.0.0 to 8.0.1
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.0.0...8.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: trio
      dependency-type: direct:production
      dependency-group: python-packages
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c468024 View commit details
    Browse the repository at this point in the history
  3. Fix support for connection Upgrade and CONNECT when some data in the …

    …stream has been read. (#882)
    
    * Add a starting point for the work
    
    * Add draft tests
    
    * Support connection `Upgrade` and `CONNECT`.
    
    * Update CHANGELOG.md
    
    * Remove private state assertions
    
    * Add Async prefix
    
    * Update CHANGELOG.md
    
    Co-authored-by: Tom Christie <tom@tomchristie.com>
    
    * Update tests/_async/test_http11.py
    
    Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Tom Christie <tom@tomchristie.com>
    Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
    Co-authored-by: Tom Christie <tom.christie@krakentechnologies.ltd>
    4 people authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    accae7b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Add target request extension (#888)

    * Add target request extension
    
    * Add changelog
    
    * Implement target in the models.py, add test
    
    * Update docs/extensions.md
    
    * Update extensions.md
    
    ---------
    
    Co-authored-by: Tom Christie <tom.christie@krakentechnologies.ltd>
    Co-authored-by: Tom Christie <tom@tomchristie.com>
    3 people authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    80d21ee View commit details
    Browse the repository at this point in the history
  2. Version 1.0.4 (#892)

    lovelydinosaur authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    14bda52 View commit details
    Browse the repository at this point in the history
Loading