- b7e5ea12: Host and contract responses are now Nullable rather than Maybe, since empty responses return null.
- Updated dependencies [b7e5ea12]
- @siafoundation/[email protected]
- c7ac7678: The object response has been updated in v2.
- afc1830a: Removed the allow redundant IPs setting.
- 7a7b0408: The host scanning API was moved from the worker to the bus. Closes SiaFoundation/renterd#1644
- 6737374b: The configured boolean was removed from AutopilotState.
- 36b55f89: Moved HostSettings and HostPriceTable to core types.
- b8dd101b: Remove contract set list and update APIs.
- 5b7d6ae7: Add enabled flag to autopilot config type.
- cd4789d7: The contract total cost value is now called initial renter funds.
- 5b7d6ae7: Removed autopilots API.
- b8dd101b: Remove set from the autopilot config API.
- b8dd101b: Remove default contract set from config settings API.
- 5e7fedb9: Allowance was removed from autopilot contracts config API.
- 74f1f28f: The host checks field is now just HostAutopilotChecks.
- b8dd101b: Remove contractSets from contracts list API.
- b8dd101b: Add overall contract count metrics API.
- b8dd101b: Remove contractset param from worker multipart upload part API.
- 6c9adb00: The alerts data field is now full typed.
- b8dd101b: Remove the contract set contract churn metrics API.
- 5078fc02: The gouging settings no longer include hostBlockHeightLeeway or migrationSurchargeMultiplier.
- 74f1f28f: Autopilot config routes moved to the bus.
- 74f1f28f: Removed the autopilotID parameter from the hosts API.
- b8dd101b: Remove the contract set contract count metrics API.
- 5e7fedb9: The autopilots key was removed from the pinned settings API.
- dfde6e1c: Fixed missing fields and structure of bus and autopilot state types.
- Updated dependencies [36b55f89]
- @siafoundation/[email protected]
- ae5aeec9: Added consensus network API.
- 9277382b: The alerts API limit and skip params are now optional.
- Updated dependencies [56974bbf]
- Updated dependencies [56974bbf]
- Updated dependencies [56974bbf]
- @siafoundation/[email protected]
- ee6e18ce: All query parameters are now lowercased for API consistency.
- 5bfdb01e: The single object and list APIs routes have been updated.
- 7a333ffd: Updated to the new objects remove API.
- 7a333ffd: Adjusted the name of the objects rename API.
- 32363a16: Removed deprecated object search and object directory APIs.
- 64d82fc3: Removed deprecated wallet transactions and pending transactions APIs.
- 32363a16: Updated the multipart upload APIs with the new payloads.
- 978b70aa: Added the bus list autopilots API.
- ac703a94: Removed deprecated setting APIs.
- ac703a94: Added new strong settings APIs.
- 978b70aa: Added new combined hosts API.
- 0721586a: The list objects API now includes a slabEncryptionKey parameter.
- 64d82fc3: Added wallet events and pending events APIs.
- 64d82fc3: Removed deprecated wallet discard, fund, sign, and outputs APIs.
- ac703a94: The bus state API now includes daemon configured explorer.
- 0721586a: The list objects API bucket parameter is now optional, and bucket is returned in in the object metadata.
- 978b70aa: Removed deprecated search hosts and autopilot hosts APIs.
- a8c22bbe: The account reset drift API was moved from bus to worker. Closes #704
- a7ff93e9: Min recent scan failures is now max consecutive scan failures. Relates to SiaFoundation/renterd#1482
- 49cd9db1: Remove deprecated hosts API. Relates to SiaFoundation/renterd#1484
- 81d374f4: Added the wallet send API.
- 81d374f4: Fixed the route for the recommended fee API.
- Updated dependencies [5f34c9a6]
- Updated dependencies [8be86046]
- Updated dependencies [5f34c9a6]
- @siafoundation/[email protected]
- Updated dependencies [04b45f7d]
- @siafoundation/[email protected]
- 186e17a6: Max RPC price is no longer pinnable.
- 09871542: Updated the pricepinning configuration structure to support multiple autopilots. Closes SiaFoundation/renterd#1448
- bffe101c: Add price pinning configuration API.
- ce89b99a: Added support for the new network naming scheme and the anagami testnet.
- Updated dependencies [a6c956ea]
- Updated dependencies [a64f40cc]
- Updated dependencies [a6c956ea]
- @siafoundation/[email protected]
- @siafoundation/[email protected]
- 802e45c0: Added the contracts prunable API.
- 802e45c0: Added the contract size API.
- Updated dependencies [24b47560]
- @siafoundation/[email protected]
- Updated dependencies [fff7febd]
- @siafoundation/[email protected]
- ae0e29b8: Fixed an issue where objectUpload only supported the browser File data type. Closes #591
- 3a983801: Added support for autopilot config evaluation.
- d2180c11: Introduced new library for renterd types.