Skip to content

v0.10.0

Choose a tag to compare

@rustyconover rustyconover released this 13 Jun 14:07
· 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 targetShmFactory.available() probes for POSIX shm_open instead 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_open branch).
  • Branded published Javadoc (Query.Farm theme).

Full changelog: v0.9.1...v0.10.0