Skip to content

Releases: cool-japan/oxirpc

OxiRPC 0.1.2 Release

11 Jun 00:29

Choose a tag to compare

[0.1.2] - 2026-06-10

Changed

  • Upgraded oxiarc-deflate from 0.3.2 to 0.3.3 and oxiarc-zstd from 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

04 Jun 14:38

Choose a tag to compare

Changed

  • tls feature in the oxirpc facade crate now also activates oxirpc-client?/tls; previously enabling tls on 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-reflect in oxirpc-build, oxirpc-server + oxirpc-health in oxirpc-client, oxirpc-reflect + oxirpc-web in oxirpc-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-build integration tests: concurrent tests that set the OUT_DIR environment variable could corrupt each other's build cache paths. A process-wide OUT_DIR_LOCK mutex now serialises all tests that read or write OUT_DIR.

Full Changelog: v0.1.0...v0.1.1

OxiRPC 0.1.0 Release

02 Jun 01:00

Choose a tag to compare