v0.10.0
·
9 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Highlights
- HTTP gzip codec negotiation, cookies, and supported-encodings — the HTTP transport now negotiates gzip content coding and carries request/response cookies.
- Windows is now a supported target —
ShmFactory.available()probes for POSIXshm_openinstead of assuming shared memory is present on any JDK ≥ 22. A Windows worker now cleanly degrades to the pure-JVM pipe/HTTP path rather than failing at shm attach time. - CI hardening — the test matrix now runs on Linux x64, macOS arm64, and Windows x64, across JDK 21, 22, and 25 (the FFM shared-memory overlay is exercised on a real JDK 22 runtime and on macOS's Darwin
shm_openbranch). - Branded published Javadoc (Query.Farm theme).
Full changelog: v0.9.1...v0.10.0