- Removal of rate limiting headers. The headers are deprecated with v1.2: X-Rate-Limit-Limit, X-Rate-Limit-Remaining, X-Rate-Limit-Reset.
- Release of v1.2 endpoints for the Riders API.
- API base URL would need to reflect the version bump: https://api.uber.com/v1.2/.
- Added support for Python wheels
- Added better support for python 2.
- Add seat_count support to get_price_estimates
- Added SDK Version header
- Added Pool support
- Fixed backwards compatibility setup support for Python 2
- Allowed custom state tokens for authorizations
- Improved ErrorDetails formatting
- Added support for Python 3
- Added places support
- Added payment methods support
- Added trip experiences support
- Added optional destination (Fix for Issue #4)
- Added update destinaion support
- Added default product ID support for estimates and ride requests
- Rides Client mode (Sandbox or Production) is explicitly set
- Initial version.