Releases: storj/gateway-st
Releases · storj/gateway-st
v1.1.8
- Implement force delete bucket.
- Fix typo and improve spelling in the error message returned when the
non-interactive
setup is running without theaccess
flag.
Docker image for this release: storjlabs/gateway:5a1e672-v1.1.8-go1.15.2
v1.1.7
v1.1.6
- Fixed
DeleteObjects
to be idempotent. - Fixed panic when a multipart upload is not found.
- Default dialer now uses
common/socket
BackgroundDialer
. This may result in better congestion control in some environments. In Linux environments, if a congestion controller named 'ledbat' is installed, it will be used. Consider installing https://github.com/silviov/TCP-LEDBAT - Fix for resource leak in uploads.
- Updated to Uplink v1.2.0.
- Updated MinIO to RELEASE.2020-07-12T19-14-17Z.
Docker image for this release: storjlabs/gateway:4016671-v1.1.6-go1.13.8
v1.1.5
- Fixed 'Invalid Argument' Error when running on macOS.
- Updated to Uplink v1.1.2.
- Updated MinIO to RELEASE.2020-06-18T02-23-35Z.
Docker image for this release: storjlabs/gateway:cef26cf-v1.1.5-go1.13.8
v1.1.4
v1.1.3
context.Canceled
errors are logged with Debug severity instead of Error.- The latest release is now published as
:latest
tag of the Docker image. - Updated to Uplink v1.0.6.
- Updated MinIO to RELEASE.2020-05-28T23-29-21Z.
Docker image for this release: storjlabs/gateway:0133189-v1.1.3-go1.13.8
v1.1.2
- Fixed crash when uploading large files.
Docker image for this release: storjlabs/gateway:a53b280-v1.1.2-go1.13.8
v1.1.1
v1.1.0
- New flag
--client.user-agent
for configuring the User-Agent to use for connecting to the satellite. - Non-interactive setup with flags for passing access grant, satellite address, API key, and encryption passphrase.
- New prompt in setup wizard to optionally enable anonymous tracing.
- Improved memory usage while purging disk cache.
- Server address is bound to all network interfaces of the Docker container.
- Update MinIO to RELEASE.2020-04-28T23-56-56Z.
Docker image for this release: storjlabs/gateway:b8e4299-v1.1.0-go1.13.8
v1.0.4
CopyObject
now does nothing if the source and destination are equal (fixes #4).- Better error when listing prefix doesn't end with
/
. - Update MinIO to RELEASE.2020-04-02T21-34-49Z.
Docker image for this release: storjlabs/gateway:f8ef66c-v1.0.4-go1.13.8