Skip to content

Releases: particle-iot/particle-cloud-sdk-ios

0.9.5

12 Apr 13:26
Compare
Choose a tag to compare

Added support for endpoints related to SIM & credit card management used in 3rg generation device guided setup.

0.9.4

05 Mar 19:32
724075d
Compare
Choose a tag to compare

❗❗❗ 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

25 Feb 16:35
Compare
Choose a tag to compare

Introduced 4th log level Complete that outputs very noisy data sources (such as getDevice API call)

0.9.2

11 Feb 11:56
Compare
Choose a tag to compare

Increased max length for function argument from 62 chars to 622 chars

0.9.1

08 Feb 13:59
Compare
Choose a tag to compare
  • Added support for 3rd generation SOM devices
  • Added support for retrieving device platform ID from serial number

0.9.0

29 Jan 22:12
Compare
Choose a tag to compare
mark two most recent headers as public to fix Carthage build errors

0.7.1

28 Jun 14:19
a1c507c
Compare
Choose a tag to compare
Merge pull request #4 from particle-iot/feature/keychain_bug_fix

Feature/keychain bug fix