|
| 1 | +## [6.0.0](https://github.com/britned/empire-platform-api/compare/v5.0.3...v6.0.0) (2025-02-21) |
| 2 | + |
| 3 | + |
| 4 | +### ⚠ BREAKING CHANGES |
| 5 | + |
| 6 | +* update server templates along with oasg v16.3.0 |
| 7 | +* **buy-now-offers:** change endpoints and schemas to Buy Now 2.0 |
| 8 | +* **profile:** user preferences extended with browser notification |
| 9 | +* **bidding-configuration:** add day ahead and intraday bidding configuration |
| 10 | +* **profile:** add timescale preferences to profile and preference endpoints |
| 11 | +* **public-nominations:** typo in required field name |
| 12 | + |
| 13 | +### Features |
| 14 | + |
| 15 | +* **auctions:** add buy now offers to getAuctionOverview endpoint |
| 16 | +* **auctions:** add getAuctionOverview endpoint |
| 17 | +* **auctions:** update auction status filter and DayAheadAuction |
| 18 | +* **bidding-configuration:** add day ahead and intraday bidding configuration |
| 19 | +* **business-processes:** add dataFlowStatus to getBusinessProcessSteps |
| 20 | +* **buy-now-offers:** change endpoints and schemas to Buy Now 2.0 |
| 21 | +* change openapi version to 3.1.1 |
| 22 | +* **data-flows,business-processes:** new data flows and workflows for Danske data polling |
| 23 | +* **finance:** add generateFinanceInvoice api |
| 24 | +* **notifications:** new notifications controller with subscribe endpoint |
| 25 | +* **profile:** add timescale preferences to profile and preference endpoints |
| 26 | +* **profile:** user preferences extended with browser notification |
| 27 | +* **webhooks:** add auction result webhook event types |
| 28 | +* **webhooks:** add get and update webhooks endpoints |
| 29 | +* **webhooks:** add get webhook history endpoint |
| 30 | +* **webhooks:** add webhook requests |
| 31 | +* **webhooks:** add webhook skeletons |
| 32 | +* **webhooks:** create testWebhook endpoint |
| 33 | +* **webhooks:** rename token to signing secret |
| 34 | + |
| 35 | + |
| 36 | +### Bug Fixes |
| 37 | + |
| 38 | +* **auctions:** re-add required fields for DayAheadAuction |
| 39 | +* **profile:** extend email notification options for unplanned outages and curtailment |
| 40 | +* **profile:** refactor notification preference schemas |
| 41 | +* **profile:** remove getZendeskChatToken from publicly documented endpoints |
| 42 | +* **public-nominations:** typo in required field name |
| 43 | +* **reporting:** missing explicit array definitions |
| 44 | +* **webhooks:** plural responseHeaders and add errorMessage |
| 45 | +* **webhooks:** various fixes around webhook endpoints |
| 46 | + |
| 47 | + |
| 48 | +### Documentation |
| 49 | + |
| 50 | +* **auction:** modify getAuctionBiddingConfiguration x-notes and description |
| 51 | + |
| 52 | + |
| 53 | +### Refactoring |
| 54 | + |
| 55 | +* **bidding-configuration:** refactor all timescale configuration |
| 56 | +* **finance:** refactor generateMissingFinanceInvoice operation |
| 57 | +* **profile:** refactor subscribeForBrowserNotifications endpoint |
| 58 | + |
| 59 | + |
| 60 | +### Styling |
| 61 | + |
| 62 | +* **auctions:** enum value logical placement for AuctionFilterStatus |
| 63 | +* **auctions:** fix getAuctionOverview documentation |
| 64 | +* **profile:** fix placement of property |
| 65 | +* **webhooks:** change structure of webhooks paths and schemas |
| 66 | + |
| 67 | + |
| 68 | +### Build |
| 69 | + |
| 70 | +* add feign client generator for platform api webhooks |
| 71 | +* **deps:** update oasg to v15 |
| 72 | +* move existing python targets to python-legacy with oasg v16.0.0 |
| 73 | +* re-add python targets with oasg v16.2.0 |
| 74 | +* remove unused client-feign target |
| 75 | +* remove webhooks from code targets, but keep them in docs |
| 76 | +* simplify decorators |
| 77 | +* update server templates along with oasg v16.3.0 |
| 78 | +* update swagger-ui version to 5.18.3 |
| 79 | +* use typescript-fetch target for fetch client using oasg v16.1.0 |
| 80 | + |
1 | 81 | ### [5.0.3](https://github.com/britned/empire-platform-api/compare/v5.0.2...v5.0.3) (2024-12-18) |
2 | 82 |
|
3 | 83 | > No changes affecting Participants. |
|
0 commit comments