Releases: jsonjoy-com/reactive-rpc
Releases · jsonjoy-com/reactive-rpc
v2.5.0
22 May 23:02
Compare
Sorry, something went wrong.
No results found
2.5.0 (2025-05-22)
Features
v2.4.0
01 Nov 22:37
Compare
Sorry, something went wrong.
No results found
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
10 Oct 23:06
Compare
Sorry, something went wrong.
No results found
2.3.0 (2024-10-10)
Features
🎸 add support for /up healthcheck (74acf0e )
v2.2.0
08 Oct 20:47
Compare
Sorry, something went wrong.
No results found
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
07 Oct 10:17
Compare
Sorry, something went wrong.
No results found
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
06 Oct 14:13
Compare
Sorry, something went wrong.
No results found
2.0.1 (2024-10-06)
Bug Fixes
v2.0.0
05 Oct 10:30
Compare
Sorry, something went wrong.
No results found
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
04 Oct 09:55
Compare
Sorry, something went wrong.
No results found
1.9.1 (2024-10-04)
Bug Fixes
🐛 switch to oxlint linter (0a4be0f )
v1.9.0
04 Oct 09:12
Compare
Sorry, something went wrong.
No results found
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
03 Oct 15:52
Compare
Sorry, something went wrong.
No results found
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 )