Releases: quartiq/minireq
Releases · quartiq/minireq
v0.5.0
Changed
- [breaking] Handlers are no longer stored internally. The
poll()
function is now required to
perform the mapping to individual handlers. This is intended to make the handler API signature more
flexible, as not all handlers may need the same context.
What's Changed
- Restructuring minireq for flexibility by @ryan-summers in #20
- Preparing for a 0.5 release by @ryan-summers in #21
Full Changelog: v0.4.0...v0.5.0
Minireq v0.4.0
- [breaking] Updated to minimq v0.9.0
Minireq v0.3.0
- Handlers now take a fourth argument,
output_buffer
, where they can serialize their response into
directly - Minimq was bumped
- Users now provide memory for storing handlers into.
- Handler errors will now automatically be serialized into the response on failure, and are required
to implementcore::fmt::Display
Minireq v0.2.0
What's Changed
- Prepping minireq 0.2 release by @ryan-summers in #14
- Bumping version by @ryan-summers in #15
Full Changelog: v0.1.1...v0.2.0
Minireq v0.1.1
What's Changed
- Properly handling large responses by @ryan-summers in #6
- Serializing response data as a string by @ryan-summers in #8
- Feature/command metadata by @ryan-summers in #9
- Feature/minimq bump by @ryan-summers in #11
- fixing serde_json_core issue and preparing for release by @ryan-summers in #13
Full Changelog: v0.1.0...v0.1.1
Minireq V0.1.0
What's Changed
- Adding basic file framework by @ryan-summers in #1
- Adding initial library by @ryan-summers in #2
- Preparing for 0.1 release by @ryan-summers in #5
New Contributors
- @ryan-summers made their first contribution in #1
Full Changelog: https://github.com/quartiq/minireq/commits/V0.1.0