Skip to content

Commit 9029527

Browse files
committed
- update change log
- bump version
1 parent 37483f8 commit 9029527

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Logs
22

3+
## v0.5.3
4+
5+
- sharehub
6+
- reuse internal sdb-client object so we dont have to re-create the entire object
7+
- always disconnect if sdb-client closed.
8+
- use `config` to update `id` and `collection` so we can re-config it anytime
9+
- accept `config` instead of only `id` in connect, and make it optional to make reconnect easier
10+
- support `force` option in connect to provide "only reconnect if not availabel mechanism"
11+
- but by default, `force` is always enabled.
12+
- provide `close` and `open` event so user can know when to get the whole data again
13+
- auto init or ensure socket connection in `connect` to make it fool-proof
14+
15+
316
## v0.5.2
417

518
- add `connect` and `disconnect` API in `sharehub` for hub reusin for reconnection

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dist/**/*"
99
],
1010
"description": "access scoped data via piped operational transformation",
11-
"version": "0.5.2",
11+
"version": "0.5.3",
1212
"homepage": "https://github.com/plotdb/datahub",
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)