Skip to content

Commit bff5688

Browse files
authored
Merge pull request #6 from SignPath/SP_1.195
SP 1.195
2 parents 9550ec7 + f35e52e commit bff5688

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

docs/_data/changelog.yml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
28+
issues: [SIGN-7749]
129
- date: '2025-08-21'
230
updates:
331
github_connector:
@@ -23,7 +51,7 @@
2351
version: '3.2.0'
2452
improvements:
2553
- text: Improved the performance and logging.
26-
issues: [SIGN-7681, SIGN-7735, SIGNm-7910]
54+
issues: [SIGN-7681, SIGN-7735, SIGN-7910]
2755
azure_devops_connector:
2856
version: '0.4.0'
2957
bug_fixes:

0 commit comments

Comments
 (0)