Releases: Kabeers-Network/cloudstore-release
Release list
v1.0.2-beta
Added support for lifecycle functions:
- onConfigCallback // Fires when config-cb event is received, i.e. database configuration is complete.
- ononOpenConnection // Fires when underlying transport is connected. Duplicate / Abstraction over cloudstore.info().interals.socket.on('connect', ...)
v1.0.0
runtime-v1.0.0 Rename README.md to README
Client SDK based on v1.50.0 without admin support and server ready event and queuing
This version works exclusively with mongo-rust backend, supports ready event (Missed event problem) and event throttling / queuing
Client SDK based on v1.50.0 without admin support
client-v1.50.0-no-admin Rename README.md to README
client v1.0.1-patch.3
Move back to polling only
client v1.0.1-patch.2
Hotfix, added extraHeaders
client-1.0.1-patch.5
Writes authorization query parameter to bypass browsers extraHeaders limitation https://socket.io/docs/v4/client-options/#extraheaders
Bearer parameter is removed now,
Requires nginx / reverse proxy rewriting of query (authorization=$) => header (authorization: $)
client-1.0.1-patch.4
Writes authorization query parameter to bypass browsers extraHeaders limitation https://socket.io/docs/v4/client-options/#extraheaders
Requires nginx / reverse proxy rewriting of query (authorization=$) => header (authorization: $)
Client v1.0.1-patch.1
Hotfix, removed polling support and constrained socket.io client to websocket only
v1.0.1
builder-v1.0.0 Rename README.md to README