Skip to content

Releases: quartiq/minireq

v0.5.0

29 Aug 14:45
3d69e24

Choose a tag to compare

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

Full Changelog: v0.4.0...v0.5.0

Minireq v0.4.0

13 Jun 14:43
f17ed49

Choose a tag to compare

  • [breaking] Updated to minimq v0.9.0

Minireq v0.3.0

01 Nov 14:01
a02a613

Choose a tag to compare

  • 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 implement core::fmt::Display

Minireq v0.2.0

22 Jun 12:48
037e35f

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

Minireq v0.1.1

06 Dec 14:36
ba2e4d9

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

Minireq V0.1.0

28 Mar 10:04
c0e7571

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/quartiq/minireq/commits/V0.1.0