|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 31 | ## 1.5.1 - 2023/10/05 |
4 | 32 |
|
5 | 33 | - (BPCO) (GET /ca) Update `version` format from integer to float |
|
0 commit comments