Releases: svenstaro/dummyhttp
Releases · svenstaro/dummyhttp
v1.1.0
- Added
--delay
to delay HTTP responses #514 (thanks @Sebekerga)
v1.0.3
- Update dependencies
- Build binary for aarch64-apple-darwin
v1.0.2
- Add completions (
--print-completions
) and manpage (--print-manpage
)
v1.0.1
- Add more architectures
- Renamed
--cert
to--tls-cert
and--key
to--tls-key
but the old flags are
still usable (though hidden) - Update dependencies
v1.0.0
- Use ubuntu base image for container images
v0.6.2
- Update dependencies
- Modernize CI
- Build and release more architectures on GitHub and Docker Hub
v0.6.0
0.5.0
- 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)
0.4.3
- Improve verbose output in some corner cases
0.4.2
- Improve user-visible errors (thanks to
anyhow
)