Skip to content

Commit d5313d3

Browse files
authored
Merge pull request mendix#10410 from ModelingServices/ms-metamodel-and-model-sdk-11.5.0
Release documentation for metamodel & Model SDK 11.5.0
2 parents 7c6c65f + 715f9a0 commit d5313d3

2 files changed

Lines changed: 88 additions & 0 deletions

File tree

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: "11.5"
3+
url: /releasenotes/sdk/metamodel-11.5/
4+
weight: 68
5+
---
6+
7+
## 11.5.0
8+
9+
### Workflows
10+
11+
#### FlowLine (Element)
12+
13+
* We introduced the `caseValues` property.
14+
15+
#### MergeActivity (Element)
16+
17+
* We introduced this element.
18+
19+
#### CaseValue (Element)
20+
21+
* We introduced this element.
22+
23+
#### StringCase (Element)
24+
25+
* We introduced this element.
26+
27+
#### BooleanCase (Element)
28+
29+
* We introduced this element.
30+
31+
#### VoidCase (Element)
32+
33+
* We introduced this element.
34+
35+
### Pages
36+
37+
#### PageParameter (Element)
38+
39+
* We introduced the `isRequired` property.
40+
* We introduced the `defaultValue` property.
41+
42+
#### CallNanoflowClientAction (Element)
43+
44+
* We introduced the `outputMappings` property.
45+
46+
#### MicroflowSettings (Element)
47+
48+
* We introduced the `outputMappings` property.
49+
50+
#### OutputMapping (Element)
51+
52+
* We introduced this element.
53+
54+
### Microflows
55+
56+
#### ExternalActionParameterMapping (Element)
57+
58+
* We introduced the `additionalAttributes` property.
59+
60+
#### AdditionalAttribute (Element)
61+
62+
* We introduced this element. Info: "For open types"
63+
64+
#### AuthenticationDocumentConfig (Element)
65+
66+
* We introduced this element.
67+
68+
### Rest
69+
70+
#### ODataEntityTypeSource (Element)
71+
72+
* We introduced the `isOpen` property. Info: "Indicates that the service allows properties to be specified that are not in the metadata"
73+
74+
### Authentication
75+
76+
#### OAuth20AuthenticationDetails (Element)
77+
78+
* We made the `clientId` property optional.
79+
* We made the `clientSecret` property optional.
80+
* We made the `tokenEndPoint` property optional.
81+
* We introduced the `audience` property.

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
---
66

7+
## 4.105.0 {#4105}
8+
9+
**Release date: November 20th, 2025**
10+
11+
* We added support for Mendix [11.5.0](/releasenotes/studio-pro/11.5/).
12+
* We added support for Mendix Metamodel [11.5.0](/releasenotes/sdk/metamodel-11.5/).
13+
714
## 4.104.0 {#4104}
815

916
**Release date: October 24th, 2025**

0 commit comments

Comments
 (0)