Skip to content

Commit

Permalink
changelog: prepare for v2.3.0 release (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
4o4x authored Dec 16, 2024
1 parent 2f44428 commit 991c9fb
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# Changelog
## v2.3.0
## v2.3.0 - 16 Dec 2024

#### Breaking changes
- Changed the exit code from 1 to 0 for `ls` when used with an empty bucket. Exits with 1 if the bucket is non-existent. ([#722](https://github.com/peak/s5cmd/issues/722))
- Changed the exit code from 1 to 0 for `ls` when used with an empty bucket. Exits with 1 if the bucket is non-existent. ([#722](https://github.com/peak/s5cmd/issues/722)) [@Z9n2JktHlZDmlhSvqc9X2MmL3BwQG7tk](https://github.com/Z9n2JktHlZDmlhSvqc9X2MmL3BwQG7tk)

#### Features
- Added prefix and wildcard support to `cat` command. ([#716](https://github.com/peak/s5cmd/issues/716))
- Added `head` command. ([#730](https://github.com/peak/s5cmd/pull/730))
- Added prefix and wildcard support to `cat` command. ([#716](https://github.com/peak/s5cmd/issues/716)) [@occasionallydavid](https://github.com/occasionallydavid)
- Added `head` command. ([#682](https://github.com/peak/s5cmd/issues/682)) [@yitzhaklevi](https://github.com/yitzhaklevi)
- Added go 1.22 support. ([#764](https://github.com/peak/s5cmd/pull/764)) [@lizzzcai](https://github.com/lizzzcai)
- Added `meta-directive` flag to `cp` command. ([#666](https://github.com/peak/s5cmd/issues/666) [#711](https://github.com/peak/s5cmd/issues/711)) [@GordonGustafson](https://github.com/GordonGustafson) [@arosu](https://github.com/arosu)

#### Improvements
- Upgraded alpine base image to 3.18. ([#661](https://github.com/peak/s5cmd/pull/661)) [@embik](https://github.com/embik)
- Upgraded aws-sdk-go to v1.44.298. ([#684](https://github.com/peak/s5cmd/pull/684)) [@matan129](https://github.com/matan129)
- Upgraded lanrat/extsort to v1.0.2 ([#717](https://github.com/peak/s5cmd/issues/717)) [@gkowarzyk](https://github.com/gkowarzyk)
- Changed signaling channels by replacing `chan bool` with `chan struct{}` for efficiency. ([#733](https://github.com/peak/s5cmd/pull/733))

#### Bugfixes
- Fixed the `cp` command to work with the `--content-type` flag when performing a copy operation from S3 to S3. ([#738](https://github.com/peak/s5cmd/issues/738))
- Fixed a bug in `sync` command where objects in Glacier storage at the destination were being overwritten during synchronization ([#712](https://github.com/peak/s5cmd/issues/712)) [@stevenmcastano](https://github.com/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](https://github.com/peak/s5cmd/issues/676)) [@bounlu](https://github.com/bounlu)

## v2.2.2 - 13 Sep 2023
## v2.2.2 - 13 Sep 2023

#### Bugfixes
- Fixed `cp` and `pipe` to not omit some of the metadata flags. ([#657](https://github.com/peak/s5cmd/issues/657))
Expand Down

0 comments on commit 991c9fb

Please sign in to comment.