Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@seike460 seike460 released this 18 Jun 06:03
· 1 commit to master since this release

πŸš€ S3ry v2.0.0

Modern High-Performance S3 CLI Tool

✨ What's New in This Release

Changelog

Features

  • 6ebda1c: feat: S3ry v2.0.0 - High-Performance S3 CLI with 10x speed improvement (@seike460)
  • b5ff34d: feat: S3ry v2.0.0 - Revolutionary Multi-Platform S3 Management Suite (@seike460)

Bug fixes

  • 0dd8937: fix(deps): update go.mod with proper dependencies for parallel development (@seike460)
  • 4aaaa55: fix(ui): resolve type compatibility in performance metrics integration (@seike460)
  • 2750a7f: fix: disable extra_files for clean v2.0.0 release (@seike460)
  • 6d7e39e: fix: disable fury.io publisher for v2.0.0 release (@seike460)
  • b55aa20: fix: update GoReleaser config for v2.0.0 release (@seike460)

Others

πŸ“¦ Installation

Binary Download

# Linux AMD64
curl -LO https://github.com/seike460/s3ry/releases/download/v2.0.0/s3ry_Linux_x86_64.tar.gz
tar -xzf s3ry_Linux_x86_64.tar.gz
sudo mv s3ry /usr/local/bin/

# macOS (Universal Binary)
curl -LO https://github.com/seike460/s3ry/releases/download/v2.0.0/s3ry_Darwin_all.tar.gz
tar -xzf s3ry_Darwin_all.tar.gz
sudo mv s3ry /usr/local/bin/

# Windows AMD64
curl -LO https://github.com/seike460/s3ry/releases/download/v2.0.0/s3ry_Windows_x86_64.zip
# Extract and add to PATH

Docker

docker pull ghcr.io/seike460/s3ry:v2.0.0
docker run --rm -it ghcr.io/seike460/s3ry:v2.0.0

🎯 Key Features

  • 10x Performance Improvement - Lightning-fast S3 operations
  • Modern TUI Interface - Beautiful terminal experience
  • Multi-platform Support - Linux, macOS, Windows, FreeBSD
  • Multi-architecture - AMD64, ARM64, ARM support
  • 100% Backward Compatible - Drop-in replacement for v1.x

πŸ“Š Performance Benchmarks

Operation v1.x v2.x Improvement
List 1000 objects 1.05s 104.8ms 10.01x faster
Download speed 94.41 MB/s 471.73 MB/s 5.0x faster
Memory usage Baseline 50% reduced 2x efficient

Full Changelog: 0.2...v2.0.0