Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 946 Bytes

RxRestClient 2.0 Migration Guide.md

File metadata and controls

10 lines (6 loc) · 946 Bytes

RxRestClient 2.0 Migration Guide

RxRestClient 2.0 is the latest major release of Simple REST Client based on RxSwift 5.1 and Alamofire 5.1. As a major release, following Semantic Versioning conventions, 2.0 introduces API-breaking changes.

Breaking API Changes

  • RxRestClientLogger and DebugRxRestClientLogger have been removed. You can use new EventMonitor's of Session manager instance to access Alamofire’s internal events and log them. For more details please refer here.
  • headers option of RxRestClientOptions changed from Dictionary to Alamofire's new HTTPHeaders struct.

For complete API changes of Alamofire 5.1 which may affect to RxRestClient behavior please check here.