Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
reshape-darwin_aarch64 | 2022-02-03 | 5.6 MB | |
reshape-linux_aarch64 | 2022-02-03 | 10.4 MB | |
reshape-linux_386 | 2022-02-03 | 10.1 MB | |
reshape-linux_amd64 | 2022-02-03 | 10.3 MB | |
reshape-darwin_amd64 | 2022-02-03 | 5.9 MB | |
README.md | 2022-02-03 | 942 Bytes | |
Reshape 0.5.0 source code.tar.gz | 2022-02-03 | 36.9 kB | |
Reshape 0.5.0 source code.zip | 2022-02-03 | 60.8 kB | |
Totals: 8 Items | 42.3 MB | 0 |
Features:
- Added new
remove_foreign_key
action - Environment variables for connection options will now be automatically loaded from a
.env
file if it exists - Reshape can now be adopted for an existing application and database without downtime.
Improvements:
- Added a lock timeout to avoid blocking other queries when attempting to acquire locks which can cause downtime. This can occur if a long-running query stops Reshape from acquiring the locks it needs. Reshape will attempt to acquire locks for up to one second before trying again.
- Added automatic retries for all queries to improve handling of intermittent errors, such as connectivity issues
- Added environment variables for all connection options. The
POSTGRES_URL
variable has also been renamed toDB_URL
. - Added new
--version
flag to print the currently installed version
Fixes:
- Fixed issue where
--database
flag wouldn't work