Skip to content

Releases: plotdb/datahub

0.6.0

25 Oct 10:35

Choose a tag to compare

  • add tabhub
  • upgrade dependencies
  • add index.js for hub bundles

0.5.9

07 Nov 18:20

Choose a tag to compare

  • make watchdog timeout shorter

0.5.8

07 Nov 16:41

Choose a tag to compare

  • prevent sending submitOps if websocket is disconnected

0.5.7

07 Nov 14:55

Choose a tag to compare

  • fix typo

0.5.6

07 Nov 14:18

Choose a tag to compare

  • monitor ops state and disconnect if submitop fails

0.5.5

12 Nov 15:44

Choose a tag to compare

  • sharehub: fix bug: error should be thrown if no handler registered.

0.5.4

21 May 15:35

Choose a tag to compare

  • sharehub
    • fix bug: when get, we should return original data instead of a copied one

0.5.3

21 May 10:29

Choose a tag to compare

  • sharehub
    • reuse internal sdb-client object so we dont have to re-create the entire object
    • always disconnect if sdb-client closed.
    • use config to update id and collection so we can re-config it anytime
    • accept config instead of only id in connect, and make it optional to make reconnect easier
    • support force option in connect to provide "only reconnect if not availabel mechanism"
      • but by default, force is always enabled.
    • provide close and open event so user can know when to get the whole data again
    • auto init or ensure socket connection in connect to make it fool-proof

0.5.2

18 May 18:41

Choose a tag to compare

  • add connect and disconnect API in sharehub for hub reusin for reconnection
  • add init-connect option in sharehub
  • tweak doc / comment about data cloning - we now dont suggest clone data internally by default

0.5.1

23 Apr 06:58

Choose a tag to compare

  • fix bug: memhub and usrhub still clone data, which may cause data inconsistency