Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 11 May 18:22
· 6 commits to main since this release
31adae8

Minor Changes

  • #155 48f4d49 Thanks @G4brym! - Add Blob as a serializable type over RPC. Blob objects can now be passed as call arguments and return values. The MIME type (blob.type) is preserved across the wire.

Patch Changes

  • #166 7413e43 Thanks @aron-cf! - Errors properties, using Object.keys(), are now preserved across the wire. Attach fields like code or details to an Error and they propagate to the other side. The cause and errors (for AggregateError) properties will also be preserved.

  • #168 25baebf Thanks @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 9e499e2 Thanks @VastBlast! - Fix serialization for Invalid/NaN dates