| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.11.2 source code.tar.gz | 2026-04-06 | 3.1 MB | |
| 5.11.2 source code.zip | 2026-04-06 | 3.4 MB | |
| README.md | 2026-04-06 | 891 Bytes | |
| Totals: 3 Items | 6.5 MB | 0 | |
Updated
- Use of
#fileto#fileIDto prevent build system info leakage. - Updated by Jon Shier in Pull Request #4003.
- CI and dependencies.
- Updated by Jon Shier in Pull Request #4017.
Fixed
- A rare race between the creation of
StreamOfvalues and the start of their iteration, which could miss values. - Fixed by Jon Shier in Pull Request #4017.
- Handling of duplicate
URLSessionTaskMetricscallbacks, likely caused by using the new loading system (usesClassicLoadingMode = false). - Fixed by Jon Shier in Pull Request #4017.