SDK for Web Clients CHANGELOG
2.0.1 build 183
Compatible with JMS Extender since 2.0.0.
Based on Lightstreamer SDK for Web Clients version 7.2.0 build 1779.
Compatible with code developed with the previous version.
Released on 15 Jul 2020

Fixed wrong urls in the README.md file included in the npm package.

2.0.0 build 181
Compatible with JMS Extender since 2.0.0.
Based on Lightstreamer SDK for Web Clients version 7.2.0 build 1779.
Compatible with code developed with the previous version.
Released on 11 May 2020

Renamed the SDK to SDK for Web Clients and made it available on the public npm service, at the following address: https://www.npmjs.com/package/lightstreamer-jms-web-client.
Moreover, the SDK has been removed from the Lightstreamer JMS Extender distribution package.
See the SDK.TXT file in the package root for more details.

Rebuilt from Lightstreamer SDK for Web Clients version 7.2.0 build 1779. See the related changelog for details.

Introduced support for JMS 2.0 features: JMSContext, async message sending and notification, shared subscriptions and shared durable subscriptions, delivery delay and delivery time.

Introduced support for noLocal flag on topic subscriptions.

Revised API docs by replacing included references to the classes of the embedded Lightstreamer SDK with a centralized link to the online related resources.

1.2.1 build 84
Compatible with JMS Extender since 1.5.
Based on Lightstreamer SDK for JavaScript Clients version 6.2.7 build 1679.2.
Compatible with code developed with the previous version.
Released on 25 Feb 2016

Added suitable classes for the configuration of the library log through LightstreamerClient.setLoggerProvider. Only the log from the underlying Lightstreamer SDK for JavaScript Clients is currently available.

Fixed a spurious reference to a "generator" in the readme; no generator is provided.

Fixed a bug which only affected the use on Node.js; the effect was that, when the Server was unavailable, no more connection attempts were tried. The bug was introduced in the embedded Lightstreamer SDK for JavaScript Clients, in version 6.1.4.

Fixed link errors in the API docs.

Revised the notes on use with node.js: now importing via npm is available.

1.2 build 79
Compatible with JMS Extender since 1.5.
Based on Lightstreamer SDK for JavaScript Clients version 6.2.6 build 1679.
Compatible with code developed with the previous version.
Released on 3 Nov 2015

Product rebranded as JMS Extender.

Fixed bug that could cause a JMS exception of type "Consumer is closed" after closing a consumer with certain acknowledge modes.

Embedded the Lightstreamer JavaScript Client SDK library in a single library.

1.1 build 64
Compatible with JMS Gateway Adapter since 1.0.
Compatible with Lightstreamer SDK for JavaScript Clients since 6.1.
Minor refactoring is required to the code developed with the previous version; see compatibility notes below.
Released on 7 Nov 2014

Revise the following methods interface:

COMPATIBILITY NOTE: the various parameters for the mentioned methods have to be rearranged to be compatible with the new versions.

Caching of messages for later use when the transport is down (if the underlying Lightstreamer JavaScript Client SDK version is 6.2 or newer).

Introduce alternative versions of the library.

Prevent multiple calls to the connection ready callbacks (now onConnectionCreated events of the ConnectionListener).

1.0 build 57
Compatible with JMS Gateway Adapter since 1.0.
Compatible with Lightstreamer SDK for JavaScript Clients since 6.0.
Released on 31 Jul 2013

First public release.