Skip to content

OxiRPC 0.1.1 Release

Choose a tag to compare

@cool-japan cool-japan released this 04 Jun 14:38
· 1 commit to master since this release

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