forked from joe-trellick/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
big-peer-changelog.json
69 lines (69 loc) · 4.74 KB
/
big-peer-changelog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"DittoKit": {
"latest": {
"description": "Fix bug where Big Peer would sometimes panic if an SDK peer managed to create multiple Ditto instances with the same persistence directory. We are seeing this error more than we originally hoped. This change makes any occurrence non-fatal until we fix the root cause. There will be another followup change that will re-enable alerting for this event.",
"version": "0.30.0",
"date_released": "2022-08-23T20:27:41.606Z"
},
"0.30.0": {
"description": " Fix bug where Big Peer would sometimes panic if an SDK peer managed to create multiple Ditto instances with the same persistence directory. We are seeing this error more than we originally hoped. This change makes any occurrence non-fatal until we fix the root cause. There will be another followup change that will re-enable alerting for this event.",
"version": "0.30.0",
"date_released": "2022-08-23T20:27:41.606Z"
},
"0.29.0": {
"description": "* Fix bug where HTTP API upserts would not always be reflected in subsequent find requests. \n* Properly consider limit+offset+order_by for active queries",
"version": "0.29.0",
"date_released": "2022-08-18T20:27:41.606Z"
},
"0.28.0": {
"description": "* Minor bug fixes and performance improvements",
"version": "0.20.0",
"date_released": "2022-08-14T08:08:47.875Z"
},
"0.27.0": {
"description": "* Supports Ditto SDK through version 2.0.x. See [the v2 Migration Guide](/http/common/v2/) for details.",
"version": "0.27.0",
"date_released": "2022-08-03T08:08:47.875Z"
},
"0.26.0": {
"description": "* Minor bug fixes and performance improvements",
"version": "0.20.0",
"date_released": "2022-08-01T08:08:47.875Z"
},
"0.25.0": {
"description": "* Minor bug fixes and performance improvements.\n * Add collection and document id to RequeryRequired requests as part of the live query webhook and CDC.",
"version": "0.20.0",
"date_released": "2022-07-23T08:08:47.875Z"
},
"0.24.0": {
"description": "* Minor bug fixes and performance improvements",
"version": "0.20.0",
"date_released": "2022-07-12T08:08:47.875Z"
},
"0.23.0": {
"description": "* Minor bug fixes and performance improvements",
"version": "0.23.0",
"date_released": "2022-06-24T08:08:47.875Z"
},
"0.22.0": {
"description": "* Minor bug fixes and performance improvements",
"version": "0.22.0",
"date_released": "2022-06-06T08:08:47.875Z"
},
"0.21.0": {
"description": "* Minor bug fixes and performance improvements",
"version": "0.21.0",
"date_released": "2022-05-26T08:08:47.875Z"
},
"0.20.0": {
"description": "* Supports Ditto SDK through version 1.1.6\n* Parity between document and timeseries HTTP APIs\n* HTTP API calls that were GET with a body now also accept POST. They will accept both methods and will behave same no mater which method is used.",
"version": "0.20.0",
"date_released": "2022-05-12T08:08:47.875Z"
},
"0.17.0": {
"description": "* Supports Ditto SDK through version 1.1.5, including improvements to replication efficency.\n\n* Adds HTTP API RPC `Remove` and `Update` commands.\n\nWith `remove`, users may provide a query and delete all matching records. The\n`update` command mimics Ditto SDK update behavior and applies a series of\nupdates to all matching documents. This includes: `set`, `increment`, and\n`replaceWithCounter`.\n\nAll HTTP API Headers used by Ditto will be prefixed with `X-DITTO-`\n\n- `X-HYDRA-ENSURE-DELETE` is now `X-DITTO-ENSURE-DELETE`\n- `X-HYDRA-CLIENT-ID` is now `X-DITTO-CLIENT-ID`\n- `X-HYDRA-ENSURE-INSERT` is now `X-DITTO-ENSURE-INSERT`\n- `X-ENSURE-INSERT` is now `X-DITTO-ENSURE-INSERT`\n\nThe old header names are now deprecated.\n\nHTTP API delete document method now checks for conflicting changes from the\nsame CLIENT-ID. These conflicts would sometimes cause a deletion to be ignored.\nThe HTTP API now will check if the `X-DITTO-ENSURE-DELETE` is present and\nperforms the deletion even when a conflicting add occurrs. Use the\n`X-DITTO-ENSURE-DELETE` header to ensure deletions are commited before the HTTP\nresponse is returned.\n\nAPI users should continue to ensure different instances of the HTTP API Client\ndo *not* share the same value for `X-DITTO-CLIENT-ID` header. Further, batch\nHTTP API requests are preferred to having multiple in-flight Insert, Delete, and\nUpdate API requests are the same time. \n\nHTTP API Requests have a default timeout of 5 seconds. \n\nImproved the error message for HTTP API Requests targeting unavailable transactions.",
"version": "0.17.0",
"date_released": "2022-05-06T08:08:47.875Z"
}
}
}