Skip to content

0.9.0

Compare
Choose a tag to compare
@mcatanzariti mcatanzariti released this 08 Mar 00:11
· 81 commits to main since this release
  • BREAKING CHANGE on Client mutability:
    • Client does not require to be mutable to send commands.
    • This change simplifies a lot integration to Web frameworks (like actix-web or axum).
  • Pipeline & Transaction do not clone anymore a Client instance but hold a Client reference instead.
  • Added actix-crud and axum-crud examples.