You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: storage-node/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
### 3.9.0
2
2
3
+
- Increase default interval between sync runs. Start sync run immediately do not wait initial interval on startup before starting sync. Adds additional optional argument to specify retry interval on failure. [#4924](https://github.com/Joystream/joystream/pull/4924)
3
4
- Add background pruning worker to delete data objects which the node is no longer obligated to store. New optional argument `--cleanup` and `--cleanupInterval`
4
5
- Added new `AcceptPendingObjectsService` that is responsible for periodically sending batch `accept_pending_data_objects` for all the pending data objects. The `POST /files` endpoint now no longer calls the `accept_pending_data_objects` extrinsic for individual uploads, instead, it registers all the pending objects with `AcceptPendingObjectsService`
5
6
- Updated `/state/data` endpoint response headers to return data objects status too i.e. (`pending` or `accepted`)
@@ -20,7 +21,7 @@
20
21
21
22
### 3.7.1
22
23
23
-
- Disable open-api express response validation if NODE_ENV == 'production'. This should improve response times when serving assets.
24
+
- Disable open-api express response validation if NODE_ENV == 'production'. This should improve response times when serving assets.[#4810](https://github.com/Joystream/joystream/pull/4810)
24
25
- Include `nodeEnv` in `/api/v1/status` response, to help detect mis-configured nodes.
0 commit comments