Skip to content

Commit 4045671

Browse files
committed
chore: changelog updated
1 parent f0ccfff commit 4045671

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

spec/v3/index.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In addition, for publishing a release:
99
Update the Previous Version and TR links
1010
-->
1111
<pre class='metadata'>
12-
Text Macro: DATE 20250310
12+
Text Macro: DATE 20250313
1313
Text Macro: VERSION 3.0.0
1414
Text Macro: STATUS Draft
1515
Title: Technical Specifications for PCF Data Exchange
@@ -983,6 +983,17 @@ path: ../../LICENSE.md
983983

984984
# Appendix B: Changelog # {#changelog}
985985

986+
## Version 3.0.0-20250313 (Draft Mar 13, 2025) ## {#changelog-3.0.0-20250313}
987+
988+
Summary of major changes:
989+
990+
1. Description of API methods and responses is now generated from the OpenAPI specification.
991+
2. [Host system requirements](#api-host-system) condensed.
992+
3. [Error handling](#api-error-handling) added.
993+
3. Simplified [Authentication section](#api-auth)
994+
4. Added information on retry strategy for [RequestFulfilledEvent](#request-fulfilled-event), [RequestRejectedEvent](#request-rejected-event), [PublishedEvent](#published-event)
995+
5. Clarity on [definition of change](#lifecycle-handling)
996+
986997
## Version 3.0.0-20250217 (Draft Feb 17, 2025) ## {#changelog-3.0.0-20250217}
987998

988999
Summary of major changes since version 2.3:

spec/v3/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ components:
13971397

13981398
PublishedEvent:
13991399
$ref: '#/components/schemas/BaseEvent'
1400-
title: ProductFootprint Published Event
1400+
title: Published Event
14011401
description: |
14021402
Notification that a ProductFootprint has been published (either new or updated).
14031403
This event is triggered by the [=data owner=] and send to relevant [=data recipients=].

0 commit comments

Comments
 (0)