Releases: cool-japan/oxirpc
Releases · cool-japan/oxirpc
OxiRPC 0.1.2 Release
[0.1.2] - 2026-06-10
Changed
- Upgraded
oxiarc-deflatefrom 0.3.2 to 0.3.3 andoxiarc-zstdfrom 0.3.2 to 0.3.3 (latest Pure-Rust compression improvements from the OxiARC ecosystem) - All workspace crates bumped to version 0.1.2
Full Changelog: v0.1.1...v0.1.2
OxiRPC 0.1.1 Release
Changed
tlsfeature in theoxirpcfacade crate now also activatesoxirpc-client?/tls; previously enablingtlson the facade left the client crate's TLS support disabled, requiring callers to opt in separately.- All intra-workspace dev-dependencies that were temporarily commented out for the initial publish (
oxirpc-reflectinoxirpc-build,oxirpc-server+oxirpc-healthinoxirpc-client,oxirpc-reflect+oxirpc-webinoxirpc-health) have been restored so the full integration test suite runs against the published crates. - All workspace crates bumped to version 0.1.1.
Fixed
- Race condition in
oxirpc-buildintegration tests: concurrent tests that set theOUT_DIRenvironment variable could corrupt each other's build cache paths. A process-wideOUT_DIR_LOCKmutex now serialises all tests that read or writeOUT_DIR.
Full Changelog: v0.1.0...v0.1.1