Skip to content

Releases: uber/uber-ios-sdk

2.0.3-beta

19 Sep 15:17
82762ce
Compare
Choose a tag to compare

2.0.3 Beta Release

This is the beta release for the revamped uber-rides-sdk.
Please see the migration guide for more information on what's changed and how to upgrade.

What's Changed

Full Changelog: v0.14.2...2.0.3-beta

v2.0.2-alpha

05 Aug 15:58
455f578
Compare
Choose a tag to compare
v2.0.2-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.1-alpha...v2.0.2-alpha

v2.0.1-alpha

01 Jul 17:37
5d6cf94
Compare
Choose a tag to compare
v2.0.1-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-alpha...v2.0.1-alpha

v2.0.0-alpha

26 Jun 17:36
cdb6394
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

Release v2.0.0-alpha

This is a pre-release version of the new Uber iOS SDK. Documentation and a migration guide will be provided with the production release. For high level changes read the updated READMEs for UberAuth and UberRides.

Changelog

Full Changelog: v0.14.2...v2.0.0-alpha

v0.14.2

04 May 22:22
f7834b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.14.2

v0.14.1

03 May 21:30
5a94961
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

19 Apr 19:18
6508aaa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.0...v0.14.0

v0.12.0

08 Jul 22:10
Compare
Choose a tag to compare
Update version to 0.12

v0.11.0

22 Oct 23:24
Compare
Choose a tag to compare

0.11 updates the Uber Rides SDK for Xcode 10/Swift 4.2 compatibility. (Pull #245, thanks @rmuhamedgaliev!)

Changes

  • Pull #248 You can now use custom string scopes, with the initializer UberScope(scopeString:)
  • Pull #242 & #243 add support for authenticating with Uber Eats

Swift 4.1 Compatibility

27 Apr 22:52
Compare
Choose a tag to compare

0.10 updates the Uber Rides SDK for Xcode 9.3/Swift 4.1 compatibility.

Changes

  • Pull #228 Resolves SSO crash on Xcode 9.30
  • Pull #233 Ensures Login button UI updates happen on the Main Queue