Skip to content

Commit 0160f7b

Browse files
BirgitBosssebbader-sapMartin187187
authored
add changelog for PR Signing (#561)
* Add V3.1.2 Bugfixes into V3.2.0 (#541) * fix ServiceSpecificationProfileEnum values for 3.0 and 3.1 * remove TREE (#539) * remove v3.2 profile uris --------- Co-authored-by: Martin Stemmer <52048213+Martin187187@users.noreply.github.com> * remove GetAllAssetAdministrationShellDescriptorsByAssetType from openapi (#530) * added changelog for new signing operations and profiles * undo changes to the profiles table * fix typo --------- Co-authored-by: sebbader-sap <107036549+sebbader-sap@users.noreply.github.com> Co-authored-by: Martin Stemmer <52048213+Martin187187@users.noreply.github.com>
1 parent 72f428d commit 0160f7b

File tree

9 files changed

+45
-11
lines changed

9 files changed

+45
-11
lines changed

AssetAdministrationShellRegistryServiceSpecification/V3.2_SSP-001.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ paths:
2525
operationId: GetAllAssetAdministrationShellDescriptors
2626
x-semanticIds:
2727
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/2
28-
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/2
2928
parameters:
3029
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/parameters/Limit'
3130
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/parameters/Cursor'

AssetAdministrationShellRegistryServiceSpecification/V3.2_SSP-002.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ paths:
2525
operationId: GetAllAssetAdministrationShellDescriptors
2626
x-semanticIds:
2727
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/2
28-
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/2
2928
parameters:
3029
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/parameters/Limit'
3130
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/parameters/Cursor'

AssetAdministrationShellRegistryServiceSpecification/V3.2_SSP-005.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ paths:
2525
operationId: GetAllAssetAdministrationShellDescriptors
2626
x-semanticIds:
2727
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/2
28-
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/2
2928
parameters:
3029
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/parameters/Limit'
3130
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/parameters/Cursor'

Entire-API-Collection/V3.2.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6419,7 +6419,6 @@ paths:
64196419
operationId: GetAllAssetAdministrationShellDescriptors
64206420
x-semanticIds:
64216421
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/2
6422-
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/2
64236422
parameters:
64246423
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/parameters/Limit'
64256424
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/parameters/Cursor'

documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ Note: Changes in Metamodel (IDTA-01001) will not be listed here, although they h
1414

1515
Major Changes:
1616

17-
* ...
17+
* New API operations for Signing
18+
* New Profile for Signing
1819

1920

2021
Minor Changes:
2122

2223
* Added the `ServerNotImplemented` status code to the xref:specification/interfaces-payload.adoc#table-status-codes[Status Codes]. Note that the HTTP API mentioned this status code already, therefore, no change in OpenAPI or other related files. (https://github.com/admin-shell-io/aas-specs-api/issues/499[#499])
24+
* Removed the `GetAllAssetAdministrationShellDescriptorsByAssetType` operation from the OpenAPI files for the Asset Administration Shell Registry Service Specification, as it was not intended to be included in the first place and is not implemented by any known implementation. (https://github.com/admin-shell-io/aas-specs-api/issues/515[#515])
2325

2426

2527

@@ -29,9 +31,33 @@ Minor Changes:
2931
|===
3032
h|Operation h|Kind of Change h|Comment
3133
| GenerateSerializationByIds|change a| Added a note to clarify the intended behavior for transitively referenced concept descriptions. (https://github.com/admin-shell-io/aas-specs-api/issues/510[#510])
34+
| GetAssetAdministrationShellByIdSigned|new a|
35+
| GetConceptDescriptionByIdSigned|new a|
36+
| GetSubmodelByIdSigned|new a|
3237
| PutAssetAdministrationShellById|change a| Added the missing `id` input parameter and a note explaining the behavior in case the AAS identifier does not match the value of `id`. (https://github.com/admin-shell-io/aas-specs-api/issues/506[#506])
38+
39+
|===
40+
41+
=== Interface Changes w.r.t. V3.1.1 to V3.21
42+
43+
[%autowidth,width="100%",cols="10%,29%,10%,51%",options="header",]
44+
|===
45+
h|BWC h|Interface h|Kind of Change h|Comment
46+
| |Asset Administration Shell Repository Interface |Extended a| new API operation for signing: GetAssetAdministrationShellByIdSigned
47+
| |Concept Description Repository Interface |Extended a| new API operation for signing: GetConceptDescriptionByIdSigned
48+
| |Submodel Repository Interface |Extended a| new API operation for signing: GetSubmodelByIdSigned
49+
|===
50+
51+
=== Profile Changes w.r.t. w.r.t. V3.1.1 to V3.2
52+
53+
[%autowidth,width="100%",cols="30%,15%,55%",options="header",]
3354
|===
55+
h|Profile h|Kind of Change h|Comment
3456

57+
| Asset Administration Shell Repository Service Specification - Signature Profile SSP-004 |new a| signature operations
58+
| Concept Description Repository Service Specification - Signature Profile SSP-004 |new a| signature operations
59+
| Submodel Repository Service Specification - Signature Profile SSP-003 |new a| signature operations
60+
|===
3561

3662
== Changes w.r.t. V3.1 to V3.1.1
3763

@@ -52,6 +78,20 @@ Minor Changes:
5278

5379

5480

81+
== Changes w.r.t. V3.1.1 to V3.1.2
82+
83+
Major Changes:
84+
85+
86+
*
87+
88+
Minor Changes:
89+
90+
* fix: Wrong ServiceSpecificationProfileEnum values for v3.0 profiles. (https://github.com/admin-shell-io/aas-specs-api/issues/526[#526])
91+
* remove: Remove TREE. (https://github.com/admin-shell-io/aas-specs-api/issues/537)
92+
93+
94+
5595
=== Operation Changes w.r.t. V3.1 to V3.1.1
5696

5797
[%autowidth,width="100%",cols="40%,15%,45%",options="header",]
@@ -63,6 +103,7 @@ h|Operation h|Kind of Change h|Comment
63103
|===
64104

65105

106+
66107
== Changes w.r.t. V3.0.4 to V3.1
67108

68109
Major Changes:

documentation/IDTA-01002-3/modules/ROOT/pages/json-grammar.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@
184184
| "\"EXECUTE\""
185185
| "\"VIEW\""
186186
| "\"ALL\""
187-
| "\"TREE\""
188187
)
189188

190189
<access_enum> ::= ("\"ALLOW\"" | "\"DISABLED\"")

documentation/IDTA-01002-3/modules/ROOT/pages/schema.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,7 @@
573573
"DELETE",
574574
"EXECUTE",
575575
"VIEW",
576-
"ALL",
577-
"TREE"
576+
"ALL"
578577
],
579578
"additionalProperties": false
580579
},

documentation/IDTA-01002-3/modules/ROOT/partials/bnf/grammar.bnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"USEACLS" <ws> <StringLiteral> <ws>
115115

116116
<Right> ::=
117-
"CREATE" | "READ" | "UPDATE" | "DELETE" | "EXECUTE" | "VIEW" | "ALL" | "TREE"
117+
"CREATE" | "READ" | "UPDATE" | "DELETE" | "EXECUTE" | "VIEW" | "ALL"
118118

119119
<Access> ::=
120120
"ALLOW" | "DISABLED"

documentation/IDTA-01002-3/modules/ROOT/partials/query-json-schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,7 @@
557557
"DELETE",
558558
"EXECUTE",
559559
"VIEW",
560-
"ALL",
561-
"TREE"
560+
"ALL"
562561
],
563562
"additionalProperties": false
564563
},

0 commit comments

Comments
 (0)