|
| 1 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 2 | + |
| 3 | +PackageIdentifier: Storj.Uplink |
| 4 | +PackageVersion: 1.127.1 |
| 5 | +PackageLocale: en-US |
| 6 | +Publisher: Storj Labs Inc |
| 7 | +PublisherUrl: https://www.storj.io/ |
| 8 | +PublisherSupportUrl: https://github.com/storj/storj/issues |
| 9 | +Author: Storj Labs Inc |
| 10 | +PackageName: Uplink |
| 11 | +PackageUrl: https://github.com/storj/storj |
| 12 | +License: AGPL-3.0 |
| 13 | +LicenseUrl: https://github.com/storj/storj/blob/HEAD/LICENSE |
| 14 | +ShortDescription: The Storj DCS client-side CLI |
| 15 | +Moniker: uplink |
| 16 | +Tags: |
| 17 | +- storj |
| 18 | +- storj-dcs |
| 19 | +- uplink |
| 20 | +- uplink-cli |
| 21 | +ReleaseNotes: |- |
| 22 | + Changelog |
| 23 | + General |
| 24 | + - b0c82ea shared/moduler: support google profiler for modular storage nodes |
| 25 | + - 7d7b061 shared/mudplanet: test helper framework for modular components |
| 26 | + - 1e4f00d shared: add FlightRecorder service using new lock-free CircularBuffer |
| 27 | + - 3a27987 all: linter fixes |
| 28 | + - 4726edc shared/flightrecorder: add benchmark tests for a circular buffer |
| 29 | + - 4665914 shared/mudplanet: fix injection of int64/duration fields |
| 30 | + - 8fa9641 ci: bump to Go 1.24.2 |
| 31 | + - 39ac6f1 shared/mudplanet: support default config values of string slice |
| 32 | + - 837c949 shared/nodeidmap: use a map internally |
| 33 | + - 1f2523f shared/dbutil/spannerutil: avoid leaking admin clients by reusing existing |
| 34 | + - 4a1b400 go.mod: bump storj.io/eventkit (managedstream support) |
| 35 | + - cd3279f cmd/jobq: enable debug server |
| 36 | + - 8fd9444 cmd/tools/segment-verify: fix buckets processing |
| 37 | + - cf9d2ed all: fix Cycle TriggerWait usage |
| 38 | + - 81b3e9d go.mod: bump eventkit (timestamp fix) |
| 39 | + - e7b0fb1 release v1.127.1 |
| 40 | + Satellite |
| 41 | + - 26724bd satellite/console: reorganise rest keys func |
| 42 | + - cf8b5aa satellite/console: add functionality for REST API keys |
| 43 | + - d3beb00 satellite/nodeselection: support node_id/id NodeAttribute |
| 44 | + - 719b281 web/satellite: add REST API UI |
| 45 | + - 5e64d7c satellite/piecelist: skip expired segments |
| 46 | + - e2f4fb0 satellite/metabase/rangedloop: log also segment placement |
| 47 | + - 69f144c satellite/repair/repairer: add placement to worker logs |
| 48 | + - 7b817ed satellite/nodeselection: prometheus based external tracker |
| 49 | + - 3e02ba4 satellite/repair: fix some flakiness in TestObserver_PlacementCheck |
| 50 | + - 93a013d satellite/gc/bloomfilter: collect nodes piece IDs |
| 51 | + - 268530c web/satellite: update applications |
| 52 | + - 381e8e6 satellite/metabase/metabasetest: close the database after test finishes |
| 53 | + - 833ee2f satellite/metabase: add product_id to objects |
| 54 | + - d327c47 satellite/metainfo: use dedicated type for node ID list |
| 55 | + - c7d196e satellite/jobq: add health-based segment prioritization test |
| 56 | + - 0adfea1 satellite/satellitedb: don't return exiting nodes with ActiveNodesPieceCounts |
| 57 | + - e961930 satellite/mud: fix components initialization after recent changes |
| 58 | + - 4dfba5d satellite/accountfreeze: fix flaky chore test |
| 59 | + - bf71ccc satellite/audit: split metrics by placement |
| 60 | + - f0c80d7 satellite/satellitedb: don't read deprecated columns with GetBucket |
| 61 | + - 0253bda satellitedb: simplify GetActiveNodes query |
| 62 | + - 19bfa5d satellite/metabase: fix postgres snapshot migration step version |
| 63 | + - a34af00 satellite/metabase: use spanner read API for testing utils |
| 64 | + - ef79062 satellite/satellitedb: simplify GetParticipatingNodes |
| 65 | + - e1b6839 satellite/overlay: rename GetActiveNodes |
| 66 | + - 9215fa2 web/satellite: small update for edit default CC |
| 67 | + - 2b29e89 satellite/satellitedb: drop table storagenode_bandwidth_rollups_phase2 |
| 68 | + - dea7686 satellite/jobq: Fix switching queues via Insert |
| 69 | + - 285dad7 satellite/nodeselection: add stream implementation for node selection |
| 70 | + - e86509f satellite/jobq: instrument with monkit |
| 71 | + - bcef33a web/satellite: updates for session handling |
| 72 | + - 0ce9356 satellite/console: Fix UserStatus String method |
| 73 | + - cb78553 satellite/{console,web}: remove self-serve placement names config |
| 74 | + - 99ef283 satellite/{admin,console}: set external_id to nil on user deactivation |
| 75 | + - e51a930 satellite/admin: add functionality to update user's external ID |
| 76 | + - f12ad03 satellite/repair/repairer: handle ctx in WaitForPending repairs |
| 77 | + - 5fc4a5a satellite/jobq: switch to a minmax heap |
| 78 | + - c8e0e4f cmd/satellite: Add new sub-command set status user accounts |
| 79 | + - 77ed138 satellite/jobq: add a maximum size to queues |
| 80 | + - 8646bad cmd/satellite: Bind the config to last added command |
| 81 | + - f12b024 satellite/satellitedb: use Spanner Read API for GetBucket |
| 82 | + - 7c67784 web/satellite: error msg fix for add funds |
| 83 | + - 0cbd9a0 satellite/metabase: add stale reads and low priority to ListBucketsStreamIDs |
| 84 | + - f6baa10 satellite/console: reset step counter on successful project delete |
| 85 | + - cb515d4 satellite/metainfo/bloomrate: convert to token bucket design |
| 86 | + - 533df0a satellite/audit: support audit of filtered nodes |
| 87 | + - 07dd2ec satellite: experimental Dockerfile for the (experimental) modular satellite |
| 88 | + - 212a4d4 satellite/metabase: remove deprecated db |
| 89 | + - f47e1f9 satellite/overlay: rename method TestSetNodeCountryCode |
| 90 | + - 94a5498 satellite/console: add config for STORJ zkSync contract address |
| 91 | + - a660a86 web/satellite: improve storj deposit dialog |
| 92 | + - 745fed8 satellite/metabase: add MaxCommitDelay option for object commit |
| 93 | + - da27a56 satellite:{payments,web}: fallback to global placements |
| 94 | + - 4ad554a satellite/metabase: don't set TrackSessionHandles for Spanner session pool |
| 95 | + - 414322e satellite/jobq: use drpc connection pooling |
| 96 | + - f4820e1 satellite/durability: avoid keeping alias map in memory |
| 97 | + - a767e00 satellite/repair: add participating nodes cache |
| 98 | + Storagenode |
| 99 | + - 2cda209 storagenode/blobstore/statcache: remove cache entry on trash restore |
| 100 | + - 28065d0 storagenode/hashstore: some helper function improvements |
| 101 | + - f315534 storagenode/hashstore: mmap support |
| 102 | + - 11c292d storagenode/hashstore: small bug fixes/improvements |
| 103 | + - 47d9618 storagenode/hashstore: remove madvise |
| 104 | + - 6a8be1a storagenode/hashstore: make ConfigTest os agnostic |
| 105 | + - 8d462dd storagenode/hashstore: lazy+sem acquire log files |
| 106 | + - 2968fa5 storagenode/hashstore: use constructors for new tables |
| 107 | + - 17d97aa storagenode/hashstore: use custom map type |
| 108 | +ReleaseNotesUrl: https://github.com/storj/storj/releases/tag/v1.125.2 |
| 109 | +ManifestType: defaultLocale |
| 110 | +ManifestVersion: 1.10.0 |
0 commit comments