Releases: jsonjoy-com/reactive-rpc
Releases · jsonjoy-com/reactive-rpc
v2.5.0
2.5.0 (2025-05-22)
Features
v2.4.0
2.4.0 (2024-11-01)
Features
- 🎸 make use of the rpc-error package (4749546)
- 🎸 update code to pass tests with rpc-error usage (6ee852a)
v2.3.0
2.3.0 (2024-10-10)
Features
- 🎸 add support for /up healthcheck (74acf0e)
v2.2.0
2.2.0 (2024-10-08)
Features
- 🎸 assign unique ID to each connection (c188443)
- 🎸 export server-side code (258d03a)
- 🎸 improve client construction (c9091d8)
- 🎸 remove connection ID (050ee20)
v2.1.0
2.1.0 (2024-10-07)
Features
- 🎸 add ability to automatically refresh secure context (58ef627)
- 🎸 allow construction of TLS server (c5cfda7)
- 🎸 make startup async (21680aa)
v2.0.1
2.0.1 (2024-10-06)
Bug Fixes
v2.0.0
2.0.0 (2024-10-05)
Bug Fixes
- 🐛 update uws default paths (388f755)
Features
- 🎸 add ability to dump schema (81d3b9b)
- 🎸 expose native JSON-RPC 2.0 (7830058)
- 🎸 gzip and cache /schema output (6adef05)
- 🎸 use /rx as the default path for Reactive-RPC (05e8396)
BREAKING CHANGES
- 🧨 Default router paths have changed
v1.9.1
1.9.1 (2024-10-04)
Bug Fixes
- 🐛 switch to oxlint linter (0a4be0f)
v1.9.0
1.9.0 (2024-10-04)
Features
- 🎸 move compact encoding routines to the ecnoder module (fbc135f)
- 🎸 reduce size of client-side bundle (344a302)
- 🎸 remove static imports of codecs in compact encoder (c4009d6)
v1.8.0
1.8.0 (2024-10-03)
Bug Fixes
- 🐛 capture async error (cfe3d22)
- 🐛 do not check for sync on local sync (0cde405)
- 🐛 harden error introspection (335739e)
- 🐛 pass concurrent construction tests (a49fb92)
Features
- 🎸 enable remote state out of sync check (9a342d8)
Performance Improvements
- ⚡️ emit operation to pubsub ASAP (0ce9374)