wemake-services
django-modern-rest
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: return 400 on request bodies with invalid utf-8 in msgspec parsers `msgspec` raises `UnicodeDecodeError` (not `msgspec.DecodeError`) when a string inside the payload contains invalid utf-8 bytes. Both parsers only caught `DecodeError`, so such requests escaped as an unhandled exception and produced a 500 instead of a 400. Since msgspec parses left to right, it hits the invalid utf-8 inside the string before noticing any structural problem, which is why a malformed body like `"<invalid bytes>"<garbage>` failed this way. Closes #1135
vyhuholl:issue-1135
11 minutes ago
fix: make sse ping tests deterministic and cancel stale ping timers (#1155) The `test_sse_ping_with_last` test was flaky: the producer slept for a fixed amount of time expecting a fixed number of pings, but the ping timer restarts after each sent event, so on slow machines the accumulated drift could swallow the last ping window. Now the producer waits for the exact number of pings it expects, so the test does not depend on the wall clock anymore. Also cancels the pending ping timer task on each iteration, it was leaked on every produced event. Closes #1046
master
10 hours ago
fix: make sse ping tests deterministic and cancel stale ping timers The `test_sse_ping_with_last` test was flaky: the producer slept for a fixed amount of time expecting a fixed number of pings, but the ping timer restarts after each sent event, so on slow machines the accumulated drift could swallow the last ping window. Now the producer waits for the exact number of pings it expects, so the test does not depend on the wall clock anymore. Also cancels the pending ping timer task on each iteration, it was leaked on every produced event. Closes #1046
vyhuholl:issue-1046
23 hours ago
feat: add JWT access token verification flow (#1153)
master
1 day ago
docs: add _VerifyTokenT to conf file for the Sphinx documentation builder
vyhuholl:jwt-verification-flow
1 day ago
fix: compile and add missing django.mo file for the Turkish language (#1154)
master
1 day ago
fix: compile and add missing django.mo file for the Turkish language
vyhuholl:fix-missing-tr-translation
1 day ago
Bump CodSpeedHQ/action from 4.18.4 to 4.18.5 (#1151) Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.18.4 to 4.18.5. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/9f3a37ece7abc84992501a7fcd54d1704f3458fa...f99becdce5e5d51fd556489ebef684f4ecfd6286) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.18.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
4 days ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: return 400 on request bodies with invalid utf-8 in msgspec parsers
#1156
17 minutes ago
ee07203
vyhuholl:issue-1135
CodSpeed Performance Gauge
0%
fix: make sse ping tests deterministic and cancel stale ping timers
#1155
23 hours ago
cfda2cb
vyhuholl:issue-1046
CodSpeed Performance Gauge
0%
feat: add JWT access token verification flow
#1153
2 days ago
60b7acc
vyhuholl:jwt-verification-flow
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs