Skip to content

Commit

Permalink
Merge pull request #206 from lalwani/sdk
Browse files Browse the repository at this point in the history
updated rides java sdk to 0.8.4
  • Loading branch information
lalwani authored Sep 22, 2023
2 parents 947ca19 + 2f8d2b3 commit 72011ec
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 24 deletions.
54 changes: 33 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
v0.10.8 - 09/22/2023
-------------

### Update
- Updated [rides-java-sdk](https://github.com/uber/rides-java-sdk) version to 0.8.4

v0.10.7 - 08/17/2023
-------------

### Fixed
- [Issue #204](https://github.com/uber/rides-android-sdk/issues/204) NullPointerException when login via SSO with pushed authorization request

v0.10.4 - 05/26/2023
-------------

### Added
- [Issue #194](https://github.com/uber/rides-android-sdk/issues/194) Integrated Login Pushed authorization request flow
- [Issue #193](https://github.com/uber/rides-android-sdk/issues/193) Deprecating embedded webviews
- Updated java version to 1.8
- Updated login endpoint to auth.uber.com from login.uber.com
- Replaced jcenter with mavenCentral
- [Issue #194](https://github.com/uber/rides-android-sdk/issues/194) Integrated Login Pushed authorization request flow
- [Issue #193](https://github.com/uber/rides-android-sdk/issues/193) Deprecating embedded webviews
- Updated java version to 1.8
- Updated login endpoint to auth.uber.com from login.uber.com
- Replaced jcenter with mavenCentral

v0.10.3 - 08/19/2021
-------------
Expand All @@ -18,28 +30,28 @@ v0.10.1 - 02/27/2019
-------------

### Fixed
- [Issue #153](https://github.com/uber/rides-android-sdk/issues/153) NullPointerException when login via SSO without setting product flow priority
- [Issue #151](https://github.com/uber/rides-android-sdk/issues/151) Login throws IllegalStateException when using only CustomScopes
- [Issue #153](https://github.com/uber/rides-android-sdk/issues/153) NullPointerException when login via SSO without setting product flow priority
- [Issue #151](https://github.com/uber/rides-android-sdk/issues/151) Login throws IllegalStateException when using only CustomScopes


v0.10.0 - 12/14/2018
------------

### Added
- [Issue #144](https://github.com/uber/rides-android-sdk/issues/144) Allow SSO Client to dictate which Uber Apps can be used for SSO
- [Issue #138](https://github.com/uber/rides-android-sdk/issues/138) Support for IETF RFC 8252
- [Issue #130](https://github.com/uber/rides-android-sdk/issues/130) Support for Uber Eats SSO
- [Issue #144](https://github.com/uber/rides-android-sdk/issues/144) Allow SSO Client to dictate which Uber Apps can be used for SSO
- [Issue #138](https://github.com/uber/rides-android-sdk/issues/138) Support for IETF RFC 8252
- [Issue #130](https://github.com/uber/rides-android-sdk/issues/130) Support for Uber Eats SSO

### Fixed
- [Issue #129](https://github.com/uber/rides-android-sdk/issues/129) Allow use of refresh token for non-privileged scopes
- [Issue #119](https://github.com/uber/rides-android-sdk/issues/119) Redirect URL documentation issue
- [Issue #129](https://github.com/uber/rides-android-sdk/issues/129) Allow use of refresh token for non-privileged scopes
- [Issue #119](https://github.com/uber/rides-android-sdk/issues/119) Redirect URL documentation issue

v0.9.1 - 03/20/2018
------------

### Fixed
- [Issue #115](https://github.com/uber/rides-android-sdk/issues/115) Release Script is creating invalid release notes/download artifacts.
- Updated to Java SDK 0.8.0 to fix Token Refresh NPE
- [Issue #115](https://github.com/uber/rides-android-sdk/issues/115) Release Script is creating invalid release notes/download artifacts.
- Updated to Java SDK 0.8.0 to fix Token Refresh NPE


v0.9.0 - 02/13/2018
Expand All @@ -50,16 +62,16 @@ v0.9.0 - 02/13/2018
over deprecated Ride Request Widget

### Fixed
- [Issue #105](https://github.com/uber/rides-android-sdk/issues/105) onReceivedError and onReceivedHttpError does not work on API level < 23
- [Issue #105](https://github.com/uber/rides-android-sdk/issues/105) onReceivedError and onReceivedHttpError does not work on API level < 23

v0.8.0 - 02/09/2018
------------

### Changed
- [Issue #101](https://github.com/uber/rides-android-sdk/issues/101) LoginManager now uses AccessTokenStorage
- [Issue #101](https://github.com/uber/rides-android-sdk/issues/101) LoginManager now uses AccessTokenStorage

### Added
- [Issue #22](https://github.com/uber/rides-android-sdk/issues/22) Customtab support
- [Issue #22](https://github.com/uber/rides-android-sdk/issues/22) Customtab support


v0.7.0 - 11/17/2017
Expand All @@ -74,7 +86,7 @@ v0.7.0 - 11/17/2017
v0.6.1 - 4/5/2017
-------------------
### Changed
- AuthUtils now omits unrecognized scopes from parsed AccessToken instead of throwing an exception when creating
- AuthUtils now omits unrecognized scopes from parsed AccessToken instead of throwing an exception when creating

v0.6.0 - 2/14/2017
-------------------
Expand Down Expand Up @@ -173,7 +185,7 @@ v0.3.1 - 4/18/2016
### Fixed

- [Issue #15] (https://github.com/uber/rides-android-sdk/issues/15) RideRequestView correctly handles redirecting to
call or message the driver
call or message the driver

v0.3.0 - 4/11/2016
------------------
Expand Down Expand Up @@ -229,8 +241,8 @@ Currently available `requestingBehaviors` are:

v0.2.0 - 2/3/2016
------------------
- Localization of request button text for zh-rCN.
- Localization of request button text for zh-rCN.

v0.1.0 - 11/24/2015
------------------
- Initial version.
- Initial version.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
GROUP=com.uber.sdk

#Version is managed by Gradle Release Plugin
version=0.10.7
VERSION_NAME=0.10.7
version=0.10.8
VERSION_NAME=0.10.8
POM_URL=https\://developer.uber.com

POM_SCM_URL=https\://github.com/uber/rides-android-sdk/
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def versions = [
androidTest: '0.5',
androidxVersion: '1.0.0',
uberJava: '0.8.1',
uberJava: '0.8.4',
]

def build = [
Expand Down

0 comments on commit 72011ec

Please sign in to comment.