Bugfix: Using the new binary mode of the 10.5.0 API (with SolClientFactory profile set to version10_5), calls to Message.setBinaryAttachment() may not work correctly if passed a Uint8Array rather than an ArrayBuffer. (SOL-38220)
Here is a summary of what’s new in this release:
Feature
The internals of the Solace Javascript API have been reworked to use byteArrays rather than strings for binary data. This eliminates the need to convert strings back to byteArrays in client applications. The changes also yield moderate performance improvements in the API.
Bugfix
Since 10.4.0, the client API should reconnect consumer flows when the message-spool is shutdown and subsequently enabled. In the JS API it does not always recover. (SOL-30859)
After an administrative replay, the client API automatically reconnects the consumer to the broker and accepts the replayed messages. However a subsequent reload of the message broker may cause the client to fail. (SOL-32821)
The following product has been released:
Solace PubSub+ Messaging API for JavaScript 10.10.0 New features
Prevent Republishing of Guaranteed Messages that Exceed the Maximum Message Size Add Way to Update OAuth Token on Reconnection Downloads products.solace.com npmjs Open Source Report