Skip to content

Commit 8be1502

Browse files
authored
Merge pull request #4 from APNF/releases/1.6.0
Releases/1.6.0
2 parents 9a91e86 + 794f792 commit 8be1502

File tree

4 files changed

+307
-58
lines changed

4 files changed

+307
-58
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 1.6.0 - 2023/12/13
4+
5+
- (BPCO) (Description) Fix spelling error in 'Rate limiting'
6+
- (BPCO) (History) Set correct 1.5.1 version for 2023/10/05 release
7+
8+
- (GCO) (Certificates) PATCH /certificates/{certificate_id} - Add constraints for expired certificates
9+
- (GCO) (Certificates) POST /certificates/{certificate_id} - Add 409 HTTP status case
10+
- (GCO) (Certificates) GET /certificates/export - New endpoint to export certificates as CSV
11+
- (GCO) (Providers) GET /providers/{provider_id} - New `legal_administrator` property to provide provider current legal administrator user.
12+
- (GCO) (Providers) GET /providers - Removed `verified`, `verified_at` and `verified_status` filters as never implemented
13+
- (GCO) (Providers) GET /providers/{provider_id}/bypass_token - Add 415 HTTP status case
14+
- (GCO) (Providers) PATCH /providers/{provider_id} - New `legal_administrator` property to change provider legal administrator user
15+
- (GCO) (Providers) PATCH /providers/{provider_id} - Allow `opts_contracts` property to be edited by MANAGER users
16+
- (GCO) (Providers) Add `BypassTokenId` schema
17+
- (GCO) (Providers) Update `BypassToken` schema to add `BypassTokenId` reference and specify required properties
18+
- (GCO) (Providers) Update `bypass_token` property in `Provider` schema
19+
- (GCO) (Providers) Remove `domains_allowed` mentions from `ProviderCreationRequest` schema and examples as property has been removed since 1.3.0 release
20+
- (GCO) (Providers) Updated `ProviderDetails` schema to add `deposit_notification_list` property and remove `last_verification` property
21+
- (GCO) (Users) GET /users - Add `created_at`, `updated_at` and `last_connected_at` properties to `UserSummaryView` schema
22+
- (GCO) (Users) GET /users - Grant API method access to the MANAGER role.
23+
- (GCO) (Users) GET /users/{user_id} - Grant API method access to the MANAGER role.
24+
- (GCO) (Users) GET /users/{user_id} - New `legal_administrator ` to see if user is legal administrator.
25+
- (GCO) (Users) POST /users – Allow APNF administrators to create provider administrator users
26+
- (GCO) (Users) PATCH /users - Allow APNF administrators to update the role of any provider user.
27+
- (GCO) (Users) POST /users/reset-credential - Rename original reset-password to enhance functionality by adding reset of OTP and resend new link of account activation.
28+
- (GCO) (BPCO) GET /bpco/certificates - Add missing `Content-Length` response header
29+
- (GCO) (Description) Fix spelling error in 'Rate limiting'
30+
331
## 1.5.1 - 2023/10/05
432

533
- (BPCO) (GET /ca) Update `version` format from integer to float

apnf-man-platform-openapi-auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: APNF MAN Platform - API Authentication Reference
4-
version: 1.5.1
4+
version: 1.6.0
55
license:
66
name: CC-BY-SA-4.0
77
url: https://creativecommons.org/licenses/by-sa/4.0/legalcode

apnf-man-platform-openapi-bpco.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: APNF MAN Platform - BPCO API Reference
4-
version: 1.5.1
4+
version: 1.6.0
55
license:
66
name: CC-BY-SA-4.0
77
url: https://creativecommons.org/licenses/by-sa/4.0/legalcode
@@ -50,7 +50,7 @@ info:
5050
| **405** | The method is not allowed for the resource. |
5151
| **406** | The format in the `Accept` header is not supported. |
5252
| **409** | There is a conflict between the object status and the action requested |
53-
| **429** | Too many requests have been sent by the client (see Rate Limting). |
53+
| **429** | Too many requests have been sent by the client (see Rate Limiting). |
5454
| **500** | An unexpected error occurred while processing the request. |
5555
| **503** | The service is unavailable. |
5656
@@ -70,7 +70,11 @@ info:
7070
7171
# History
7272
73-
**1.5.0** - 2023/10/05
73+
**1.6.0** - 2023/12/13
74+
- (Description) Fix spelling error in 'Rate limiting'
75+
- (History) - Set correct 1.5.1 version for 2023/10/05 release
76+
77+
**1.5.1** - 2023/10/05
7478
- (GET /ca) Update `version` format from integer to float
7579
- (GET /ca/certs) Update `version` format from integer to float
7680

0 commit comments

Comments
 (0)