Releases: streamich/json-joy
Releases · streamich/json-joy
v2.0.1
2.0.1 (2020-12-12)
Performance Improvements
v2.0.0
2.0.0 (2020-10-23)
Features
- 🎸 allow metadata on error object (cb58bc3)
- 🎸 use strings for returned messages from server (48fc97c)
BREAKING CHANGES
- 🧨 JSON-Rx server now returns JSON serialized strings instead of POJO
messages
v1.9.0
1.9.0 (2020-10-14)
Features
- 🎸 add buffering to JsonRxServer (18bc4d1)
v1.8.0
1.8.0 (2020-10-14)
Bug Fixes
- 🐛 don't send unsubscribe message, when error received (18cc84a)
Features
- 🎸 add batching to JsonRxClient (6d6e13d)
- 🎸 add batching to RX server (7f5a78c)
- 🎸 add TimeQueue implementation (0f837ff)
- 🎸 allow JsonRx{Client,Server} to receive batches (de8ee45)
v1.7.0
1.7.0 (2020-10-11)
Features
- 🎸 add flat with switch statement applyPatch implementatio (5ca0d86)
Performance Improvements
v1.6.2
1.6.2 (2020-10-11)
Performance Improvements
- ⚡️ add no-clone benchmark (15f0f9d)
v1.6.1
1.6.1 (2020-10-11)
Performance Improvements
v1.6.0
1.6.0 (2020-09-23)
Features
- 🎸 add ability to stop client (3f34a93)
v1.5.0
1.5.0 (2020-09-23)
Features
- 🎸 add server .stop() method (11c41dd)
v1.4.0
1.4.0 (2020-09-22)
Features
- 🎸 allow to pass through context with every message (a5871b2)