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: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
# v2.6.0-beta1
2
+
- HTTP server now runs in main loop, it make possible easy extend API without worry about thread synchronization.
3
+
- Added initial graceful reload support, miner will reload configuration if config file changed, disabled by default until it will be fully implemented and tested.
4
+
- Added API endpoint `PUT /1/config` to update current config.
5
+
- Added API endpoint `GET /1/config` to get current active config.
6
+
- API endpoint `GET /` now deprecated, use `GET /1/summary` instead.
7
+
- Added `--api-no-ipv6` and similar config option to disable IPv6 support for HTTP API.
8
+
- Added `--api-no-restricted` to enable full access to api, this option has no effect if `--api-access-token` not specified.
0 commit comments