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.
Unreleased - ReleaseDate
1.1.0 - 2024-08-23
- Added
--delay
to delay HTTP responses #514 (thanks @Sebekerga)
1.0.3 - 2023-04-28
- Update dependencies
- Build binary for aarch64-apple-darwin
1.0.2 - 2022-09-14
- Add completions (
--print-completions
) and manpage (--print-manpage
)
1.0.1 - 2022-09-14
- Add more architectures
- Renamed
--cert
to--tls-cert
and--key
to--tls-key
but the old flags are still usable (though hidden) - Update dependencies
1.0.0 - 2022-09-11
- Use ubuntu base image for container images
0.6.2 - 2022-09-11
- Update dependencies
- Modernize CI
- Build and release more architectures on GitHub and Docker Hub
0.6.0 - 2022-09-03
- Add Tera templating to body responses.
- Rewritten to Axum which makes the code a lot simpler and allows for using more up-to-date dependencies
- Will now have accurate headers logged (including body size)
- Improve verbose output in some corner cases
- Improve user-visible errors (thanks to
anyhow
)
- Print sent body
- Add really sweet colors (#30)
- Add integration tests (#26)
- Fallback to basic log output in case we don't have a terminal attached
- Fix output being different for body/non-body requests
- Add TLS support (#25)
- Print body (#13)