Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/_data/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
- date: '2025-09-09'
updates:
application:
version: 1.196.0
improvements:
- text: |-
REST API: `POST SigningRequest` route split for more specific contracts
* Deprecated `POST /v1/{organizationId}/SigningRequests`
* New `POST /v1/{organizationId}/SigningRequests/SubmitWithArtifact` route
* Replaces `POST SigningRequests` for `isFastSigningRequest=false`
* Improved _response_ contract with metadata for the created signing request
* New `POST /v1/{organizationId}/SigningRequests/SignHash` route
* Replaces `POST SigningRequests` for `isFastSigningRequest=true`
* _Request_ contract now includes payload
* Improved _response_ contract with metadata for the created signing request
issues: [SIGN-8017]
- text: |-
REST API: improvements and fixes in the [API definition](https://app.signpath.io/Api/swagger) for better OpenAPI client code generation
* Each route now has an "operation ID"
* Order of route segments in the schema now matches the order in the routes (e.g. `{organizationId}`)
* Added `format=uuid` annotation for `{organizationId}` segments
* Fixed some incorrect `required` and some missing `nullable:false` annotations
* Added the previously hidden `GET /v1/{organizationId}/Cryptoki/MySigningPolicies` route (used for hash signing)
issues: [SIGN-8017]
- date: '2025-09-08'
updates:
powershell_module:
version: 4.4.4
improvements:
- text: |-
Changed the links in the cmdlet descriptions to point to the new [docs.signpath.io](https://docs.signpath.io) website.
issues:
[SIGN-6924, SIGN-7981]
- date: '2025-08-26'
updates:
application:
Expand Down