Skip to content

Latest commit

 

History

History
187 lines (123 loc) · 5.4 KB

CHANGELOG.md

File metadata and controls

187 lines (123 loc) · 5.4 KB

@siafoundation/renterd-types

0.14.1

Patch Changes

  • b7e5ea12: Host and contract responses are now Nullable rather than Maybe, since empty responses return null.
  • Updated dependencies [b7e5ea12]

0.14.0

Minor Changes

  • c7ac7678: The object response has been updated in v2.

0.13.0

Minor Changes

  • 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.

Patch Changes

  • dfde6e1c: Fixed missing fields and structure of bus and autopilot state types.
  • Updated dependencies [36b55f89]

0.12.0

Minor Changes

  • ae5aeec9: Added consensus network API.

0.11.0

Minor Changes

  • 9277382b: The alerts API limit and skip params are now optional.

Patch Changes

  • Updated dependencies [56974bbf]
  • Updated dependencies [56974bbf]
  • Updated dependencies [56974bbf]

0.10.0

Minor Changes

  • ee6e18ce: All query parameters are now lowercased for API consistency.

0.9.0

Minor Changes

  • 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.

0.8.0

Minor Changes

  • 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.

0.7.0

Minor Changes

  • 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.

Patch Changes

  • 81d374f4: Fixed the route for the recommended fee API.
  • Updated dependencies [5f34c9a6]
  • Updated dependencies [8be86046]
  • Updated dependencies [5f34c9a6]

0.6.1

Patch Changes

0.6.0

Minor Changes

  • 186e17a6: Max RPC price is no longer pinnable.

0.5.0

Minor Changes

0.4.0

Minor Changes

  • bffe101c: Add price pinning configuration API.
  • ce89b99a: Added support for the new network naming scheme and the anagami testnet.

Patch Changes

0.3.0

Minor Changes

  • 802e45c0: Added the contracts prunable API.
  • 802e45c0: Added the contract size API.

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

  • ae0e29b8: Fixed an issue where objectUpload only supported the browser File data type. Closes #591

0.2.0

Minor Changes

  • 3a983801: Added support for autopilot config evaluation.

0.1.0

Minor Changes

  • d2180c11: Introduced new library for renterd types.