You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
@@ -184,6 +185,10 @@ The `PACECloudSDK.setup()` has been simplified:
184
185
* 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.
185
186
* Please head over to [IDKit setup](#setup-1) to learn more about how to set up this functionality.
186
187
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
+
187
192
## IDKit
188
193
**IDKit** manages the OpenID (OID) authorization and the general session flow with its token handling via **PACE ID**.
0 commit comments