Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab CI committed Feb 21, 2025
1 parent e9c59ad commit a190cca
Show file tree
Hide file tree
Showing 2 changed files with 1,947 additions and 357 deletions.
80 changes: 80 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,83 @@
## [6.0.0](https://github.com/britned/empire-platform-api/compare/v5.0.3...v6.0.0) (2025-02-21)


### ⚠ BREAKING CHANGES

* update server templates along with oasg v16.3.0
* **buy-now-offers:** change endpoints and schemas to Buy Now 2.0
* **profile:** user preferences extended with browser notification
* **bidding-configuration:** add day ahead and intraday bidding configuration
* **profile:** add timescale preferences to profile and preference endpoints
* **public-nominations:** typo in required field name

### Features

* **auctions:** add buy now offers to getAuctionOverview endpoint
* **auctions:** add getAuctionOverview endpoint
* **auctions:** update auction status filter and DayAheadAuction
* **bidding-configuration:** add day ahead and intraday bidding configuration
* **business-processes:** add dataFlowStatus to getBusinessProcessSteps
* **buy-now-offers:** change endpoints and schemas to Buy Now 2.0
* change openapi version to 3.1.1
* **data-flows,business-processes:** new data flows and workflows for Danske data polling
* **finance:** add generateFinanceInvoice api
* **notifications:** new notifications controller with subscribe endpoint
* **profile:** add timescale preferences to profile and preference endpoints
* **profile:** user preferences extended with browser notification
* **webhooks:** add auction result webhook event types
* **webhooks:** add get and update webhooks endpoints
* **webhooks:** add get webhook history endpoint
* **webhooks:** add webhook requests
* **webhooks:** add webhook skeletons
* **webhooks:** create testWebhook endpoint
* **webhooks:** rename token to signing secret


### Bug Fixes

* **auctions:** re-add required fields for DayAheadAuction
* **profile:** extend email notification options for unplanned outages and curtailment
* **profile:** refactor notification preference schemas
* **profile:** remove getZendeskChatToken from publicly documented endpoints
* **public-nominations:** typo in required field name
* **reporting:** missing explicit array definitions
* **webhooks:** plural responseHeaders and add errorMessage
* **webhooks:** various fixes around webhook endpoints


### Documentation

* **auction:** modify getAuctionBiddingConfiguration x-notes and description


### Refactoring

* **bidding-configuration:** refactor all timescale configuration
* **finance:** refactor generateMissingFinanceInvoice operation
* **profile:** refactor subscribeForBrowserNotifications endpoint


### Styling

* **auctions:** enum value logical placement for AuctionFilterStatus
* **auctions:** fix getAuctionOverview documentation
* **profile:** fix placement of property
* **webhooks:** change structure of webhooks paths and schemas


### Build

* add feign client generator for platform api webhooks
* **deps:** update oasg to v15
* move existing python targets to python-legacy with oasg v16.0.0
* re-add python targets with oasg v16.2.0
* remove unused client-feign target
* remove webhooks from code targets, but keep them in docs
* simplify decorators
* update server templates along with oasg v16.3.0
* update swagger-ui version to 5.18.3
* use typescript-fetch target for fetch client using oasg v16.1.0

### [5.0.3](https://github.com/britned/empire-platform-api/compare/v5.0.2...v5.0.3) (2024-12-18)

> No changes affecting Participants.
Expand Down
Loading

0 comments on commit a190cca

Please sign in to comment.