You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## 3.23.0 - Jet Black Vienna - December 2023
4
+
5
+
- Moved links from opensource.mindsphere.io to [Siemens Xcelerator Developer Portal](https://developer.siemens.com)
6
+
- Renamed MindSphere to Insights Hub
7
+
- Bumped most dependencies
8
+
- Happy Holidays!
9
+
10
+
3
11
## 3.22.0 - Tuscan Sun Vienna - November 2022
4
12
5
13
- CLI: `mdsp visual-flow-creator` - command
@@ -24,7 +32,7 @@
24
32
25
33
## 3.19.0 - (Dove Vienna) - April 2022
26
34
27
-
- CLI: new `mdsp markdown-help` command to generate markdown help available at [opensource.mindsphere.io](https://opensource.mindsphere.io/docs/mindconnect-nodejs/cli/index.html#tab1anchor2)
35
+
- CLI: new `mdsp markdown-help` command to generate markdown help available at [developer.siemens.com](https://developer.siemens.com/industrial-iot-open-source/mindconnect-nodejs/cli/index.html#tab1anchor2)
28
36
- SDK: Data Lake - added support for mindsphere data upload in CN1 (on alibaba cloud) [[#316](https://github.com/mindsphere/mindconnect-nodejs/issues/316)]
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Please follow the typescript code style which is established in tslint.json. (Wo
40
40
41
41
## Setting up the local development environment
42
42
43
-
You will need a MindSphere Account to setup the development environment.
43
+
You will need a Insights Hub Account to setup the development environment.
44
44
If you don't have an account yet, you can [register here for a free account](https://siemens.mindsphere.io/en/start). (that is free as in a beer :)
45
45
46
46
### Executing unit tests
@@ -65,7 +65,7 @@ mc service-credentials
65
65
66
66
Here is a step by step description how to set up the app or service credentials:
67
67
68
-
[Setting up the MindSphere CLI](https://opensource.mindsphere.io/docs/mindconnect-nodejs/cli/setting-up-the-cli.html)
68
+
[Setting up the Insights Hub CLI](https://developer.siemens.com/industrial-iot-open-source/mindconnect-nodejs/cli/setting-up-the-cli.html)
69
69
70
70
After that you have to configure the MDSP_PASSKEY variable in your environment:
71
71
@@ -96,7 +96,7 @@ After setting up the CLI, you will need a 3072 bit certificate. (make sure that
96
96
npm run createkey
97
97
```
98
98
99
-
You are now all set and should be able to run the unit tests locally. Please note that not all tests will run on your machine if you have a start-for-free account due to MindSphere restrictions. There is a special set of unit tests which you can call with `npm run s4f` if you want to
99
+
You are now all set and should be able to run the unit tests locally. Please note that not all tests will run on your machine if you have a start-for-free account due to Insights Hub restrictions. There is a special set of unit tests which you can call with `npm run s4f` if you want to
100
100
sanity-check the library before creating a pull request.
101
101
102
102
```bash
@@ -218,7 +218,7 @@ Prints out a license summary for the whole dependency tree.
218
218
219
219
Creates the binary files with the CLI for Windows, Linux and MacOS.
220
220
221
-
## Contributing to MindSphere TypeScript SDK
221
+
## Contributing to Insights Hub TypeScript SDK
222
222
223
223
If you want to contribute with a new Client Implementation to typescript SDK here are some guidelines
0 commit comments