Fixed wrong urls in the README.md
file included in the npm package.
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.
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.
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.
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).
First public release.