You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation_website/docs/General/release-note.md
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Introduction
2
-
As of January 17th, 2025 the endorsed ONE Record version is:
3
-
- Ontology 3.1.0
2
+
As of xxx the endorsed ONE Record version is:
3
+
4
+
- Ontology 3.2.0
4
5
- API 2.1.0
5
6
- Data Orchestration 1.0.0
6
7
@@ -13,34 +14,31 @@ We believe this release, as the previous one, is production-ready and is an esse
13
14
14
15
The working groups mentioned above are still actively operating and all feedbacks and inputs will be highly appreciated to help us improve further the standard.
15
16
16
-
# Ontology 3.1.0
17
+
# Ontology 3.2.0
17
18
## Scope of the release
18
19
19
-
Ontology 3.1.0 brings many changes compared to 3.0.0. Those changes do not alter the overall object structure but many properties were adjusted based on discussions that have happened in 2024 among the Data Model taskforce and the sub-group dedicated to the mapping between ONE Record and CXML messages.
20
+
Feedbacks were shared from the industry after multiple pilots were run under 3.0.0 and 3.1.0. Ontology 3.2.0 brings some improvements in order to faciliate mapping with CXML messages while preserving the piece-centricity and allowing for an "hybrid" usage of both piece-level management and shipment-level management.
20
21
21
22
## Change
22
-
- Addition of data properties on `Waybill` to ease mappping with CXML messages
23
-
- Re-design of `WaybillLineItem` object and link to `Piece` and `ULD` objects to use actual data (dimensions, volume, ...) instead of duplicating data
24
-
- Addition of operatingParties property on `TransportMovement` to indicate the operating organization or driver/pilot
25
-
- Adjustment of ONE Record Visualizer
26
-
- Refactor of the Code List ontology: alignment with API ontology and best practices, addition of Code List 2 density group codes
23
+
- Addition of `cityName` to *Address* object
24
+
- Addition of `accountNumber` to *Party* object with a dedicated open code list for acccount numbers to be mapped with XFWB requirements
25
+
- Addition of a *HandlingService* object, subtype of *LogisticsService*
26
+
- Addition of `involvedParty` to *LogisticsEvent* object to record additional parties such as receiving party, notify party
27
+
- Addition of `ociLineNumber` to *CustomsInformation* object to ensure the OCI line structure remains the same as in messages (required for Customs part)
28
+
- Addition of data properties and data objects to *Booking* object to simplify the linkage of data when Distribution is out of scope
29
+
- Addition of a few data properties to *DgDeclaration* object to complete the mapping with DG requirements
27
30
28
31
Detailed changelog can be read directly in the following Pull Requests on GitHub or in the [Detailed Changelog page](../General/changelog.md).
29
32
30
33
# API 2.1.0
31
34
32
35
## Scope of the release
33
36
34
-
API 2.1.0 primarily addresses inconsistencies encountered during the implementation of version 2.0.0. In addition, it introduces a new action request, VerificationRequest, enabling the signaling of errors and inconsistencies in logistics objects.
37
+
xxx
35
38
36
39
## Change
37
40
38
-
The API 2.1.0 implements the following changes:
39
-
40
-
-[Add Revision and Latest Revision in the JSON object response](https://github.com/IATA-Cargo/ONE-Record/issues/257)
41
-
-[hasError and hasErrorDetails ontology and documentation alignment](https://github.com/IATA-Cargo/ONE-Record/issues/260)
0 commit comments