Skip to content

Commit e939583

Browse files
authored
Merge pull request #22 from SignPath/SP_1.200
Add SP 1.200 change logs
2 parents b921820 + 2b39f89 commit e939583

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/_data/changelog.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
- date: '2025-11-18'
2+
updates:
3+
application:
4+
version: 1.200.2
5+
improvements:
6+
- text: |-
7+
Quotas are now calculated, displayed and limited annually:
8+
* Background: Previously, quotas were observed per month, although subscriptions were annually. While this made it easier to detect excess usage early, it sometimes led to problems for customers with usage spikes in certain months.
9+
* Starting with this release, each quota period starts from the day and month of the subscription start and lasts one year. (Note that _contract_ periods may be multiple years.)
10+
* All annual quotas are set to the contracted value. This is the previous monthly quota times 12, except for customers who were granted excess monthly quotas to deal with spikes.
11+
* Find your consumption, quota period and quota limits on your organization details page.
12+
* REST API: changes for `GET /v1/{organizationId}/Organization`
13+
* New properties: `yearlyMaxSizeOfArtifactsInBytes`, `yearlyMaxNumberOfIndividualSignatures`, `quotaPeriodStart`, `quotaPeriodEnd`
14+
* Removed properties: `monthlyMaxSizeOfArtifactsInBytes` and `maxNumberOfIndividualSignatures`
15+
issues: [SIGN-3781]
16+
saas_only: true
17+
- text: |-
18+
REST API: new route `GET /v1/{organizationId}/SigningRequests/{id}/Status` for signing request status polling.
19+
* Use instead of `GET /v1/{organizationId}/SigningRequests/{id}` for status polling. This route may become rate-limited in the future.
20+
* See [API definition](https://app.signpath.io/Api/swagger) for details.
21+
issues: [SIGN-8019]
22+
self_hosted_installations:
23+
version: 1.200.2
24+
improvements:
25+
- text: |-
26+
Added automatic cleanup of temporary signing request metadata in `ApplicationShared` DB which reduces the overall database size.
27+
issues: [SIGN-7728]
128
- date: '2025-11-04'
229
updates:
330
application:

0 commit comments

Comments
 (0)