Skip to content

v0.0.3

Compare
Choose a tag to compare
@Flowneee Flowneee released this 30 Jul 18:48
· 30 commits to master since this release

Full Changelog: v0.0.2...v0.0.3

[0.0.3] - 2023-07-30

Fixed

  • .update() request sends correct request type.

Added

  • Executor trait, which sends encoded request;
  • .stream(), .transaction() and .transaction_builder() methods moved to Executor trait;
  • Request struct renamed to EncodedRequest;
  • RequestBody trait renamed to Request.

Changed

  • ConnectionLike now Send and Sync.