Skip to content

Tower 0.4.4

Compare
Choose a tag to compare
@davidpdrsn davidpdrsn released this 20 Jan 15:23
· 131 commits to master since this release
886f72a

Added

  • util: Implement Layer for Either<A, B>. (#531)
  • util: Implement Clone for FilterLayer. (#535)
  • timeout: Implement Clone for TimeoutLayer. (#535)
  • limit: Implement Clone for RateLimitLayer. (#535)

Fixed

  • Added "full" feature which turns on all other features. (#532)
  • spawn-ready: Avoid oneshot allocations. (#538)