af4da9c
v2.6.13bdf9c05
Merge pull request #530
from dirtcrusher/feature/special_cpp_extensions1a6b03c
Added C++ 'ipp' and 'tpp' file extensions1a3399b
Merge pull request #529
from pre-commit/pre-commit-ci-update-config1097f76
[pre-commit.ci] pre-commit autoupdatebbfa578
Merge pull request #528
from pre-commit/pre-commit-ci-update-config536d751
[pre-commit.ci] pre-commit autoupdatee1c38fe
Merge pull request #526
from pre-commit/pre-commit-ci-update-configd084d03
[pre-commit.ci] pre-commit autoupdate40af39f
Merge pull request #524
from pre-commit/pre-commit-ci-update-configSourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkcin actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.0
What's Changed
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkcin actions/checkout#2237New Contributors
@motssmade their first contribution in actions/checkout#1971@mouismailmade their first contribution in actions/checkout#1977@benwellsmade their first contribution in actions/checkout#2043@nebuk89made their first contribution in actions/checkout#2194@salmanmkcmade their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
v4.2.2
What's Changed
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924New Contributors
@Jcambassmade their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
V5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226V4.3.0
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695- README: Suggest
user.emailto be41898282+github-actions[bot]@users.noreply.github.comby@cory-millerin actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
@cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabotin actions/checkout#1643v4.1.3
... (truncated)
08c6903
Prepare v5.0.0 release (#2238)9f26565
Update actions checkout to use node 24 (#2226)Sourced from multidict's releases.
6.6.4
Bug fixes
Fixed
MutliDict&CIMultiDictmemory leak when deleting values or clearing them -- by :user:VizonexRelated issues and pull requests on GitHub: #1233.
Contributor-facing changes
The type preciseness coverage report generated by
MyPy <https://mypy-lang.org>__ is now uploaded toCoveralls <https://coveralls.io/github/aio-libs/multidict>__ and will not be included in theCodecov views <https://app.codecov.io/gh/aio-libs/multidict>__ going forward -- by :user:webknjaz.Added memory leak test for popping or deleting attributes from a multidict to prevent future issues or bogus claims. -- by :user:
VizonexRelated issues and pull requests on GitHub: #1233.
Sourced from multidict's changelog.
6.6.4
(2025-08-11)
Bug fixes
Fixed
MutliDict&CIMultiDictmemory leak when deleting values or clearing them -- by :user:VizonexRelated issues and pull requests on GitHub: :issue:
1233.Contributor-facing changes
The type preciseness coverage report generated by
MyPy <https://mypy-lang.org>__ is now uploaded toCoveralls <https://coveralls.io/github/aio-libs/multidict>__ and will not be included in theCodecov views <https://app.codecov.io/gh/aio-libs/multidict>__ going forward -- by :user:webknjaz.Related issues and pull requests on GitHub: :issue:
1122, :issue:1231.Added memory leak test for popping or deleting attributes from a multidict to prevent future issues or bogus claims. -- by :user:
VizonexRelated issues and pull requests on GitHub: :issue:
1233.
e0e61c2
Release 6.6.4 (#1234)820631f
Fix Memory leaks and add tests to prevent memory leaks during md_clear
from p...00e3803
Merge branch 'maintenance/1122-coveralls-mypy'736f179
📝 Add a change note for PR #123119f085e
🩹 Drop MyPy 3.9 ref from the linters workflow97ce0ed
Move reporting MyPy type preciseness to CoverallsSourced from coverage's changelog.
Version 7.10.3 — 2025-08-10
Fixes for
patch = subprocess:
If subprocesses spawned yet more subprocesses simultaneously, some coverage could be missed. This is now fixed, closing
issue 2024_.If subprocesses were created in other directories, their data files were stranded there and not combined into the totals, as described in
issue 2025_. This is now fixed.On Windows (or maybe only some Windows?) the patch would fail with a
ModuleNotFounderror trying to import coverage. This is now fixed, closingissue 2022_.Originally only options set in the coverage configuration file would apply to subprocesses. Options set on the
coverage runcommand line (such as--branch) wouldn't be communicated to the subprocesses. This could lead to combining failures, as described inissue 2021_. Now the entire configuration is used in subprocesses, regardless of its origin.Added
debug=patchto help diagnose problems.Fix: really close all SQLite databases, even in-memory ones. Closes
issue 2017_... _issue 2017: nedbat/coveragepy#2017 .. _issue 2021: nedbat/coveragepy#2021 .. _issue 2022: nedbat/coveragepy#2022 .. _issue 2024: nedbat/coveragepy#2024 .. _issue 2025: nedbat/coveragepy#2025
.. _changes_7-10-2:
0691ce5
docs: sample HTML for 7.10.334c9aca
docs: prep for 7.10.3fd83f21
style: lists for homogenous collectionsd961800
docs: remove an unused reference697d4bb
fix: subprocesses inherit the entire configuration. #2021b6db3b7
build: show the total during local metacovcfbceb5
docs: reverted #2018264bbd3
refactor: more patch logging3ecdfaf
chore: bump the action-dependencies group with 2 updates (#2026)41a2256
fix: revert "thread safe resume (#2018)"
(#2027)Sourced from charset-normalizer's releases.
Version 3.4.3
3.4.3 (2025-08-09)
Changed
- mypy(c) is no longer a required dependency at build time if
CHARSET_NORMALIZER_USE_MYPYCisn't set to1. (#595) (#583)- automatically lower confidence on small bytes samples that are not Unicode in
detectoutput legacy function. (#391)Added
- Custom build backend to overcome inability to mark mypy as an optional dependency in the build phase.
- Support for Python 3.14
Fixed
- sdist archive contained useless directories.
- automatically fallback on valid UTF-16 or UTF-32 even if the md says it's noisy. (#633)
Misc
- SBOM are automatically published to the relevant GitHub release to comply with regulatory changes. Each published wheel comes with its SBOM. We choose CycloneDX as the format.
- Prebuilt optimized wheel are no longer distributed by default for CPython 3.7 due to a change in cibuildwheel.
Sourced from charset-normalizer's changelog.
3.4.3 (2025-08-09)
Changed
- mypy(c) is no longer a required dependency at build time if
CHARSET_NORMALIZER_USE_MYPYCisn't set to1. (#595) (#583)- automatically lower confidence on small bytes samples that are not Unicode in
detectoutput legacy function. (#391)Added
- Custom build backend to overcome inability to mark mypy as an optional dependency in the build phase.
- Support for Python 3.14
Fixed
- sdist archive contained useless directories.
- automatically fallback on valid UTF-16 or UTF-32 even if the md says it's noisy. (#633)
Misc
- SBOM are automatically published to the relevant GitHub release to comply with regulatory changes. Each published wheel comes with its SBOM. We choose CycloneDX as the format.
- Prebuilt optimized wheel are no longer distributed by default for CPython 3.7 due to a change in cibuildwheel.
46f662d
Release 3.4.3 (#638)1a059b2
:wrench: skip building on freethreaded as we're not confident it is
stable2275e3d
:pencil: final note in CHANGELOG.mdc96acdf
:pencil: update release date on CHANGELOG.md43e5460
:pencil: update README.mdf277074
:wrench: automatically lower confidence on small bytes str on non
Unicode res...15ae241
:bug: automatically fallback on valid UTF-16 or UTF-32 even if the md
says it...37397c1
:wrench: enable 3.14 in nox test_mypyc sessioncb82537
:rewind: revert license due to compat python 3.7 issue setuptools6a2efeb
:art: fix linter errors