Release v0.6.0
What's Changed
- docs(pjson-rs): fix broken intra-doc links and unclosed HTML tags by @bug-ops in #227
- fix(http): wire train_if_ready into frame-ingest path by @bug-ops in #228
- fix(http)!: thread Vec through streaming pipeline so compression works by @bug-ops in #229
- feat(http): add POST generate-frames route to feed dictionary corpus by @bug-ops in #231
- chore(core): remove orphaned streaming_orchestrator.rs by @bug-ops in #234
- fix(domain)!: implement Stream::extract_patches and per-chunk priority (closes #232) by @bug-ops in #235
- ci: enforce broken-intra-doc-links check in CI workflow by @bug-ops in #237
- fix(deps): allow CDLA-Permissive-2.0 license in deny.toml by @bug-ops in #240
- refactor(websocket)!: rename StreamSession to WebSocketStreamSession (closes #239) by @bug-ops in #241
- fix(parser): implement JsonValue::parse_raw byte classification (closes #243) by @bug-ops in #244
- fix(wasm)!: route WASM priority assignment through domain heuristic (closes #242) by @bug-ops in #246
- chore(application)!: remove orphaned application/services modules (closes #245) by @bug-ops in #247
- fix(docs): replace private intra-doc link in priority module by @bug-ops in #249
- fix(websocket): wire WebSocketRateLimiter into AxumWebSocketTransport handle_socket by @bug-ops in #252
- ci(release): publish wasm and node bindings to npm by @bug-ops in #253
- chore(domain)!: remove orphaned PriorityService and ConnectionManager/TimeoutMonitor chain (closes #251) by @bug-ops in #254
- refactor(application)!: remove orphan EventQueryHandler and event queries (closes #255) by @bug-ops in #256
- chore(infrastructure)!: remove orphaned SessionManager (closes #257) by @bug-ops in #258
- refactor(domain)!: route child-stream mutations through StreamSession aggregate root (closes #259) by @bug-ops in #260
- chore(parser)!: remove orphan SimdZeroCopyParser (closes #261) by @bug-ops in #263
- chore(application)!: remove orphaned event_dto.rs (closes #262) by @bug-ops in #264
- chore(application)!: remove orphaned AdjustPriorityThresholdCommand (closes #265) by @bug-ops in #266
- fix(compression): reject non-finite delta base values instead of panicking by @bug-ops in #268
- feat(http)!: persist generated frames so GET /streams/{id}/frames is reachable by @bug-ops in #272
- fix(pjson-rs): gate dictionary_store imports and field on compression feature by @bug-ops in #273
- refactor(api)!: mark HttpServerConfig and 11 domain enums as non_exhaustive (closes #274) by @bug-ops in #275
- docs(pjson-rs,wasm): document all public items and enable missing_docs lint (closes #270) by @bug-ops in #276
- release: v0.6.0 by @bug-ops in #277
- ci: bump actions/setup-node from 4 to 6 by @dependabot[bot] in #278
- ci: bump codecov/codecov-action from 4 to 6 by @dependabot[bot] in #279
- ci: bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #280
- ci: bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #282
- ci: bump dorny/paths-filter from 3 to 4 by @dependabot[bot] in #281
- chore(deps): bump the minor-and-patch group with 3 updates by @dependabot[bot] in #283
- ci: bump google/osv-scanner-action from 2.3.5 to 2.3.8 by @dependabot[bot] in #288
- ci: bump actions/cache from 4 to 5 by @dependabot[bot] in #284
- ci: bump actions/checkout from 4 to 6 by @dependabot[bot] in #285
- chore(deps): bump the minor-and-patch group with 3 updates by @dependabot[bot] in #289
- ci: bump actions/github-script from 7 to 9 by @dependabot[bot] in #286
- ci: bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #287
- chore(deps): bump the minor-and-patch group with 3 updates by @dependabot[bot] in #290
Full Changelog: v0.5.2...v0.6.0