Skip to content

Commit c887820

Browse files
authored
Merge pull request #12 from SignPath/PSM_4.4.4_SP_1.196
PS Module 4.4.4 and SP 1.196
2 parents f09f1fe + c4a63a6 commit c887820

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/_data/changelog.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
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:

0 commit comments

Comments
 (0)