Skip to content

Commit 41b2c2e

Browse files
author
GitLab CI
committed
chore(release): 5.0.0
1 parent 024c233 commit 41b2c2e

File tree

2 files changed

+482
-60
lines changed

2 files changed

+482
-60
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
## [5.0.0](https://github.com/britned/empire-platform-api/compare/v4.0.0...v5.0.0) (2024-10-21)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **finance:** change getFinanceInvoices response to groups
7+
* **participant-overview:** extend participant overview data
8+
* **finance:** support optional product types and multiple timescales in getFinanceSettlementPerDay
9+
* **secondary-market:** allow secondary market returns list for multiple participants
10+
11+
### Features
12+
13+
* **allocated-auctions:** add bidding period filter to allocated auction endpoints
14+
* **auctions, public-auctions:** add next / previous auction properties to auction details
15+
* **business-process:** add workflow types for draft invoice generation
16+
* **business-processes:** add credit limit check workflow and step
17+
* **buy-now-offers:** add getBuyNowOffer endpoint
18+
* **capacity:** add lowestNtcAddition and lowestOtherNtcReduction to get ntc reduction options
19+
* **capacity:** add ntc reduction in range error code
20+
* **crisis-management:** add email to CrisisCompletedTask completedBy
21+
* **finance, reporting:** add getInvoiceGroupPdfs endpoint
22+
* **finance:** add downloadAllFinanceInvoiceGroupPdfs endpoint
23+
* **finance:** add finance invoice manual item options
24+
* **finance:** add groupId to getFinanceInvoice response
25+
* **finance:** change getFinanceInvoices response to groups
26+
* **finance:** markAllFinanceInvoicePaid endpoint
27+
* **finance:** support optional product types and multiple timescales in getFinanceSettlementPerDay
28+
* **participant-overview:** extend participant overview data
29+
* **reporting:** getAuctionsBidsReport
30+
* **secondary-market:** allow secondary market returns list for multiple participants
31+
32+
33+
### Bug Fixes
34+
35+
* **buy-now-offers:** make getBuyNowOffer endpoint plural
36+
* **finance:** getFinanceInvoices make due date optional
37+
* **reporting:** add getBppPeriodReport endpoint
38+
* **secondary-market:** add nomination gate close to secondary market transfer request options
39+
* **secondary-market:** make getSecondaryMarketReturnRequests ParticipantIds mandatory
40+
41+
42+
### Documentation
43+
44+
* **capacity:** change create, update ntc reduction target validation error msg
45+
* **reporting:** modify getAggregatedNominations validation
46+
47+
48+
### Build
49+
50+
* add fetch target for e2e testing
51+
* **deps:** update oasg to v14
52+
53+
54+
### Styling
55+
56+
* enforce alphabetical ordering for certain enums
57+
* formatting of security scheme descriptions
58+
159
## [4.0.0](https://github.com/britned/empire-platform-api/compare/v3.0.10...v4.0.0) (2024-08-13)
260

361

0 commit comments

Comments
 (0)