Sourced from github/codeql-action's releases.
v4.37.2
- The new address format for the
config-fileinput that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, theremote=prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023- The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007
Sourced from github/codeql-action's changelog.
4.37.2 - 21 Jul 2026
- The new address format for the
config-fileinput that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, theremote=prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023- The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007
e064762
Merge pull request #4027
from github/update-v4.37.2-385bcdc5ae0faed8
Add a couple of change notes73aad0e
Update changelog for v4.37.2385bcdc
Merge pull request #4026
from github/dependabot/npm_and_yarn/tar-7.5.20de0229c
Merge branch 'main' into dependabot/npm_and_yarn/tar-7.5.20115e8cb
Merge pull request #4010
from github/mbg/ts/update-release-branchdbdf0b0
Bump tar from 7.5.16 to 7.5.20830c231
Merge pull request #4023
from github/mbg/ff/remove-new-remote-file-addresses-ff69fd9e9
Merge pull request #4024
from github/mbg/private-registry/make-docker-availableb855687
Always make docker_registry registries availableSourced from astral-sh/setup-uv's releases.
v9.0.0 🌈 Change
prune-cachedefault tofalseChanges
This release disables the default cache cache pruning to ease the load on the PyPi infrastructure. Since users might experience more GitHub Actions cache usage which might result in higher costs this is marked as a breaking change. To read more on why we did this (now) you can read the detailed analysis and reasoning in #967
Besides this big breaking change we also have a small bugfix while building caches for linux distributions that behave a big different than the "big ones" and a speed up in version resolution by only reading the version manifest until a matching version is found saving runtime and network bandwith.
🚨 Breaking changes
- Change
prune-cachedefault tofalse@charliermarsh(#967)🐛 Bug fixes
🚀 Enhancements
- Speed up version client by partial response reads
@eifinger(#807)🧰 Maintenance
- chore: update known checksums for 0.11.30 @github-actions[bot] (#968)
- chore: update known checksums for 0.11.29 @github-actions[bot] (#960)
📚 Documentation
- docs: update version references to v8.3.2 @github-actions[bot] (#949)
⬆️ Dependency updates
- chore(deps): roll up Dependabot updates
@eifinger(#970)- chore(deps): roll up Dependabot updates
@eifinger(#962)
c771a70
chore(deps): roll up Dependabot updates (#970)2f537ca
chore: update known checksums for 0.11.30 (#968)2269552
Speed up version client by partial response reads (#807)47a7f4f
Change prune-cache default to false (#967)71966ef
chore(deps): roll up Dependabot updates (#962)f12b1f0
fix: fall back to distribution ID when os-release has no version field
(#961)ecd24dd
chore: update known checksums for 0.11.29 (#960)6a19136
docs: update version references to v8.3.2 (#949)Sourced from filelock's releases.
3.31.2
What's Changed
- 🐛 fix(strict): tolerate an errno without ENOTSUP by
@gaborbernatin tox-dev/filelock#681Full Changelog: https://github.com/tox-dev/filelock/compare/3.31.1...3.31.2
Sourced from filelock's changelog.
########### Changelog ###########
.. towncrier-draft-entries:: Unreleased
.. towncrier release notes start
3.32.0 (2026-07-21)
SoftReadWriteLockcloses the directory handle it opens to scan for readers as soon as a scan stops early, rather than holding it until the generator is collected. :pr:685- Declare support for Python 3.15 and run the test suite against it and its free-threaded build, both currently in beta. :pr:
683- The source distribution ships the capability probes the tests import, and reading one no longer needs
coverageinstalled, so the suite runs from an unpacked sdist instead of failing on a missingcoverage_pragmas. :pr:685
3.31.2 (2026-07-21)
filelockimports again on runtimes whoseerrnoomitsENOTSUP, such as GraalPy, where importing the package raisedImportError. It probes the code instead, preferringENOTSUP, falling back toEOPNOTSUPPwhere that name is absent, and dropping toENOSYS/EXDEVwhere neither exists. Platforms definingENOTSUPkeep their behavior. :pr:681
3.31.1 (2026-07-20)
- A
SoftFileLeaseacquired on one thread keeps its claim when another thread fails to acquire the same lease object, so its heartbeat carries on refreshing the marker instead of being torn down and letting a peer take the live claim. :pr:680
3.31.0 (2026-07-18)
- Support Termux/Android, whose CPython ships without
os.linkand reportssys.platform == "android".import filelockand bothFileLockandSoftFileLocknow work there,StrictSoftFileLockreports its missing hard-link support only when acquired, and process liveness reads/procon Android instead of PID-only checks. :pr:678StrictSoftFileLockno longer lets two processes hold the lock at once under heavy contention. A holder now keeps its intent claim for the whole hold, so a contender whose directory scan races the holder's freshly linked claim can no longer miss it and win alongside it. A held lock now exposes both anintentand aheldclaim. :pr:678
3.30.3 (2026-07-17)
AsyncFileLockandAsyncSoftFileLockno longer raise a deadlockRuntimeErrorwhen a different asyncio task
... (truncated)
caeb1c9
Release 3.31.260eda0f
🐛 fix(strict): tolerate an errno without ENOTSUP (#681)Sourced from aiofastnet's releases.
0.21.0
- Various performance improvements in TCP and SSL transports
- Change default ssl_outgoing_bio_size from 64Kb to 256Kb. This improves walltime benchmark results for bigger messages
Sourced from aiofastnet's changelog.
0.21.0
- Various performance improvements in TCP and SSL transports
- Change default ssl_outgoing_bio_size from 64Kb to 256Kb. This improves walltime benchmark results for bigger messages
ebd3b00
Change outgoing bio size to 256 kb3e92af6
Update benchmark resultsd5a2224
Remove redundant SSL_write call562e983
Do not compact outgoing bio3d68aa1
Add HISTORYc8ef125
Merge branch 'master' into perf_mbio_sizesb7a32a1
Performance improvements after reviewd3ff691
Update HISTORY5fa65bb
Cleanupe1fbc41
Add no_gc