v1.0.0-5
#v1.0.0-5
-
[BREAKING] this release changes the signature of
msg.respondfrom(payload?: Uint8Array, headers?: MsgHdrs): booleanto(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 arespondspecify a reply subject - APIs such as JetStream make use of this feature. -
[chore] Updated deno
stdtostd@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