v0.8.0
Minor Changes
- #155
48f4d49Thanks @G4brym! - AddBlobas a serializable type over RPC.Blobobjects can now be passed as call arguments and return values. The MIME type (blob.type) is preserved across the wire.
Patch Changes
-
#166
7413e43Thanks @aron-cf! - Errors properties, usingObject.keys(), are now preserved across the wire. Attach fields likecodeordetailsto anErrorand they propagate to the other side. Thecauseanderrors(forAggregateError) properties will also be preserved. -
#168
25baebfThanks @kentonv! - Fix memory leak that kept all messages received in a session pinned in memory until the session ended, due to surprising implementation details of JavaScript Promises. -
#152
9e499e2Thanks @VastBlast! - Fix serialization for Invalid/NaN dates