Skip to content

Commit ace5446

Browse files
DOC-6655 - platform version for 4.13 is 150. (#2388)
1 parent 5e9d197 commit ace5446

File tree

4 files changed

+46
-37
lines changed

4 files changed

+46
-37
lines changed

content/en/platform/corda/4.13/community/app-upgrade-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ If you are using them you should re-namespace them to a package namespace you co
3737
{{< table >}}
3838
| Corda release | Platform version |
3939
| :------------- | :------------- |
40+
| 4.13| 150 |
4041
| 4.12| 140 |
4142
| 4.11 | 13 |
4243
| 4.10 | 12 |
@@ -53,6 +54,11 @@ If you are using them you should re-namespace them to a package namespace you co
5354
| 3.3 | 3 |
5455
{{< /table >}}
5556

57+
58+
## Upgrading CordDapps to platform version 150
59+
60+
*X*X*
61+
5662
## Upgrading CorDapps to platform version 140
5763

5864
Platform version 140 which represents Corda 4.12 is a major platform upgrade. In this version, Corda has been upgraded to run on Java 17 and to use Kotlin 1.9.20. This also means that you must recompile Corda 4.12 CorDapps with Java 17 and Kotlin 1.9.20. Once recompiled and fully tested, you must sign CorDapps with the same key used to sign the 4.11 CorDapps.

content/en/platform/corda/4.13/community/versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ can be disabled.
7070
{{< table >}}
7171
| Corda release | Platform version |
7272
| :------------- | :------------- |
73+
| 4.13 | 150 |
7374
| 4.12 | 140 |
7475
| 4.11 | 13 |
7576
| 4.10 | 12 |

content/en/platform/corda/4.13/enterprise/app-upgrade-notes.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,28 @@ If you do use them, re-namespace them to a package namespace you control and sig
2828
## Platform version matrix
2929

3030
{{< table >}}
31-
| Corda release | Platform version |
32-
| :------------- | :------------- |
33-
| 4.13| |
34-
| 4.12| 140 |
35-
| 4.11| 13 |
36-
| 4.10| 12 |
37-
| 4.9 | 11 |
38-
| 4.8 | 10 |
39-
| 4.7 | 9 |
40-
| 4.6 | 8 |
41-
| 4.5 | 7 |
42-
| 4.4 | 6 |
43-
| 4.3 | 5 |
44-
| 4.2 | 4 |
45-
| 4.1 | 4 |
46-
| 4.0 | 4 |
47-
| 3.3 | 3 |
31+
| Corda release | Platform version |
32+
|:--------------|:----------------|
33+
| 4.13 | 150 |
34+
| 4.12 | 140 |
35+
| 4.11 | 13 |
36+
| 4.10 | 12 |
37+
| 4.9 | 11 |
38+
| 4.8 | 10 |
39+
| 4.7 | 9 |
40+
| 4.6 | 8 |
41+
| 4.5 | 7 |
42+
| 4.4 | 6 |
43+
| 4.3 | 5 |
44+
| 4.2 | 4 |
45+
| 4.1 | 4 |
46+
| 4.0 | 4 |
47+
| 3.3 | 3 |
4848
{{< /table >}}
4949

50-
## Upgrading CorDapps to platform version xxx
50+
## Upgrading CorDapps to platform version 150
51+
52+
*X*X*
5153

5254
## Upgrading CorDapps to platform version 140
5355

content/en/platform/corda/4.13/enterprise/cordapps/versioning.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,25 +54,25 @@ When a release includes features from either of the last two categories, the [Co
5454
The table below highlights key features and the corresponding version numbers.
5555

5656
{{< table >}}
57-
|Feature|Corda platform version |Minimum network platform version |Introduced in OS version|Introduced in Enterprise version|
58-
|--------------------|--------------------|--------------------|--------------------|--------------------|
59-
|API update|140|4|4.12|4.12|
60-
|API update|13|4|4.11|4.11|
61-
|API update|12|4|4.10|4.10|
62-
|API update|11|4|4.9|4.9|
63-
|API update|10|4|4.8|4.8|
64-
|API update|9|4|4.7|4.7|
65-
|API update|8|4|4.6|4.6|
66-
|New flow framework APIs|7|4|4.5|4.5|
67-
|Prevent CorDapp hosting issue|6|4|4.4|4.4|
68-
|Underlying support for accounts|5|4|4.3|4.3|
69-
|Signature constraints|4|4|4.0|4.0|
70-
|Reference states|4|4|4.0|4.0|
71-
|Inline finality flow|4|3|4.0|4.0|
72-
|Whitelist constraints|3|3|3.0|3.0|
73-
|Corda serialization framework|3|3|3.0|3.0|
74-
|Observer nodes|2|2|2.0|n/a|
75-
57+
| Feature | Corda platform version | Minimum network platform version | Introduced in OS version | Introduced in Enterprise version |
58+
|---------------------------------|------------------------|----------------------------------|---------------------------|----------------------------------|
59+
| API update | 150 | 4 | 4.13 | 4.13 |
60+
| API update | 140 | 4 | 4.12 | 4.12 |
61+
| API update | 13 | 4 | 4.11 | 4.11 |
62+
| API update | 12 | 4 | 4.10 | 4.10 |
63+
| API update | 11 | 4 | 4.9 | 4.9 |
64+
| API update | 10 | 4 | 4.8 | 4.8 |
65+
| API update | 9 | 4 | 4.7 | 4.7 |
66+
| API update | 8 | 4 | 4.6 | 4.6 |
67+
| New flow framework APIs | 7 | 4 | 4.5 | 4.5 |
68+
| Prevent CorDapp hosting issue | 6 | 4 | 4.4 | 4.4 |
69+
| Underlying support for accounts | 5 | 4 | 4.3 | 4.3 |
70+
| Signature constraints | 4 | 4 | 4.0 | 4.0 |
71+
| Reference states | 4 | 4 | 4.0 | 4.0 |
72+
| Inline finality flow | 4 | 3 | 4.0 | 4.0 |
73+
| Whitelist constraints | 3 | 3 | 3.0 | 3.0 |
74+
| Corda serialization framework | 3 | 3 | 3.0 | 3.0 |
75+
| Observer nodes | 2 | 2 | 2.0 | n/a |
7676
{{< /table >}}
7777

7878
{{< note >}}

0 commit comments

Comments
 (0)