Skip to content

Releases: axway-streams/streamdataio-js-sdk

v2.0.2

28 Nov 16:37
Compare
Choose a tag to compare

fix(): issue with the EventSource dependency. A submodule of the EventSource forces the user to have GitHub ssh credentials.

v2.0.1

13 Jul 09:06
Compare
Choose a tag to compare
  • Rewrite SDK in TypeScript

v1.0.5

22 Jan 16:12
Compare
Choose a tag to compare
  • Fix issue #3
  • Prepare for npm module packaging

v1.0.2

20 Nov 11:09
Compare
Choose a tag to compare

Bugfix on StreamDataEventSource when URL contains a port number

v1.0.1

17 Aug 12:35
Compare
Choose a tag to compare
  • Bug#16610: url is messed up when a query param contains a '@'

v1.0.0

17 Jun 09:38
Compare
Choose a tag to compare
  • streamdata.io Javascript SDK is now open-source
  • signature of streamdataio.createEventSource() has changed (please, see the doc.)
  • the request signature is now optional, client just have to provide an App token in the streamdataio.createEventSource()
  • externalization of the request signature mechanism: to sign request, you need to add a new javascript library (streamdataio-auth.min.js) and pass another optional argument to streamdataio.createEventSource() (please, see the doc. and the samples)
  • a fallback mechanism is in place in case the browser does not support Server-Sent Events (SSE)
  • IE support (IE 10 or higher)