All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Excluded
limitless
suffix from Aurora PostgreSQL version selection to ensure compatibility with general-purpose instance types. - Verify existence of review app before resizing process with
ps resize
.
- Allow
apppack build
commands to work for non-pipeline apps.
- Revert the ability to provide
APPPACK_ACCOUNT
for multiple accounts.
- Prevent
Ctrl+C
from exiting the remote shell session prematurely.
- Limits the number of custom domains to 4.
ps resize
raises a warning for non-existent service.reviewapps
cmd optionally accepts-c
/account
flag.- Implemented a check that throws an error if neither the
-c
flag nor theAPPPACK_ACCOUNT
environment variable is set and the user has multiple accounts. This ensures that users specify an account explicitly to avoid ambiguity.
- Integrates AWS Session manager directly.
- Updated dependencies.
- Improve error handling for user info API call.
- Improve error message when user needs admin access.
- Upgraded to Go 1.22 and updated dependencies
- Allow
ps
to work on clusters with large active task counts
- CLI automatically checks for updates
- Report crashes to Sentry
upgrade region
now works as expectedcreate database
only shows valid instance sizes
shell
command no longer requireswc
in the remote container
shell
command now supports Dockerfile buildsps resize
can now be run on a pipeline to apply to all review appscreate custom-domain
now supports wildcard domainscreate redis
now lists available instance sizes
upgrade pipeline
works with latest changes to stack
- Experimental
dash
command for viewing app metric graphs
- Upgraded to Go 1.19 and updated dependencies
- Prevent using an invalid index when deleting scheduled tasks which led to panic