Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@igungor igungor released this 16 Dec 15:53
991c9fb

Changelog

v2.3.0 - 16 Dec 2024

Breaking changes

Features

Improvements

  • Upgraded alpine base image to 3.18. (#661) @embik
  • Upgraded aws-sdk-go to v1.44.298. (#684) @matan129
  • Upgraded lanrat/extsort to v1.0.2 (#717) @gkowarzyk
  • Changed signaling channels by replacing chan bool with chan struct{} for efficiency. (#733)

Bugfixes

  • Fixed the cp command to work with the --content-type flag when performing a copy operation from S3 to S3. (#738)
  • Fixed a bug in sync command where objects in Glacier storage at the destination were being overwritten during synchronization (#712) @stevenmcastano
  • Fixed a bug in sync command where source objects with absolute paths failed to match destination paths, causing unnecessary copying during each sync operation.(#676) @bounlu