Skip to content

v1.3.3

Compare
Choose a tag to compare
@littleskunk littleskunk released this 24 Apr 11:27

Changelog

Storagenode

  • installer/windows: don't require ca.key file (#3847)
  • storagenode: add suspended status to storagenode dashboard/api
  • web/storagenode: audit checks depending on score
  • cmd/storagenode: update colored storagenode dashboard to have correct indendation
  • storagenode/nodestats: add pricing model, storagenode/cache: add paystub history storing
  • storagenode/console/service satellites extends with data of oldest join to satellite
  • storagenode/piecestore: fix annoying info log for upload canceled (#3857)
  • storagenode/storagenodedb/reputation: add joined_at
  • scripts/deploy-storagenode: tag docker image as latest (#3858)
  • storagenode/console/service: SatellitePayStubMonthly returns array of objects
  • web/storagenode: all fetched paystub data treated as list
  • storagenode/nodestats/cache: storagenodeDB/heldamount sync with satelliteDB/storagenode_paystub
  • web/storagenode: disk space displayed by hour

Uplink

  • cmd/uplink: support --force (like awscli) for rb
  • docs/blueprints: slow down and retry (#3826)
  • cmd/uplink/cmd: improve error message when config.yaml or --access flag is missing

Satellite

  • satellite/nodestats: add pricing model to endpoint
  • satellite/metainfo: adjust max inline segment size validation to potential encryption overhead.
  • satellite/overlay: combine SelectStorageNodes and SelectNewStorageNodes (#3831)
  • satellite/accounting/tally: ignore expired pointers
  • satellite/downtime: add concurrency to downtime estimation
  • web/satellite: allow users who have balance to create projects
  • satellite/overlay: add selected node cache (#3846)
  • satellite/console: redirect on account activation
  • satellite: update log levels (#3851)
  • satellite/nodestats/endoint: reputation stats updated
  • satellite/metainfo: attribution based on useragent
  • satellite/accounting: Add index on bucket_bandwidth_rollups for action, interval_start, and project_id
  • satellite/heldamount/endpoint : GetAllPaystubs added
  • web/satellite: available credits disabled due to coupon expiration bug