Motore-Macros 0.3.0
PureWhiteWu
released this
22 Dec 10:20
·
12 commits
to main
since this release
What's Changed
- fix: support certain type as Context by @LYF1999 in #5
- ci: unify ci name by @PureWhiteWu in #6
- ci: remove rust-cache by @PureWhiteWu in #7
- feat: Either service remove BoxError by @Millione in #9
- chore(motore): release 0.2.0 by @PureWhiteWu in #10
- chore: remove gat feature and update to latest nightly by @PureWhiteWu in #11
- release motore 0.2.1 by @LYF1999 in #12
- fix: cx is part of concrete type but not used in parameter list of th… by @LYF1999 in #13
- release: motore-macros 0.1.1 by @LYF1999 in #14
- replace
mut self
withself
in service by @LYF1999 in #15 - replace
mut self
withself
inUnaryService
by @LYF1999 in #16 - impl
Sync
forBoxCloneService
by @LYF1999 in #17 - add
Sync
bound by @LYF1999 in #18 - feat: add map_response by @Millione in #19
- remove
Send
forFuture
inService
by @LYF1999 in #20 - remove spaces by @LYF1999 in #21
- add
Send
bound forFuture
inService
by @LYF1999 in #23 - feat: add adapter between tower and motore by @Millione in #22
- fix: add Send bound for tower adapter by @Millione in #24
- doc_cfg support and doc fix by @zys864 in #26
- docs: update by @Millione in #28
New Contributors
- @LYF1999 made their first contribution in #5
- @PureWhiteWu made their first contribution in #6
- @Millione made their first contribution in #9
- @zys864 made their first contribution in #26
Full Changelog: motore-macros-0.1.0...motore-macros-0.3.0