File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ - date : ' 2025-09-09'
2+ updates :
3+ application :
4+ version : 1.196.0
5+ improvements :
6+ - text : |-
7+ REST API: `POST SigningRequest` route split for more specific contracts
8+ * Deprecated `POST /v1/{organizationId}/SigningRequests`
9+ * New `POST /v1/{organizationId}/SigningRequests/SubmitWithArtifact` route
10+ * Replaces `POST SigningRequests` for `isFastSigningRequest=false`
11+ * Improved _response_ contract with metadata for the created signing request
12+ * New `POST /v1/{organizationId}/SigningRequests/SignHash` route
13+ * Replaces `POST SigningRequests` for `isFastSigningRequest=true`
14+ * _Request_ contract now includes payload
15+ * Improved _response_ contract with metadata for the created signing request
16+ issues: [SIGN-8017]
17+ - text : |-
18+ REST API: improvements and fixes in the [API definition](https://app.signpath.io/Api/swagger) for better OpenAPI client code generation
19+ * Each route now has an "operation ID"
20+ * Order of route segments in the schema now matches the order in the routes (e.g. `{organizationId}`)
21+ * Added `format=uuid` annotation for `{organizationId}` segments
22+ * Fixed some incorrect `required` and some missing `nullable:false` annotations
23+ * Added the previously hidden `GET /v1/{organizationId}/Cryptoki/MySigningPolicies` route (used for hash signing)
24+ issues: [SIGN-8017]
25+ - date : ' 2025-09-08'
26+ updates :
27+ powershell_module :
28+ version : 4.4.4
29+ improvements :
30+ - text : |-
31+ Changed the links in the cmdlet descriptions to point to the new [docs.signpath.io](https://docs.signpath.io) website.
32+ issues:
33+ [SIGN-6924, SIGN-7981]
134 - date : ' 2025-08-26'
235 updates :
336 application :
You can’t perform that action at this time.
0 commit comments