Releases: particle-iot/particle-cloud-sdk-ios
Releases · particle-iot/particle-cloud-sdk-ios
0.9.5
Added support for endpoints related to SIM & credit card management used in 3rg generation device guided setup.
0.9.4
❗❗❗ Potentially breaking change ❗❗❗
Call to ParticleCloud.getDevices()
will no longer call ParticleCloud.getDevice()
for every device that is reported as being online. To receive full device information, call ParticleCloud.getDevice()
or ParticleDevice.refresh()
on a device instance returned by ParticleCloud.getDevices()
0.9.3
Introduced 4th log level Complete
that outputs very noisy data sources (such as getDevice API call)
0.9.2
Increased max length for function argument from 62 chars to 622 chars
0.9.1
- Added support for 3rd generation SOM devices
- Added support for retrieving device platform ID from serial number
0.9.0
mark two most recent headers as public to fix Carthage build errors
0.7.1
Merge pull request #4 from particle-iot/feature/keychain_bug_fix Feature/keychain bug fix