File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88# Unreleased
99
10+ Nothing yet.
11+
12+ # 0.4.8 (May 28, 2021)
13+
1014- ** builder** : Add ` ServiceBuilder::map_result ` analogous to
11- ` ServiceExt::map_result ` .
12- - ** limit** : Add ` GlobalConcurrencyLimitLayer ` allowing to reuse concurrency
15+ ` ServiceExt::map_result ` ( [ # 583 ] )
16+ - ** limit** : Add ` GlobalConcurrencyLimitLayer ` to allow reusing a concurrency
1317 limit across multiple services ([ #574 ] )
1418
19+ [ #574 ] : https://github.com/tower-rs/tower/pull/574
20+ [ #583 ] : https://github.com/tower-rs/tower/pull/583
21+
1522# 0.4.7 (April 27, 2021)
1623
1724### Added
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ name = "tower"
88# - README.md
99# - Update CHANGELOG.md.
1010# - Create "vX.X.X" git tag.
11- version = " 0.4.7 "
11+ version = " 0.4.8 "
1212authors = [
" Tower Maintainers <[email protected] >" ]
1313license = " MIT"
1414readme = " README.md"
1515repository = " https://github.com/tower-rs/tower"
1616homepage = " https://github.com/tower-rs/tower"
17- documentation = " https://docs.rs/tower/0.4.7 "
17+ documentation = " https://docs.rs/tower/0.4.8 "
1818description = """
1919Tower is a library of modular and reusable components for building robust
2020clients and servers.
Original file line number Diff line number Diff line change 1- #![ doc( html_root_url = "https://docs.rs/tower/0.4.7 " ) ]
1+ #![ doc( html_root_url = "https://docs.rs/tower/0.4.8 " ) ]
22#![ warn(
33 missing_debug_implementations,
44 missing_docs,
You can’t perform that action at this time.
0 commit comments