aio-libs
yarl
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Bump codecov/codecov-action from 5 to 6 (#1648) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
13 hours ago
Bump codecov/codecov-action from 5 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/codecov/codecov-action-6
1 day ago
Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/sigstore/gh-action-sigstore-python/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/sigstore/gh-action-sigstore-python-3.3.0
1 day ago
Coverage for pydantic (#1641)
master
2 days ago
Coverage for pydantic (#1641)
master
3 days ago
fix: mask password in __repr__ (#1630), UUID as string in query (#1643), split_url delim perf fix #1630: URL.__repr__ exposed passwords in plaintext, risking credential leakage in logs and tracebacks. Added password masking with '********'. str(), == and all other operations remain unaffected. fix #1643: uuid.UUID was converted to int in query params because UUID implements __int__(), matching the SupportsInt protocol. Fixed by checking whether type(v).__str__ is not object.__str__ before using int() conversion. This is a general solution that works for any type with a meaningful __str__. perf: split_url() delimiter search refactored from a for-loop over delim_chars to 3 conditional find() calls using the already-computed has_hash and has_question_mark flags. Reduces per-call overhead for URL-heavy workloads.
naarob:master
3 days ago
Coverage for pydantic (#1641)
master
4 days ago
Coverage for pydantic (#1641)
master
5 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Bump codecov/codecov-action from 5 to 6
#1648
1 day ago
277978d
dependabot/github_actions/codecov/codecov-action-6
CodSpeed Performance Gauge
0%
Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0
#1647
1 day ago
d251046
dependabot/github_actions/sigstore/gh-action-sigstore-python-3.3.0
CodSpeed Performance Gauge
0%
fix: mask password in __repr__ (#1630), UUID as str in query (#1643), split_url perf
#1646
3 days ago
c6f47e2
naarob:master
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs