Changelog
1.2.3 (2020-09-30)
Changelog
1.2.1 (2020-06-09)
Oops! :blush: Fixes an oversight in our 1.2.0 release.
We had
specified
that we would make idempotentRestPublishing
default to true
from version 1.2 (ClientOptions
) but hadn't followed through with this.
That is fixed in this release with
#665
(SimonWoolf).
Changelog
1.2 (2020-06-08)
Adds the capability to subscribe to a channel in delta mode.
Subscribing to a channel in delta mode enables delta compression. This is a way for a client to subscribe to a channel so that message payloads sent contain only the difference (ie the delta) between the present message and the previous message on the channel.