Skip to content

Commit 68d2715

Browse files
authored
Merge pull request #216 from boschrexroth/release/4.4.0
Release/4.4.0
2 parents 0164bb0 + 1a1e7a4 commit 68d2715

File tree

709 files changed

+52190
-25694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

709 files changed

+52190
-25694
lines changed

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
build
66
venv/
77
site/
8+
parts/
9+
prime/
10+
stage/
811

912
.snapcraft
1013

@@ -13,14 +16,16 @@ samples-go/*/generated
1316
samples-go/*/deps
1417
samples-go/*/datalayer
1518
samples-go/*/*.bfb
19+
samples-go/*/vendor/
20+
1621
samples-python/*/*/__pycache__
1722
samples-python/*/parts
1823
samples-python/*/prime
1924
samples-python/*/stage
2025

21-
samples-net/*/*.DotSettings.user
22-
26+
samples-java/**/*.zip
2327

28+
samples-net/*/*.DotSettings.user
2429

2530
/CMakeFiles
2631
/ALL_BUILD.vcxproj

CHANGELOG.md

Lines changed: 136 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -1,136 +1,136 @@
1-
# Software Development Kit for ctrlX AUTOMATION
2-
3-
## CHANGELOG
4-
5-
### 3.6.0
6-
7-
#### FIXED
8-
9-
+ n/a
10-
11-
#### CHANGED
12-
13-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/3.4.0...3.6.0)
14-
15-
### 3.4.0
16-
17-
#### FIXED
18-
19-
+ n/a
20-
21-
#### CHANGED
22-
23-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/3.2.0...3.4.0)
24-
25-
### 3.2.0
26-
27-
#### FIXED
28-
29-
+ n/a
30-
31-
#### CHANGED
32-
33-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/2.6.4...3.2.0)
34-
35-
### 2.6.4
36-
37-
#### FIXED
38-
39-
+ Fix: Apps implementing a Datalayer provider using the Datalayer go API may crash randomly and unpredictable after a long period of running fine.
40-
41-
#### CHANGED
42-
43-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/2.6.1...2.6.4)
44-
45-
### 2.6.1
46-
47-
#### FIXED
48-
49-
+ n/a
50-
51-
#### CHANGED
52-
53-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/2.4.0...2.6.1)
54-
55-
### 2.4.0
56-
57-
#### FIXED
58-
59-
+ n/a
60-
61-
#### CHANGED
62-
63-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/2.2.4...2.4.0)
64-
65-
### 2.2.4 (SDK-V-0202.4)
66-
67-
#### FIXED
68-
69-
+ Fix: [Release SDK-V-0202.3](https://github.com/boschrexroth/ctrlx-automation-sdk/releases/tag/2.2.3) contained a not released .NET Datalayer API (3.3.1), instead of version 3.0.3.
70-
71-
#### CHANGED
72-
73-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/2.2.0...2.2.3)
74-
75-
### 2.2.3 (SDK-V-0202.3)
76-
77-
#### FIXED
78-
79-
+ Fix: [Direct call to the mddb compiler](https://github.com/boschrexroth/ctrlx-automation-sdk/pull/27)
80-
81-
#### CHANGED
82-
83-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/2.2.0...2.2.3)
84-
85-
### 2.2.0 (SDK-V-0202)
86-
87-
#### CHANGED
88-
89-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.20.0...2.2.0)
90-
+ Changed: Update package-assets.md
91-
92-
### 1.20.0 (SDK-V-0120)
93-
94-
#### CHANGED
95-
96-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.18.0...1.20.0)
97-
98-
### 1.18.0 (SDK-V-0118)
99-
100-
#### CHANGED
101-
102-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.16.0...1.18.0)
103-
104-
### 1.16.0 (SDK-V-0116)
105-
106-
#### FIXED
107-
108-
+ Fix: Removed broken links to source code and replaced by implementation description
109-
110-
#### CHANGED
111-
112-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.14.0...1.16.0)
113-
+ Changed: Updated versions of package dependencies
114-
+ Changed: Use latest available dedicated package versions (removed caret)
115-
116-
### 1.14.0 (SDK-V-0114)
117-
118-
#### CHANGED
119-
120-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.12.1...1.14.0)
121-
122-
### 1.12.1 (SDK-V-0112.1)
123-
124-
#### CHANGED
125-
126-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.12.0...1.12.1)
127-
128-
### 1.12.0 (SDK-V-0112)
129-
130-
#### CHANGED
131-
132-
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.10.0...1.12.0)
133-
134-
### 1.10.0 (SDK-V-0110)
135-
136-
Initial SDK release
1+
# Software Development Kit for ctrlX AUTOMATION
2+
3+
## CHANGELOG
4+
5+
### 4.4.0
6+
7+
#### FIXED
8+
9+
+ n/a
10+
11+
#### CHANGED
12+
13+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/3.6.0...4.4.0)
14+
15+
### 3.6.0
16+
17+
#### FIXED
18+
19+
+ n/a
20+
21+
#### CHANGED
22+
23+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/3.2.0...3.6.0)
24+
25+
### 3.2.0
26+
27+
#### FIXED
28+
29+
+ n/a
30+
31+
#### CHANGED
32+
33+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/2.6.4...3.2.0)
34+
35+
### 2.6.4
36+
37+
#### FIXED
38+
39+
+ Fix: Apps implementing a Datalayer provider using the Datalayer go API may crash randomly and unpredictable after a long period of running fine.
40+
41+
#### CHANGED
42+
43+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/2.6.1...2.6.4)
44+
45+
### 2.6.1
46+
47+
#### FIXED
48+
49+
+ n/a
50+
51+
#### CHANGED
52+
53+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/2.4.0...2.6.1)
54+
55+
### 2.4.0
56+
57+
#### FIXED
58+
59+
+ n/a
60+
61+
#### CHANGED
62+
63+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/2.2.4...2.4.0)
64+
65+
### 2.2.4 (SDK-V-0202.4)
66+
67+
#### FIXED
68+
69+
+ Fix: [Release SDK-V-0202.3](https://github.com/boschrexroth/ctrlx-automation-sdk/releases/tag/2.2.3) contained a not released .NET Datalayer API (3.3.1), instead of version 3.0.3.
70+
71+
#### CHANGED
72+
73+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/2.2.0...2.2.3)
74+
75+
### 2.2.3 (SDK-V-0202.3)
76+
77+
#### FIXED
78+
79+
+ Fix: [Direct call to the mddb compiler](https://github.com/boschrexroth/ctrlx-automation-sdk/pull/27)
80+
81+
#### CHANGED
82+
83+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/2.2.0...2.2.3)
84+
85+
### 2.2.0 (SDK-V-0202)
86+
87+
#### CHANGED
88+
89+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.20.0...2.2.0)
90+
+ Changed: Update package-assets.md
91+
92+
### 1.20.0 (SDK-V-0120)
93+
94+
#### CHANGED
95+
96+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.18.0...1.20.0)
97+
98+
### 1.18.0 (SDK-V-0118)
99+
100+
#### CHANGED
101+
102+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.16.0...1.18.0)
103+
104+
### 1.16.0 (SDK-V-0116)
105+
106+
#### FIXED
107+
108+
+ Fix: Removed broken links to source code and replaced by implementation description
109+
110+
#### CHANGED
111+
112+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.14.0...1.16.0)
113+
+ Changed: Updated versions of package dependencies
114+
+ Changed: Use latest available dedicated package versions (removed caret)
115+
116+
### 1.14.0 (SDK-V-0114)
117+
118+
#### CHANGED
119+
120+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.12.1...1.14.0)
121+
122+
### 1.12.1 (SDK-V-0112.1)
123+
124+
#### CHANGED
125+
126+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.12.0...1.12.1)
127+
128+
### 1.12.0 (SDK-V-0112)
129+
130+
#### CHANGED
131+
132+
+ [Changes](https://github.com/boschrexroth/ctrlx-automation-sdk/compare/1.10.0...1.12.0)
133+
134+
### 1.10.0 (SDK-V-0110)
135+
136+
Initial SDK release

CONTRIBUTORS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
The following is a list of contributors to the [ctrlx-automation-sdk](https://github.com/boschrexroth/ctrlx-automation-sdk) repository,
2-
in alphabetical order:
3-
4-
* [Johannes Albrecht](https://github.com/albrecht-j), ![Repo Maintainer](https://badgen.net/badge/repo/maintainer/blue "Repo Maintainer")
5-
* [Matthias Stamm](https://github.com/DonCamillo72),
6-
* [Sebastian Krauskopf](https://github.com/krauskopf)
1+
The following is a list of contributors to the [ctrlx-automation-sdk](https://github.com/boschrexroth/ctrlx-automation-sdk) repository,
2+
in alphabetical order:
3+
4+
* [Johannes Albrecht](https://github.com/albrecht-j), ![Repo Maintainer](https://badgen.net/badge/repo/maintainer/blue "Repo Maintainer")
5+
* [Matthias Stamm](https://github.com/DonCamillo72),
6+
* [Sebastian Krauskopf](https://github.com/krauskopf)

LICENSE

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
This license applies only to the code in this repository.
1+
This license applies only to the software code in this repository.
22
Images, fonts and other assets are explicitly excluded.
33

4+
The binary files "datalayer.dll" and "comm.datalayer.so*" are licensed under the "Terms and Conditions for the Provision of
5+
Products of Bosch Rexroth AG Free of Charge" supplemented by the right to redistribution, any other software code in this repository is licensed under the:
6+
47
MIT License
58

6-
Copyright (c) 2024 Bosch Rexroth AG
9+
Copyright (c) 2024-2025 Bosch Rexroth AG
710

811
Permission is hereby granted, free of charge, to any person obtaining a copy
912
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)