| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2023-10-03 | 795 Bytes | |
| restish-0.19.0-windows-amd64.zip | 2023-10-03 | 8.1 MB | |
| restish-0.19.0-darwin-amd64.tar.gz | 2023-10-03 | 8.3 MB | |
| restish-0.19.0-darwin-arm64.tar.gz | 2023-10-03 | 8.0 MB | |
| restish-0.19.0-linux-386.tar.gz | 2023-10-03 | 7.5 MB | |
| restish-0.19.0-linux-amd64.tar.gz | 2023-10-03 | 8.1 MB | |
| restish-0.19.0-linux-arm64.tar.gz | 2023-10-03 | 7.4 MB | |
| restish-0.19.0-windows-386.zip | 2023-10-03 | 7.9 MB | |
| restish-0.19.0-windows-arm64.zip | 2023-10-03 | 7.4 MB | |
| README.md | 2023-10-03 | 838 Bytes | |
| v0.19.0 source code.tar.gz | 2023-10-03 | 313.3 kB | |
| v0.19.0 source code.zip | 2023-10-03 | 353.2 kB | |
| Totals: 12 Items | 63.5 MB | 0 | |
Overview
This release introduces support for retries & timeouts (see https://rest.sh/#/retries for details), and makes the management of bulk resources more resilient to partial failures along with a few small bug fixes.
Note: Some HTTP response codes (408, 425, 429, 500, 502, 503, 504) are now retried by default. Use --rsh-retry=0 or RSH_RETRY=0 to disable this behavior if needed.
What's Changed
- feat: retries & timeouts by @danielgtaylor in https://github.com/danielgtaylor/restish/pull/219
- feat: bulk command resiliency improvements by @danielgtaylor in https://github.com/danielgtaylor/restish/pull/220
- fix: gron output with special chars by @danielgtaylor in https://github.com/danielgtaylor/restish/pull/221
Full Changelog: https://github.com/danielgtaylor/restish/compare/v0.18.0...v0.19.0