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
- Add ANSI color support on Windows #520
1.1.3 - 2026-03-16
- Bump deps
1.1.2 - 2025-10-02
- Fix thread panic when receiving invalid JSON #533 (thanks @yannismate)
1.1.1 - 2025-04-14
- Fix wrong date formatting #531
1.1.0 - 2024-08-23
- Added
--delayto 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
--certto--tls-certand--keyto--tls-keybut 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)