Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@
- Updated readiness events on consumer mode: the SDK emits SDK_READY event once the connection to Redis cache is successful.
- Updated streamingEnabled default value from false to true, to use streaming synchronization by default.
- Removed the use of Promise.prototype.finally to avoid issues with some promise polyfills.
- Bugfix - Always emit SDK_READY and SDK_READY_FROM_CACHE events asynchronously, ensuring that listeners attached after client instantiation are invoked.

10.12.1 (May 18, 2020)
- Updated logging messages for streaming notifications to DEBUG log level.
Expand Down
Loading