Added
- Add
ServiceRequest::parts_mut
. #2177 - Add extractors for
Uri
andMethod
. #2263 - Add extractors for
ConnectionInfo
andPeerAddr
. #2263 - Add
Route::service
for using hand-written services as handlers. #2262
Changed
- Change compression algorithm features flags. #2250
- Deprecate
App::data
andApp::data_factory
. #2271 - Smarter extraction of
ConnectionInfo
parts. #2282
Fixed
- Scope and Resource middleware can access data items set on their own layer. #2288