Skip to content

Releases: kuzzleio/sdk-javascript

v1.0.0-alpha.5: Merge pull request #12 from kuzzleio/collectionsOperations

19 Nov 10:09
Compare
Choose a tag to compare

Most of the intended functionalities are implemented, but there is still a lot of work to do. Namely:

  • manage offline mode + reconnection
  • implement Kuzzle.now() (need a new Kuzzle API route)
  • add a new KuzzleFilter object, aiming at helping users to easily construct filters
  • add a new KuzzleBulk object, handling bulk requests
  • manage requests metadata
  • manage subscriptions metadata (need Kuzzle implementation)
  • handle multiple subscriptions on the same room
  • added collections specific methods: create, delete and truncate

v1.0.0-alpha.4: Merge pull request #10 from kuzzleio/reconnect

18 Nov 09:26
Compare
Choose a tag to compare

Most of the intended functionalities are implemented, but there is still a lot of work to do. Namely:

  • manage offline mode + reconnection
  • implement Kuzzle.now() (need a new Kuzzle API route)
  • add a new KuzzleFilter object, aiming at helping users to easily construct filters
  • add a new KuzzleBulk object, handling bulk requests
  • manage requests metadata
  • manage subscriptions metadata (need Kuzzle implementation)
  • handle multiple subscriptions on the same room

v1.0.0-alpha.1

05 Nov 16:47
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Most of the intended functionalities are implemented, but there is still a lot of work to do. Namely:

  • manage offline mode + reconnection
  • implement Kuzzle.now() (need a new Kuzzle API route)
  • add a new KuzzleFilter object, aiming at helping users to easily construct filters
  • add a new KuzzleBulk object, handling bulk requests
  • manage requests metadata
  • manage subscriptions metadata (need Kuzzle implementation)
  • handle multiple subscriptions on the same room