Skip to content

New version: Storj Uplink version 1.127.1 #252624

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions manifests/s/Storj/Uplink/1.127.1/Storj.Uplink.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json

PackageIdentifier: Storj.Uplink
PackageVersion: 1.127.1
InstallerLocale: en-US
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: uplink.exe
UpgradeBehavior: uninstallPrevious
ReleaseDate: 2025-04-22
Installers:
- Architecture: x64
InstallerUrl: https://github.com/storj/storj/releases/download/v1.127.1/uplink_windows_amd64.zip
InstallerSha256: 5049ACF9F2122A8C8AEF226470CA1035B02D5F051FD7A032076C6785216DDE5D
ManifestType: installer
ManifestVersion: 1.10.0
110 changes: 110 additions & 0 deletions manifests/s/Storj/Uplink/1.127.1/Storj.Uplink.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json

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

PackageIdentifier: Storj.Uplink
PackageVersion: 1.127.1
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.10.0