Skip to content

v0.35.3

Compare
Choose a tag to compare
@littleskunk littleskunk released this 19 Mar 15:06

Changelog

General

  • docs/blueprints: Add design doc for distributed tracing.
  • docs: Add uplink telemetry doc
  • all: use pbgrpc
  • private/grpctlsopts: grpc related tlsopts

Storagenode

  • storagenode: notifications on outdated software version
  • removes bandwidth limiting
  • storagenode/storagenodedb: allow storagenodes to start test_table exists
  • web/storagenode/src: removes references to available and remaining bandwidth
  • storagenode/api refactored

Uplink

  • pkg/miniogw: gateway implementation with new libuplink
  • cmd/gateway: use a separate repository
  • satellite/metainfo: return default ciphers (path and encryption) for old uplinks
  • cmd: migrate uplink CLI to new API
  • cmd/uplink: remove unused flag
  • cmd/uplink: add url-based link sharing
  • build: don't push gateway docker images

Satellite

  • web/satellite: overview page implemented
  • satellite/metainfo: combine CommitSegment and CommitObject in batch v2
  • satellite/satellitedb/dbx: add fields to node table for placing nodes into suspended mode for too many unknown error audits
  • satellite/audit: fix checkSegmentAltered to detect segments that have changed during an audit
  • satellite/satellitedb: use time zones with all timestamps
  • satellite/repair/checker: use repair override if available in checker and irreparable
  • web/satellite: update links to APIKeys documentation
  • satellite/repair: put irreparable segments in irreparableDB
  • satellite/metainfo: stops hiding real validateAuth
  • satellite/payments: project charges api extended to show usage and period
  • satellite/satellitedb: Add index on num_healthy_pieces column in injuredsegments table
  • web/satellite: project creation restricted before adding payment method
  • satellite: use IP for all uplink operations, use hostname for audit and repairs
  • satellite: enable open registration (and add flag that disables it) SM-441
  • web/satellite: adding payment method flow reworked, animations added
  • satellite/payments: Improve Invoice Generation (#3800)
  • metainfo: delete methods return the deleted item
  • web/satellite: limits info bar added to billing page, free credit amount changed
  • web/satellite: billing periods logic implemented on billing page
  • satellite/metainfo/piecedeletion: add Combiner
  • satellite/payments: More Cleanup and Satellite command to ensure we have stripe customers (#3805)
  • satellite/{audit,overlay,satellitedb}: implement unknown audit reputation and suspension