Skip to content

v0.1.1-0

Compare
Choose a tag to compare
@aricart aricart released this 09 Jul 15:56
· 867 commits to main since this release
  • Added reconnect support
  • [BREAKING] Subscription objects are now message iterators.
  • [BREAKING] The lifecycle events are now standard EventTarget interactions, possible events are: Events.UPDATE, Events.DISCONNECT, Events.RECONNECT.
  • [BREAKING] Close handler is removed. Instead use the connection's status() which returns a promise that resolves when the client closes. If the client closes due to an error, the error is the resolved value.