Skip to content

v3.7.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 06:00
· 13 commits to master since this release

What's changed

No source changes in this release — documentation, package metadata and dependency ranges only.

  • The licence badge linked through the dead rawgit.com; added build and npm-version badges, and a https://imqueue.org/status.json pointer.
  • repository.url read git@github.com/imqueue/rpc.git — no colon after the host, so it was not a valid SSH URL or any other kind. Normalised to git+https.
  • @imqueue/core range raised to ^3.4.2.

Full Changelog: v3.7.0...v3.7.1

About

@imqueue/rpc is the type-safe RPC framework of @imqueue: self-describing service classes over a Redis message queue that generate their own strongly-typed clients — no hand-written client code, no .proto, no service discovery, no load balancer. Delayed calls via IMQDelay, optional caching and locking decorators. Node.js and TypeScript only, Redis only.