File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+
2+ # 0.2.0
3+
4+ * ** Breaking change** ` timestamp ` is now * logical* . This means it has no
5+ relationship with wall-clock time.
6+ * Updates are now strictly sorted by [ timestamp, source] .
7+ * Tests for orderedHistory
8+ * Stores and replays scuttlebutt updates in timestamp-source order, not recieved order
9+ * True to the original paper, better in high-latency situations
10+ * Create new scuttlebutt streams for re-connections
11+ * Increases reconnection reliability
12+ * Adds option function ` isGossipType `
13+ * Don't explode on actions without a ` meta ` property. This fixes the chat example.
14+
15+ # <0.1
16+
17+ Inital releases.
Original file line number Diff line number Diff line change 11{
22 "name" : " redux-scuttlebutt" ,
3- "version" : " 0.2.0" ,
3+ "version" : " 0.2.0-rc.1 " ,
44 "description" : " Redux distributed dispatcher" ,
55 "main" : " lib/index.js" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments