Skip to content

Releases: SF-Zhou/ruapc

v0.1.3

11 Apr 11:28
6a8cc66

Choose a tag to compare

What's New

HTTP/2 h2c Support

  • Server auto-negotiates HTTP/1.1 and HTTP/2 (h2c)
  • Client uses HTTP/2 with single-connection multiplexing

Reverse RPC

  • Server can call back into client services over HTTP/2 bidirectional streaming (/_rpc endpoint)

OpenAPI & Documentation

  • Automatic OpenAPI 3.0 specification generation with JSON Schema support
  • RapiDoc integration for interactive API documentation at /rapidoc

Improvements

  • Message ID allocation moved to client side
  • Message ID (UUID) validation on server side
  • Socket module refactored for cleaner architecture

Bug Fixes

  • Fixed message ID leak in waiter
  • Fixed RDMA ibv_reg_mr return value check
  • Fixed HTTP socket content type
  • Added RDMA socket periodic health check

See CHANGELOG.md for full details.

v0.1.2

26 Aug 14:16
d3cabe5

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

26 Jul 13:54
47aff57

Choose a tag to compare

What's Changed