Skip to content

Releases: mindsphere/mindconnect-nodejs

3.23.0 - Jet Black Vienna - December 2023

28 Dec 12:04
81e53b3
Compare
Choose a tag to compare

3.22.0 - Tuscan Sun Vienna - November 2022

12 Nov 09:24
Compare
Choose a tag to compare
  • CLI: mdsp visual-flow-creator - command
  • SDK: Visual Flow Creator Client [#334]
  • The CLI documentation and help are now showing mdsp as default command instead of mc
  • Fixed Unit Tests

3.21.0 - Sunset Orange Vienna - October 2022

13 Oct 14:28
24b9116
Compare
Choose a tag to compare
  • SDK: workorder management client
  • CLI: mdsp workorder command
  • Bumped most dependencies

3.20.0 - (Spring Green Vienna) - July 2022

05 Jul 14:37
Compare
Choose a tag to compare
  • SDK: added GetUserTenant() method to SDK Level read out the user tenant from the current configuration (if token manager authentication is used)
  • CLI: new mode --mode tree for mdsp assets command provides tree visualization of mindsphere assets in the tenant
  • CLI: added default value (aggregates.mdsp.json) for mdsp aggregates --download parameter
  • CLI: improved mdsp aggregates command. all parameters, including intervalunit and intervalvalue can be specified.
  • CLI: Created a new mdsp timeseries command to match the mdsp aggregates command. #318
  • Bumped most depedencies

What's Changed

Full Changelog: v.3.19.0...v3.20.0

3.19.0 - (Dove Vienna) - April 2022

05 May 13:43
c6b6851
Compare
Choose a tag to compare
  • CLI: new mdsp markdown-help command to generate markdown help available at opensource.mindsphere.io
  • SDK: Data Lake - added support for MindSphere data upload in CN1 (on cloud) [#316]
  • Bumped most dependencies

3.18.2 - (Hazelwood Vienna) - March 2022

15 Mar 08:01
e2f52ea
Compare
Choose a tag to compare
  • fixed missing date-fns dependency in package.json

3.18.1 - (Hazelwood Vienna) - March 2022

  • broken dependency in package.json

3.18.0 - (Hazelwood Vienna) - March 2022

  • SDK: ResourceAccessManagement Client [#308]
  • SDK: CommandingAPI - Commanding Client [#307]
  • CLI: new mc policy command to manage policies [#308]
  • CLI: new mc delivery-jobs command to manage mqtt delivery jobs [#307]
  • CLI: fixed double use of as shortcut in mc aspects and mc agent-status command. The mc aspects command now uses the asp shortcut.
  • CLI: added last login information to mc iam --user command
  • Bumped most depenedencies to ^ version.

3.17.0 - (Sandstone Vienna) - February 2022

22 Feb 22:06
2460c1e
Compare
Choose a tag to compare
  • CLI: completely new mc iam command with support for user, roles and user groups management
  • SDK: Tenant Management added paging to the Tenant Management Client
  • mc dev-proxy reads now --passkey from MDSP_PASSKEY variable like other commands [#301]
  • fixed paging issue for mc iam --group command [#297]
  • Bumped all dependencies

What's Changed

  • fix: proper paging in iam for users , groups and roles by @sn0wcat in #298
  • feat: new mc iam CLI command by @sn0wcat in #306

Full Changelog: v3.16.0...v.3.17.0

3.16.0 - (Tyrian Vienna) - September 2021

08 Sep 18:48
5071bac
Compare
Choose a tag to compare
  • CLI: new mc message-broker command - manage message broker subscriptions and webhooks
  • SDK: message broker client
  • Bumped all dependencies

3.15.0 - (Pineapple Vienna) - August 2021

24 Aug 14:43
f6cfe02
Compare
Choose a tag to compare
  • changed generated code for the mindconnect agent and agent management client to support BIG_STRING AND TIMESTAMP see MDS-329054
  • Upgraded validation to newest ajv - the validation of the timeseries had to be rewritten due to deprecation of addKeyword interface in ajv
  • Bumped all dependencies

3.14.0 - (Cool Grey Vienna) - June 2021

01 Jul 14:35
7452958
Compare
Choose a tag to compare

Announcement 3.14.0

Thanks to the final push of contributions from @jupiterbak, the typescript SDK and the CLI have now support for all publicly avaialable MindSphere APIs.

Bugfixes and Improvements 3.14.0

  • CLI: new mc oe-device-types command - list, create or delete device types (open edge)
  • CLI: new mc oe-devices command - list, create or delete (open edge) devices
  • CLI: new mc oe-device-status command - list get or update device status information (open edge)
  • CLI: new mc oe-app-inst command - list, create, configure or delete app instance (open edge)
  • CLI: new mc oe-app-deploy command - list, create, update app installation task(s) (open edge)
  • CLI: new mc oe-deploy-workflow command - list, create/instantiate, update or delete/cancel workflow deployment model or instance(s) (open edge)
  • CLI: new mc oe-firm-deploy command - list, create, update firmware deployment task(s) (open edge)
  • CLI: mc data-lake new modes: --mode subscribe, --mode unsubscribe, --mode subscriptions for managing the event subscriptions [#283]
  • CLI: the mc signal-calculation now has --on data and --on asset switch [#263]
  • CLI: new mc asset-lock command [#271]
  • SDK: Open Edge - FirmwareDeployment Client [#276]
  • SDK: Open Edge - EdgeAppInstanceManagement Cleint [#275]
  • SDK: Open Edge - EdgeAppDeploymentClient [#274]
  • SDK: Open Edge - DeploymentWorkflowClient [#273]
  • SDK: AssetManagement GetModelLock and PutModelLock Methods
  • Bumped all dependencies

Contributions 3.14.0

  • Thanks to @jupiterbak for his Open Edge Client contributions. <3 ❤️