Skip to content

Commit

Permalink
Merge branch '3.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 27, 2024
2 parents e402833 + 8785c69 commit 8850a2d
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 5 deletions.
40 changes: 40 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,46 @@

.. towncrier release notes start
3.10.7 (2024-09-27)
===================

Bug fixes
---------

- Fixed assembling the :class:`~yarl.URL` for web requests when the host contains a non-default port or IPv6 address -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`9309`.




Miscellaneous internal changes
------------------------------

- Improved performance of determining if a URL is absolute -- by :user:`bdraco`.

The property :attr:`~yarl.URL.absolute` is more performant than the method ``URL.is_absolute()`` and preferred when newer versions of yarl are used.


*Related issues and pull requests on GitHub:*
:issue:`9171`.



- Replaced code that can now be handled by ``yarl`` -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`9301`.




----


3.10.6 (2024-09-24)
===================

Expand Down
3 changes: 0 additions & 3 deletions CHANGES/9171.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/9301.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/9309.bugfix.rst

This file was deleted.

0 comments on commit 8850a2d

Please sign in to comment.