Skip to content

Commit 3671f02

Browse files
author
Martin Dinh
committed
Merge branch 'bump-version-13.0.0' into 'master'
Bump version to 13.0.0 See merge request pace/mobile/android/pace-cloud-sdk!219
2 parents f1050cc + 6c67fb5 commit 3671f02

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ x.y.z Release notes (yyyy-MM-dd)
66
<!-- ### Fixes - Include, if needed -->
77
<!-- ### Internal - Include, if needed -->
88

9+
13.0.0 Release notes (2022-02-10)
10+
=============================================================
11+
12+
913
### Breaking Changes
1014

1115
* The `connectedFuelingStatus` property of the `CofuGasStation` is now nullable so that the Cofu gas station is not skipped in the cache loading if this property is absent in the API response

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This framework combines multipe functionalities provided by PACE i.e. authorizin
1313
+ [9.x.x -> 10.x.x](#from-9xx-to-10xx)
1414
+ [10.x.x -> 11.x.x](#from-10xx-to-11xx)
1515
+ [11.x.x -> 12.x.x](#from-11xx-to-12xx)
16+
+ [12.x.x -> 13.x.x](#from-12xx-to-13xx)
1617
* [IDKit](#idkit)
1718
+ [Setup](#setup-1)
1819
+ [Discover configuration](#discover-configuration)
@@ -184,6 +185,10 @@ The `PACECloudSDK.setup()` has been simplified:
184185
* If used, the `CustomOIDConfiguration` needs to be initialized with at least the `clientId` and the `redirectUri` of your identity provider. All other properties in `CustomOIDConfiguration` can be additionally set if e.g. own identity provider endpoints are wanted.
185186
* Please head over to [IDKit setup](#setup-1) to learn more about how to set up this functionality.
186187

188+
### From 12.x.x to 13.x.x
189+
The `connectedFuelingStatus` property of the `CofuGasStation` is now nullable so that the Cofu gas station is not skipped in the cache loading if this property is absent in the API response.
190+
If you use the `CofuGasStation` object, keep in mind that the `connectedFuelingStatus` property can now be `null`.
191+
187192
## IDKit
188193
**IDKit** manages the OpenID (OID) authorization and the general session flow with its token handling via **PACE ID**.
189194

0 commit comments

Comments
 (0)