Skip to content

Commit ba4c045

Browse files
Add release notes for Mendix 10.0.0
1 parent 0e18d29 commit ba4c045

2 files changed

Lines changed: 62 additions & 43 deletions

File tree

Lines changed: 55 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,116 +1,128 @@
11
---
22
title: "10.0"
3-
url: /releasenotes/sdk/metamodel-10.0/
4-
weight: 100
3+
parent: "metamodel-10"
54
---
65

7-
## 10.0.0 Beta 2
8-
9-
**Release date: May 25th, 2023**
6+
## 10.0.0
107

118
### Microflows
129

1310
#### AggregateListAction (Element)
14-
15-
* We introduced the `expression`, `useExpression`, `reduceReturnDataType`, and `reduceInitialValueExpression` properties.
11+
* We introduced the `expression` property.
12+
* We introduced the `useExpression` property.
13+
* We introduced the `reduceReturnDataType` property.
14+
* We introduced the `reduceInitialValueExpression` property.
1615

1716
#### RestOperationCallAction (Element)
17+
* We introduced this element. Info: "Calling a REST operation action"
1818

19-
* We introduced this element for calling a REST operation action.
20-
21-
#### ClearFromClientAction, NotifyWorkflowAction (Elements)
22-
23-
* We introduced these elements.
19+
#### ClearFromClientAction (Element)
20+
* We introduced this element.
2421

2522
#### LockWorkflowAction (Element)
26-
27-
* We introduced the `workflowSelection` property.
2823
* We deleted the `workflow` property.
24+
* We introduced the `workflowSelection` property.
2925

3026
#### UnlockWorkflowAction (Element)
31-
32-
* We introduced the `workflowSelection` property.
3327
* We deleted the `workflow` property.
28+
* We introduced the `workflowSelection` property.
29+
30+
#### NotifyWorkflowAction (Element)
31+
* We introduced this element.
3432

3533
### Projects
3634

3735
#### ModuleSettings (ModelUnit)
38-
39-
* We introduced the `solutionIdentifier` and `jarDependencies` properties.
36+
* We introduced the `solutionIdentifier` property.
37+
* We introduced the `jarDependencies` property.
38+
* We introduced the `basedOnVersion` property.
4039

4140
### Settings
4241

4342
#### RuntimeSettings (Element)
44-
4543
* We changed the default value of the `bcryptCost` property.
4644

4745
#### WebUIProjectSettingsPart (Element)
48-
4946
* We deleted the `enableDownloadResources` property.
5047

5148
### DatabaseConnector
5249

5350
#### ConnectionString (Element)
54-
55-
* We introduced this element for using a text to define the connection string.
51+
* We introduced this element. Info: "Using a text to define the connection string"
5652

5753
#### ConnectionParts (Element)
58-
59-
* We introduced this element for using parts to define the connection string.
54+
* We introduced this element. Info: "Using parts to define the connection string"
6055

6156
### Rest
6257

6358
#### PublishedODataMicroflow (Element)
64-
65-
* We introduced the `parameters` property for the parameters of the microflow.
59+
* We introduced the `parameters` property. Info: "The parameters of this microflow"
6660

6761
#### PublishedODataMicroflowParameter (Element)
68-
69-
* We introduced this element for a microflow parameter published in an OData service.
62+
* We introduced this element. Info: "A microflow parameter published in an OData service"
7063

7164
#### ConsumedODataService (ModelUnit)
72-
73-
* We introduced this model unit.
65+
* We introduced this modelunit.
7466

7567
### CustomWidgets
7668

7769
#### CustomWidgetType (Element)
78-
7970
* We deleted the `phoneGapEnabled` property.
8071

8172
### Navigation
8273

8374
#### NavigationDocument (ModelUnit)
84-
85-
* We deleted the `reports` and `reportParameters` properties.
75+
* We deleted the `reports` property.
76+
* We deleted the `reportParameters` property.
8677

8778
### Pages
8879

8980
#### Page (ModelUnit)
90-
9181
* We introduced the `urlSegments` property.
9282

93-
#### UrlSegment, ParameterAttributeUrlSegment, ParameterIdUrlSegment, StaticUrlSegment (Elements)
83+
#### UrlSegment (Element)
84+
* We introduced this element.
9485

95-
* We introduced these elements.
86+
#### ParameterAttributeUrlSegment (Element)
87+
* We introduced this element.
9688

97-
#### EntityPathSource (Element)
89+
#### ParameterIdUrlSegment (Element)
90+
* We introduced this element.
9891

92+
#### StaticUrlSegment (Element)
93+
* We introduced this element.
94+
95+
#### EntityPathSource (Element)
9996
* We introduced the `sourceVariable` property.
10097

10198
#### RetrievalQueryParameter (Element)
102-
103-
* We introduced the `types` property.
10499
* We deleted the `type` property.
100+
* We introduced the `types` property.
105101

106102
### Reports
107103

108104
#### ReportParameter (Element)
109-
110-
* We deleted the `parameterTypeRuntime` and `reportId` properties.
105+
* We deleted the `parameterTypeRuntime` property.
106+
* We deleted the `reportId` property.
111107

112108
### Workflows
113109

114-
#### WaitForNotificationActivity, WorkflowDefinitionSelection, WorkflowDefinitionNameSelection, WorkflowDefinitionObjectSelection (Elements)
110+
#### WaitForNotificationActivity (Element)
111+
* We introduced this element.
112+
113+
#### MajorityCompletionCriteria (Element)
114+
* We introduced this element.
115+
116+
#### ThresholdCompletionCriteria (Element)
117+
* We introduced this element.
118+
119+
#### WorkflowDefinitionSelection (Element)
120+
* We introduced this element.
121+
122+
#### WorkflowDefinitionNameSelection (Element)
123+
* We introduced this element.
124+
125+
#### WorkflowDefinitionObjectSelection (Element)
126+
* We introduced this element.
115127

116-
* We introduced these elements.
128+
This page has been generated automatically.

content/en/docs/releasenotes/sdk/model-sdk/model-sdk-4.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ url: /releasenotes/sdk/model-sdk-4/
44
weight: 97
55
#When updating, remember to update the Latest Mendix Releases file
66
---
7+
## 4.76.0 {#476}
8+
9+
**Release date: June 19th, 2023**
10+
11+
* We added support for Mendix [10.0.0](../studio-pro/10).
12+
* We added support for Mendix Metamodel [10.0.0](metamodel-10.0).
13+
714
## 4.75.0 (Beta 2 Version) {#475}
815

916
**Release date: May 25th, 2023**

0 commit comments

Comments
 (0)