Skip to content

v1.0.4

Compare
Choose a tag to compare
@aricart aricart released this 10 May 20:47
· 699 commits to main since this release
7a7a9e6

Important Changes

This release modifies the way that headers are implemented. Previously all lookups were case insensitive as the library stored and expected all keys to be in canonical form. This release changes functionality to be case-sensitive by default. An additional optional argument Match (an enum) changes the behavior between case-sensitive (exact), canonical (compatible with previous releases), and ignore-case.

Complete Notes

  • [update] Updated Deno std to 0.95.0 #151
  • [change] breaking - Headers are now case sensitive #145
  • [feat] JetStream added support for stream info deleted sequences #143
  • [fix] Subscriptions with callbacks now have timeouts honored #148
  • [fix] Added a workaround to enable source compatibility in both Deno 1.8.3 and 1.9.x #146
  • [fix] Removed use of nullish operator as downstream uses with react-create-app will fail to build otherwise #141