Releases: StanleyMasinde/curl-rest
Releases · StanleyMasinde/curl-rest
v0.5.2
- Small fix in the
std::fmt::Displaytrait import. That conflicts with programs calling this crate for some reasons.- I’ve tested from the main commit and the error is gone.
- See the error below
- It doesn’t seem like it was an issue in the older versions of Rust but an issue in the latest.
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
What's Changed
- feat: add support for brotli by @StanleyMasinde in #21
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Modify feature request template by @StanleyMasinde in #13
- Enable blank issues and set default label by @StanleyMasinde in #15
- feat: add support for setting max redirects by @StanleyMasinde in #17
- feat: add support for gzip by @StanleyMasinde in #18
- chore: remove top level public function exports by @StanleyMasinde in #19
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- Add derive macros by @StanleyMasinde in #10
- add clone to Http methods by @StanleyMasinde in #11
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- rename methods from verb by @StanleyMasinde in #6
- Rename main struct by @StanleyMasinde in #7
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat(headers): add custom header support by @StanleyMasinde in #1
- feat: add default user-agent constructor by @StanleyMasinde in #2
- feat(repo): add GitHub issue/pr templates and security policy by @StanleyMasinde in #3
- chore: add missing lines by @StanleyMasinde in #4
- docs: update reademe.md by @StanleyMasinde in #5
New Contributors
- @StanleyMasinde made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/StanleyMasinde/curl-rest/commits/v0.1.0