Skip to content

Releases: pace/cloud-sdk-ios

16.0.1

27 Jun 08:58

Choose a tag to compare

Internal

  • Update SwiftProtobuf to 1.22.0

16.0.0

16 Jun 13:57

Choose a tag to compare

Breaking Changes

  • Update Fueling, Pay, POI and User API

Enhancements

  • [POIKit+GeoService] Provide requests using Swift Concurrency
  • [API] Provide makeRequest function using Swift Concurrency
  • [IDKit] Provide requests using swift concurrency

Fixes

  • Fix logger unit tests

Internal

  • Add brandId property to POIKit.GasStation

15.1.0

03 May 07:05

Choose a tag to compare

Enhancements

  • Add danish localization

Internal

  • Enable library evolution support for slim and watch SDK

15.0.1

26 Apr 07:11

Choose a tag to compare

Fixes

  • Fix replyHandler called twice

15.0.0

21 Apr 09:25

Choose a tag to compare

Breaking Changes

  • Remove geofence functionality

Enhancements

  • Add distance to AppDrawers when multiple apps are in range

Fixes

  • Fix github release of new sdk version
  • Fix pull in deploy jobs
  • Fix push in deploy jobs
  • Fix deploy dev job
  • Fix opening hours calculations

Internal

  • Adjust deployment of dev and prod versions
  • Remove atomic push in deploy jobs
  • Correctly set branch for dev deploy job
  • Integrate Slim and Watch SDK as SPM binaries
  • Upgrade to Xcode 14.3

14.0.0

06 Mar 07:47

Choose a tag to compare

Breaking Changes

  • Generate API 2022-1 for Fueling and Payment service
  • Add method to POIKit.POIKitManager that returns a list of POIKit.GasStation for the specified ids
  • Remove database delegates
  • Rework logging

Fixes

  • Reset user API to 2021-2
  • Add openid as default scope to authorization request
  • Fix POIKit.GasStation initializer

Internal

  • Make generateTOTP(Data, TimeInterval) -> String? of BiometryPolicy publicly accessible
  • Remove SDK dependency OneTimePassword
  • Implement OneTimePassword and Base32
  • Improve debug bundle handling

13.1.0

12 Jan 11:03

Choose a tag to compare

Enhancements

  • Add new message handling for PWA communication

Internal

  • UserInfo request falls back to use API.accessToken if token of IDKit is not available
  • Clean up environment variables

13.0.1

13 Dec 11:59

Choose a tag to compare

Fixes

  • Area below app drawers is not hittable
  • Fix InfoPlist of FuelingExampleApp
  • Update persisted session in refresh

Internal

  • Make default OID configuration publicly accessible
  • Remove enterprise account

13.0.0

01 Dec 10:05

Choose a tag to compare

Breaking Changes

  • Implement exponential backoff for request connection errors and timeouts

Enhancements

  • Implement meta collector

Fixes

  • Fix accessing logger functions if logging is disabled

Internal

  • Improve log system
  • Remove upload to repo server
  • Upgrade to Xcode 14.1
  • Make DeviceInformation publicly accessible
  • Cleanup variables
  • Adjust GitLab base URL
  • Strip debug symbols during copy
  • Remove user sensitive data from logs
  • Rework log levels
  • Adjust example app to SDK changes
  • Add fuel.site to list of trusted domains
  • Add migration guide for 11->12

12.0.0

06 Oct 19:16

Choose a tag to compare

12.0.0 Release notes (2022-10-06)

Breaking Changes

  • Upgrade to XCode 14

Enhancements

  • Scope user specific data to user id
  • Implement fueling example app
  • Add options to retrieve an OTP via biometry, pin and password

Fixes

  • Fix handling activated links in AppWebViews
  • Fix showing error screen in webviews and enhance error handling
  • Adjust modifying requests via request behaviors

Internal

  • Remove GeoJSON API leftovers
  • Update Fueling API
  • Update Pay API
  • Update User API
  • Update POI API
  • Use Xcode 14 runner
  • Support absolute paths in manifest
  • Make CI jobs interruptible
  • Adjust repo upload params