Releases: particle-iot/particle-cloud-sdk-ios
1.0.7
1.0.6
- Added support for developer plans
1.0.5
- Update AFNetworking to 4.0 to fix AppStore error about usage of deprecated UIWebView
1.0.4
- Add custom header to easier identify traffic coming from mobile SDK
1.0.3: Merge pull request #20 from particle-iot/feature/bsom-cat1-support
- Added support for platform id 25 (B5 SoM / BSoM CAT 1)
- Switched to using AFNetworking subspecs to silence appstore warning shown when submitting an app update
1.0.2
Added TravisCI integration and few unit tests
1.0.1
- Changed name of the repository, podspec & readme file.
1.0.0
-
Changed access token logging behavior to always log just last 4 digits
-
Fixed a bug causing app to crash when attempting to resume session from the app running in the background
-
Removed
requestPasswordResetForCustomer
as it is no longer supported by Particle Cloud API
0.9.7
Removed unused networkState
property from ParticleDevice
. Added support for networkId
, networkRole
, networkRoleState
(device roles need to be approved) properties
0.9.6
Added support for editing device notes & pinging the device. Also introduced support for custom ParticleCloud API base URL. Particle device will now broadcast ParticleDeviceSystemEventFlashFailed
event.
❗❗❗ Potentially breaking change ❗❗❗
Preciusly unused version
property has been renamed to systemFirmwareVersion
and now it contains DeviceOS version string.