Skip to content

Releases: VoicenterTeam/VoicenterEventsSDK

0.8.2

22 Dec 10:29
Compare
Choose a tag to compare
  • Fix reconnect issue (not using a new server) from keep alive reconnect

0.8.0

11 Sep 10:50
Compare
Choose a tag to compare
  • Socket.io is no longer needed as a dependency when installing the sdk. It will be retrieved based on the login credentials
  • useLoginApi option was removed
  • Internally servers are no longer fetched via external api. They are retrieved from the login response
  • Cleanups and improvements

0.5.0

31 Mar 21:22
Compare
Choose a tag to compare
  • Add better event handling for incoming events.
  • Make sure keepAlive works properly and is handled accordingly. Retry server connection if no keepAlive response is sent
  • Add new methods to set monitor url, new login types (user, account, code)
  • Improve overall stability of how sockets are connected/disconnected/fallback to other servers etc
  • Add documentation for all the new methods and options
  • Add new option to specify the strategy on how server urls are set

0.3.1

07 Feb 09:58
Compare
Choose a tag to compare
  • Ignore call to fetch servers if those are passed as options

0.3.0

24 Jan 16:04
Compare
Choose a tag to compare

0.2.3

19 Aug 14:04
Compare
Choose a tag to compare

Patches

  • Add extra check to do a login only in case the server changes (patch)
  • Add dist compiled files (patch)
  • Update docs to reflect umd name of the sdk on window. Bump version to 0.2.1 (patch)
  • Minor documentation updates (ignored)
  • Add support for server type inside options, so server type can be passed when fetching servers (patch)

0.2.0 Inital stable version

07 Aug 15:07
Compare
Choose a tag to compare

This is the first version of the events sdk that can be used to capture real time events from voicenter apis.
You can find more info in the documentation https://voicenter-events.netlify.com/

Features

  • Login with token
  • Automatic server retrieval
  • Subscribe for specific events or all events
  • Emit events
  • Debug mode with pretty logs
  • Automatic failover and fallback. In case the current server is down, the sdk will automatically try to find the next available server but in the meantime watch if the initial server is up and reconnect to it.
  • Configurable options for timeout, keep alive timeout, reconnect timeout and all socket.io options