Skip to content

v1.0.0-5

Choose a tag to compare

@aricart aricart released this 11 Sep 16:15
· 852 commits to main since this release
0f6bd78

#v1.0.0-5

  • [BREAKING] this release changes the signature of msg.respond from (payload?: Uint8Array, headers?: MsgHdrs): boolean to (payload?: Uint8Array, opts?: PublishOptions): boolean. If you are responding with only headers, you'll need to modify your code to {headers: msgHeaders}. The change is required to allow a respond specify a reply subject - APIs such as JetStream make use of this feature.

  • [chore] Updated deno std to std@0.68.0

  • [chore] Updated CI to use deno 1.3.3

  • [chore] Replaced unused promises in tests to have a then() to pacify IDE warnings