Skip to content

Releases: CGI-FR/IoT-Hub-Portal

v1.0.7

28 Mar 15:21
9a39c9e
Compare
Choose a tag to compare

What's Changed

Breaking Changes

New Features

Bug Fixes

Minor Changes

  • Bump Microsoft.Graph from 4.20.0 to 4.21.0 in /src by @dependabot in #464
  • Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.14.0 to 1.15.0 in /src by @dependabot in #465
  • Bump NUnit from 3.13.2 to 3.13.3 in /src by @dependabot in #470
  • Bump Microsoft.Graph from 4.21.0 to 4.22.0 in /src by @dependabot in #479
  • Fix #475 - Remove redundant call to ToString() in Device Service by @kbeaugrand in #476
  • Bump MudBlazor from 6.0.7 to 6.0.8 in /src by @dependabot in #500

Full Changelog: v1.0.6...v1.0.7

v1.0.6

16 Mar 11:37
0048561
Compare
Choose a tag to compare

What's Changed

Breaking Change

Some APIs have changed to enable server side filtering and pagination. Please take a look at our documention: https://cgi-fr.github.io/IoT-Hub-Portal/open-api.html for more details.

Impacted API :

  • GET Device list
  • GET IoT Edge devices
  • GET LoRaWAN device list
  • GET LoRaWAN Concentrator list

New Feature

Bug Fixes

Full Changelog: v1.0.5...v1.0.6

v1.0.5

14 Mar 18:01
6c1eeef
Compare
Choose a tag to compare

What's Changed

New Feature

Bug Fixes

  • Bug fix: Cannot send a LoRaWAN command with the same name on several models by @audserraCGI in #433
  • Bug Fix: Executing command to lorawan device should not change the path by @audserraCGI in #442
  • Fix Device Model list page loading since portal settings changes by @kbeaugrand in #452
  • fix mismatch tag name between configuration and IoT Edge by @Sben65 in #445
  • Enrollment group creation now based on device model id by @audserraCGI in #435
  • CustomTags device property renamed to Tags by @audserraCGI in #431
  • Fix #459 - Failed to load LoRa Device detail page by @kbeaugrand #460

Minor Changes

  • Adopt code styles by @kbeaugrand in #401
  • Rename unit tests namespaces by @kbeaugrand in #383
  • Hide symmetric keys on connection page + Create Copy to Clipboard button by @ChristopheRib63 in #382
  • Fix visual bugs on concentrator pages by @audserraCGI in #394
  • Added form validation when creating a new device model by @audserraCGI in #392
  • Change device model properties design by @Sben65 in #446
  • Add unit test to lorawan device model creation page by @kbeaugrand in #456
  • Add lorawan device model custom properties support by @kbeaugrand in #417
  • Hide custom properties fields in lora device model by @kbeaugrand in #454
  • DeviceTagService Test by @audserraCGI in #428
  • Menu refactoring by @ChristopheRib63 in #429
  • Update README link to B2C configuration page by @kbeaugrand in #419
  • Bump Moq from 4.17.1 to 4.17.2 in /src by @dependabot in #389
  • Bump Microsoft.Graph from 4.19.0 to 4.20.0 in /src by @dependabot in #403
  • Bump Microsoft.Extensions.Http.Polly from 6.0.2 to 6.0.3 in /src by @dependabot in #404
  • Bump Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.2 to 6.0.3 in /src by @dependabot in #405
  • Bump Microsoft.AspNetCore.Components.WebAssembly.Authentication from 6.0.2 to 6.0.3 in /src by @dependabot in #406
  • Bump Microsoft.AspNetCore.Authentication.OpenIdConnect from 6.0.2 to 6.0.3 in /src by @dependabot in #407
  • Bump Microsoft.AspNetCore.Components.WebAssembly.Server from 6.0.2 to 6.0.3 in /src by @dependabot in #409
  • Bump Microsoft.AspNetCore.Components.WebAssembly from 6.0.2 to 6.0.3 in /src by @dependabot in #410
  • Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 6.0.2 to 6.0.3 in /src by @dependabot in #411
  • Bump Microsoft.AspNetCore.Mvc.Testing from 6.0.2 to 6.0.3 in /src by @dependabot in #412
  • Bump Microsoft.Identity.Web from 1.23.0 to 1.23.1 in /src by @dependabot in #439
  • Bump FluentValidation from 10.3.6 to 10.4.0 in /src by @dependabot in #437
  • Bump Azure.Storage.Blobs from 12.10.0 to 12.11.0 in /src by @dependabot in #438
  • Bump Azure.Data.Tables from 12.4.0 to 12.5.0 in /src by @dependabot in #440
  • Bump Microsoft.Identity.Web.UI from 1.23.0 to 1.23.1 in /src by @dependabot in #441
  • Bump Swashbuckle.AspNetCore from 6.2.3 to 6.3.0 in /src by @dependabot in #393

Full Changelog: v1.0.4...v1.0.5

v1.0.4

04 Mar 08:43
cafa2d8
Compare
Choose a tag to compare

What's Changed

New Feature

  • Add DPS connection on device detail page if not lora by @kbeaugrand in #357
  • Create enrollment groups for device models by @kbeaugrand in #346
  • Device model changes should create new automatic device configuration by @kbeaugrand in #351

Bug Fixes

Minor Changes

Full Changelog: v1.0.3...v1.0.4

v1.0.3

25 Feb 13:41
1ccbcc4
Compare
Choose a tag to compare

What's Changed

New Feature

Bug Fixes

Minor Changes

Full Changelog: v1.0.2...v1.0.3

v1.0.2

18 Feb 18:35
21cd5b5
Compare
Choose a tag to compare

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:

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:

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

v1.0.1

11 Feb 13:11
0078fab
Compare
Choose a tag to compare

What's Changed

Breaking Change:

New features:

Bug fix:

  • fix #179 error while deleting a gateway by @Sben65 in #203
  • change LoRa Network Server to LoRa Device on create device by @Sben65 in #207

Minor Changes:

Dependencies updates:

  • Bump coverlet.collector from 3.1.1 to 3.1.2 in /src by @dependabot in #210
  • Bump Microsoft.Extensions.Http.Polly from 6.0.1 to 6.0.2 in /src by @dependabot in #225
  • Bump Microsoft.AspNetCore.Components.WebAssembly.Authentication from 6.0.1 to 6.0.2 in /src by @dependabot in #226
  • Bump Microsoft.AspNetCore.Components.WebAssembly.Server from 6.0.1 to 6.0.2 in /src by @dependabot in #227
  • Bump Microsoft.AspNetCore.Components.WebAssembly from 6.0.1 to 6.0.2 in /src by @dependabot in #228
  • Bump Microsoft.AspNetCore.Authentication.OpenIdConnect from 6.0.1 to 6.0.2 in /src by @dependabot in #229
  • Bump Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.1 to 6.0.2 in /src by @dependabot in #230
  • Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 6.0.1 to 6.0.2 in /src by @dependabot in #231
  • Bump Microsoft.Graph from 4.17.0 to 4.18.0 in /src by @dependabot in #239

Full Changelog: v1.0.0...v1.0.1

v1.0.1-alpha

08 Feb 11:07
c863c93
Compare
Choose a tag to compare
v1.0.1-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0...v1.0.1-alpha

v1.0.0 - First release

04 Feb 16:06
d9f226e
Compare
Choose a tag to compare
  • ARM Deployment template
  • Authentication with OpenID Connect
  • LoRa Gateway Provisioning
  • LoRa Device Management (Provisioning, parameters, C2D messages)

v0.0.1-beta16

01 Feb 17:53
8538f8f
Compare
Choose a tag to compare
v0.0.1-beta16 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.1-beta15...v0.0.1-beta16