Releases: maxcountryman/axum-messages
v0.8.0
v0.7.0
v0.6.1
What's Changed
- Update docs re web fundamentals
- Provide tracing for error cases
- Additional utility methods
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.0
What's Changed
This change updates the push
method to include an optional metadata argument; other methods are unchanged. A new set of *_with_metadata
postfixed methods is also provided.
New Contributors
- @HosMercury made their first contribution in #8
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
v0.2.2
- Implement
Display
forLevel
Full Changelog: v0.2.1...v0.2.2
v0.2.1
- Save only when messages have been modified
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Breaking Changes
- Rework crate into a middleware
This changes the structure of the crate such that it is now a middleware in addition to being an extractor. Doing so allows us to improve the ergonomics of the API such that calling save and awaiting a future is no longer needed.
Now applications will need to install the MeessagesManagerLayer after tower-sessions has been installed (either directly or via a middleware that wraps it).
Also note that the iterator impplementation has been updated to use Message directly. Fields of Message have been made public as well.
Full Changelog: v0.1.0...v0.2.0