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: aio-libs/aiohttp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.10.3
Choose a base ref
...
head repository: aio-libs/aiohttp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.10.4
Choose a head ref
  • 14 commits
  • 17 files changed
  • 5 contributors

Commits on Aug 10, 2024

  1. Bump version to 3.10.4.dev0

    bdraco committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    8c686e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. [PR #8680/4f41d05 backport][3.10] Fix close race that prevented the c…

    …lose code from reaching the client (#8686)
    bdraco authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    50efb2a View commit details
    Browse the repository at this point in the history
  2. Fix decoding base64 chunk for BodyPartReader (#3867) (#8689)

    (cherry picked from commit aeb01ce)
    
    ---------
    
    Co-authored-by: Yevhenii Hyzyla <hyzyla@gmail.com>
    Dreamsorcerer and hyzyla authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    91c9c6f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. [PR #8694/d83804db backport][3.10] Add cleanup_ctx example for sharin…

    …g resources across subapps (#8695)
    
    **This is a backport of PR #8694 as merged into master
    (d83804d).**
    
    Co-authored-by: Sam Bull <git@sambull.org>
    patchback[bot] and Dreamsorcerer authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7d593ec View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. [PR #8700/92e14f86 backport][3.10] Add aiohttp-apischema to supported…

    … libraries (#8702)
    
    **This is a backport of PR #8700 as merged into master
    (92e14f8).**
    
    Co-authored-by: Sam Bull <git@sambull.org>
    patchback[bot] and Dreamsorcerer authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6a09242 View commit details
    Browse the repository at this point in the history
  2. [PR #8693/7ca244ef backport][3.10] Fix missing logic in quickstart ex…

    …ample (#8705)
    
    **This is a backport of PR #8693 as merged into master
    (7ca244e).**
    
    Co-authored-by: NewUserHa <32261870+NewUserHa@users.noreply.github.com>
    patchback[bot] and NewUserHa authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    58e8597 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. [PR #8714/8690b0fb backport][3.10] Minor improvements to testing docs (

    …#8715)
    
    **This is a backport of PR #8714 as merged into master
    (8690b0f).**
    
    ---------
    
    Co-authored-by: Sam Bull <git@sambull.org>
    patchback[bot] and Dreamsorcerer authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    677f6af View commit details
    Browse the repository at this point in the history
  2. [PR #8717/e0a7c0cb backport][3.10] Minor tweaks backported from #8701 (

    …#8719)
    
    **This is a backport of PR #8717 as merged into 3.11
    (e0a7c0c).**
    
    Co-authored-by: Sam Bull <git@sambull.org>
    patchback[bot] and Dreamsorcerer authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5ef8cba View commit details
    Browse the repository at this point in the history
  3. Fix Python parser when chunk separators align (#8720) (#8722)

    (cherry picked from commit 6d3d1fc)
    Dreamsorcerer authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    78d45e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. [PR #8681/30a3d0ef backport][3.10] Improve performance of starting re…

    …quest handlers with Python 3.12+ (#8725)
    
    Co-authored-by: J. Nick Koston <nick@koston.org>
    patchback[bot] and bdraco authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ebec945 View commit details
    Browse the repository at this point in the history
  2. [PR #8682/490fca61 backport][3.10] Reduce WebSocket frame parser comp…

    …lexity (#8727)
    
    Co-authored-by: J. Nick Koston <nick@koston.org>
    patchback[bot] and bdraco authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    635ae62 View commit details
    Browse the repository at this point in the history
  3. [PR #8685/e7c02ca4 backport][3.10] Fix exceptions from WebSocket ping…

    … task not being consumed (#8729)
    
    Co-authored-by: J. Nick Koston <nick@koston.org>
    closes #7238
    fixes #5182
    fixes #4153
    fixes #2309
    patchback[bot] and bdraco authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0f1a008 View commit details
    Browse the repository at this point in the history
  4. Release 3.10.4 (#8731)

    bdraco authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    f4d4f2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dcd3a4 View commit details
    Browse the repository at this point in the history
Loading