Skip to content

Commit 72b512e

Browse files
committed
nudge version
1 parent ad045e7 commit 72b512e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)