Releases: linkdata/jaws
Releases · linkdata/jaws
Release list
v0.600.0
What's Changed
- Tighten docs and tests for the request identity-key change by @linkdata in #70
- Fix Request recycle data races (JawsKey reads, TestServe running) by @linkdata in #71
- Reject runtime-non-comparable tags in all builds by @linkdata in #72
- Share one DefaultAuth per Jaws so the fail-open warning logs once by @linkdata in #73
- Reject non-canonical child indices in jawstree path resolution by @linkdata in #74
- Fix five verified defects from a per-package code review by @linkdata in #75
- Reject non-canonical trailing-dot tree paths in resolveChildPath by @linkdata in #76
- Decode inbound lone-surrogate frames instead of dropping them by @linkdata in #77
- Scope minesweeper per-cell dirtying to one cell, not the whole board by @linkdata in #78
- Zero freed slots before pooling/reslicing in clearLocked and delRequest by @linkdata in #79
- Code-quality review: correctness fixes, ErrRequestOverloaded, removeElementsLocked, file split by @linkdata in #80
- Code-quality review: documentation-only improvements by @linkdata in #81
- refactor: replace nanosecond-based timing with atomic second counter by @linkdata in #83
- chore(deps): bump github.com/coder/websocket from 1.8.14 to 1.8.15 by @dependabot[bot] in #82
New Contributors
- @dependabot[bot] made their first contribution in #82
Full Changelog: v0.505.0...v0.600.0
v0.500.0
major refactor two
Full Changelog: v0.304.1...v0.400.0