v1.0.2
What's Changed
Breaking Change:
Some APIs have changed due to some reorganizations. Please see https://cgi-fr.github.io/IoT-Hub-Portal/open-api.html to see our documentation page about existing APIs.
We will try now to get API versioning and change management to provide a more "production-ready" API solution.
New features:
- Review apis consistency by @kbeaugrand in #253
- Introduce API version 1.0 by @kbeaugrand in #254
- Manage LoRa and non-LoRa Devices by @audserraCGI in #247
- Introduce bultin device models (with builtin commands) by @kbeaugrand in #259
Bug fix:
- Filter devices at iot hub level by @kbeaugrand in #270
- Post a device model with an empty model id in #283
Minor Changes:
- Activate Swagger endpoint by @kbeaugrand in #246
- Feature/rename gateway to iot edge by @kbeaugrand in #281
- Better comments on APIs documentation by @ChristopheRib63 in #267
- Add unit tests on LoRaWan Devices controller by @kbeaugrand in #279
- Change operation names in API documentation by @kbeaugrand in #261
- Remove all un necessary usings in the solution by @kbeaugrand in #252
Dependencies updates:
- Bump FluentAssertions from 6.4.0 to 6.5.1 in /src by @dependabot in #245
- Bump Microsoft.Identity.Web from 1.22.3 to 1.23.0 in /src by @dependabot in #268
- Bump Microsoft.Identity.Web.UI from 1.22.3 to 1.23.0 in /src by @dependabot in #269
- Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 in /src by @dependabot in #273
Full Changelog: v1.0.1...v1.1.0