You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_data/changelog.yml
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
- date: '2025-08-26'
2
+
updates:
3
+
application:
4
+
version: 1.195.0
5
+
improvements:
6
+
- text: |-
7
+
REST API: All status 4xx error response bodies now conform to the [RFC9457](https://datatracker.ietf.org/doc/html/rfc9457) "problem details" JSON format.
8
+
* Previously, _some_ 400 "bad request" error responses used RFC9457. Other 400 responses and 401/403 responses just contained a simple plain text body with the error message.
9
+
* REST API clients that process _error response bodies_ may require adaptions.
10
+
issues: [SIGN-7868]
11
+
bug_fixes:
12
+
- text: |-
13
+
REST API: fixed typo in `GET /v1/{organizationId}/Organization` route: renamed `maxNumberOfIndiviudualSignatures` property to `maxNumberOfIndividualSignatures`.
14
+
issues: [SIGN-7997]
15
+
self_hosted_installations:
16
+
version: 1.195.0
17
+
improvements:
18
+
- text: |-
19
+
An internal delay for deleting/archiving artifacts has been reduced from 24 hours to 1 hour.
20
+
issues: [SIGN-7988]
21
+
- date: '2025-08-12'
22
+
updates:
23
+
application:
24
+
version: 1.194.0
25
+
bug_fixes:
26
+
- text: |-
27
+
Fixed: response was not stored for webhook calls that returned an error, display link failed.
0 commit comments