From e7c327f93d89aca5694cc99ac4a1f1ddde9eaad8 Mon Sep 17 00:00:00 2001 From: Raimundas Sakalauskas Date: Fri, 8 Nov 2019 13:24:11 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 66 ++++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b509320..a18c056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). --- -## [1.0.0](https://github.com/spark/spark-sdk-ios/releases/tag/1.0.0) (2019-11-04) +## [1.0.1](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/1.0.0) (2019-11-08) + +* Changed name of the repository, podspec & readme file. + +## [1.0.0](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/1.0.0) (2019-11-04) * Changed access token logging behavior to always log just last 4 digits @@ -11,13 +15,13 @@ Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). * Removed `requestPasswordResetForCustomer` as it is no longer supported by Particle Cloud API -## [0.9.7](https://github.com/spark/spark-sdk-ios/releases/tag/0.9.7) (2019-07-30) +## [0.9.7](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.9.7) (2019-07-30) * Removed unused `networkState` property from `ParticleDevice` * Added support for `networkId`, `networkRole`, `networkRoleState` (device roles need to be approved) properties -## [0.9.6](https://github.com/spark/spark-sdk-ios/releases/tag/0.9.6) (2019-06-27) +## [0.9.6](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.9.6) (2019-06-27) * Added support for editing device notes and pinging the device @@ -28,40 +32,40 @@ Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). !!! Potentially breaking change !!! * Preciusly unused `version` property has been renamed to `systemFirmwareVersion` and now it contains DeviceOS version string. -## [0.9.5](https://github.com/spark/spark-sdk-ios/releases/tag/0.9.5) (2019-04-12) +## [0.9.5](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.9.5) (2019-04-12) * Added support for endpoints related to SIM & credit card management used in 3rg generation device guided setup. -## [0.9.4](https://github.com/spark/spark-sdk-ios/releases/tag/0.9.4) (2019-03-05) +## [0.9.4](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.9.4) (2019-03-05) !!! 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](https://github.com/spark/spark-sdk-ios/releases/tag/0.9.3) (2019-02-25) +## [0.9.3](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.9.3) (2019-02-25) * Introduced 4th log level `Complete` that outputs very noisy data sources (such as getDevice API call) -## [0.9.2](https://github.com/spark/spark-sdk-ios/releases/tag/0.9.2) (2019-02-11) +## [0.9.2](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.9.2) (2019-02-11) * Increased max length for function argument from 62 chars to 622 chars -## [0.9.1](https://github.com/spark/spark-sdk-ios/releases/tag/0.9.1) (2019-02-08) +## [0.9.1](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.9.1) (2019-02-08) * Added support for 3rd generation SOM devices * Added support for retrieving device platform ID from serial number -## [0.9.0](https://github.com/spark/spark-sdk-ios/releases/tag/0.9.0) (2019-01-29) +## [0.9.0](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.9.0) (2019-01-29) * Added support for 3rd generation devices * Fixed a crashing EventStreams bug -## [0.8.1](https://github.com/spark/spark-sdk-ios/releases/tag/0.8.1) (2018-08-03) +## [0.8.1](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.8.1) (2018-08-03) * Bug fixes -## [0.8.0](https://github.com/spark/spark-sdk-ios/releases/tag/0.8.0) (2018-08-01) +## [0.8.0](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.8.0) (2018-08-01) * Added support for two-step verification @@ -71,11 +75,11 @@ Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). * New example app -## [0.7.1](https://github.com/spark/spark-sdk-ios/releases/tag/0.7.1) (2018-06-24) +## [0.7.1](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.7.1) (2018-06-24) * BugFix: Replaced outdated and complicated keychain code with simplified version. -## [0.7.0](https://github.com/spark/spark-sdk-ios/releases/tag/0.7.0) (2017-04-04) +## [0.7.0](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.7.0) (2017-04-04) * Overdue rename from Spark to Particle! SparkCloud is now ParticleCloud, same for ParticleDevice etc. @@ -83,7 +87,7 @@ Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). * Documentation update -## [0.6.0](https://github.com/spark/spark-sdk-ios/releases/tag/0.6.0) (2017-02-03) +## [0.6.0](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.6.0) (2017-02-03) * Updated: Product endpoints deprecates Org endpoints @@ -101,13 +105,13 @@ Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). * Bigfix: MBs Usage for Electron endpoint API response fix -## [0.5.1](https://github.com/spark/spark-sdk-ios/releases/tag/0.5.1) (2016-09-07) +## [0.5.1](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.5.1) (2016-09-07) * Bugfix: Functions (Array) and Variables (Dictionary) in a ParticleDevice instance will sometimes contain unknown type values for offline devices, this might cause problems with Swift - fixed. * Added: Set both those fields to nonnull for better Swift interoperability. -## [0.5.0](https://github.com/spark/spark-sdk-ios/releases/tag/0.5.0) (2016-07-21) +## [0.5.0](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.5.0) (2016-07-21) * Added: ParticleDevice API function: getCurrentDataUsage for Electron devices @@ -131,7 +135,7 @@ Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). * Updated: Documentation -## [0.4.1](https://github.com/spark/spark-sdk-ios/releases/tag/0.4.1) (2016-03-29) +## [0.4.1](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.4.1) (2016-03-29) * Fix a bug with password reset API endpoint @@ -143,7 +147,7 @@ Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). * Merged the ParticleUser and ParticleAccessToken classes into one ParticleSession class -## [0.4.0](https://github.com/spark/spark-sdk-ios/releases/tag/0.4.0) (2016-03-02) +## [0.4.0](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.4.0) (2016-03-02) * Nullability support for even better Swift interoperability. No more implicitly unwrapped arguments in Swift from SDK callbacks! @@ -151,19 +155,19 @@ Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). * AFNetworking 3.0 support - SDK now returns NSURLSessionDataTask object from every network operation function. -## [0.3.4](https://github.com/spark/spark-sdk-ios/releases/tag/0.3.4) (2015-12-15) +## [0.3.4](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.3.4) (2015-12-15) * SDK now knows about Particle Electrons! * Force AFNetworking pod version to 2.x.x to until migration to 3.x.x requirements is complete -## [0.3.3](https://github.com/spark/spark-sdk-ios/releases/tag/0.3.3) (2015-07-22) +## [0.3.3](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.3.3) (2015-07-22) * Fix crash in case error object is nil across cloud SDK functions failure blocks * Get rid of compiler warnings -## [0.3.2](https://github.com/spark/spark-sdk-ios/releases/tag/0.3.2) (2015-07-22) +## [0.3.2](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.3.2) (2015-07-22) * README documentation for OAuth credentials @@ -171,7 +175,7 @@ Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). * Detailed error logging from cloud SDK functions -## [0.3.1](https://github.com/spark/spark-sdk-ios/releases/tag/0.3.1) (2015-07-22) +## [0.3.1](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.3.1) (2015-07-22) * document generateClaimCodeForOrganization func @@ -181,15 +185,15 @@ Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). * README fixes, CHANGELOG added -## [0.3.0](https://github.com/spark/spark-sdk-ios/releases/tag/0.3.0) (2015-07-22) +## [0.3.0](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.3.0) (2015-07-22) -* Events pub/sub system added to the Cloud SDK - see [here](https://github.com/spark/spark-sdk-ios/blob/master/README.md#events-sub-system) +* Events pub/sub system added to the Cloud SDK - see [here](https://github.com/spark/particle-cloud-sdk-ios/blob/master/README.md#events-sub-system) -* Continous integration in [Travis-CI](https://travis-ci.org/spark/spark-sdk-ios). +* Continous integration in [Travis-CI](https://travis-ci.org/spark/particle-cloud-sdk-ios). * Unit tests added. -## [0.2.10](https://github.com/spark/spark-sdk-ios/releases/tag/0.2.10) (2015-06-05) +## [0.2.10](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.2.10) (2015-06-05) * Add flash files to device API call (flashFiles:) @@ -197,27 +201,27 @@ Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/). * Internal isFlashing timer -## [0.2.9](https://github.com/spark/spark-sdk-ios/releases/tag/0.2.9) (2015-05-20) +## [0.2.9](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.2.9) (2015-05-20) * License fix on podspec -## [0.2.8](https://github.com/spark/spark-sdk-ios/releases/tag/0.2.8) (2015-05-20) +## [0.2.8](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.2.8) (2015-05-20) * License updated to Apache 2.0 * Documentation update -## [0.2.7](https://github.com/spark/spark-sdk-ios/releases/tag/0.2.7) (2015-05-12) +## [0.2.7](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.2.7) (2015-05-12) * Bug fix bad getDevice API call -## [0.2.6](https://github.com/spark/spark-sdk-ios/releases/tag/0.2.6) (2015-05-06) +## [0.2.6](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.2.6) (2015-05-06) * Added device type field to ParticleDevice * Bug fix rename device API call -## [0.2.5](https://github.com/spark/spark-sdk-ios/releases/tag/0.2.5) (2015-05-04) +## [0.2.5](https://github.com/spark/particle-cloud-sdk-ios/releases/tag/0.2.5) (2015-05-04) * Device refresh API call available