Skip to content
Merged
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* `version check` command to check if a newer CLI version is available.
* `version update` command to download and install the latest CLI version from GitHub releases.
* `shell --live`/`ps exec --live` now show each process's size (CPU/memory) in the selector, and print an advisory naming the process and its size after connecting.

### Fixed

* `ps resize` no longer fails on apps that have never had a successful release.
* `shell` now only uses a login shell (`bash -l`) for buildpack apps, avoiding cases where it clobbered a `PATH` set by a Dockerfile-based app's image.
* `selfupdate` now errors clearly when a downloaded binary exceeds the size limit, instead of silently truncating it to a confusing checksum mismatch.
* Commands other than `auth` no longer fail with a raw SDK error when the local `~/.aws` config has a partial/incomplete `default` profile.

## [4.7.0] - 2026-06-24

Expand Down
Loading