EBL 3.0: SD-2934: Update What's New for ISS v3.0.3#616
EBL 3.0: SD-2934: Update What's New for ISS v3.0.3#616
Conversation
Review Summary by QodoDocument Issuance API v3.0.3 release notes and changes
WalkthroughsDescription• Added comprehensive What's New section for Issuance v3.0.3 • Documents patch updates including new examples and error code improvements • Lists platform onboarding updates (DOCU, AEOT, SGTD) • Details Transport Document schema changes and deprecations • Includes nested innerPackagings, extended code support, and new address fields Diagramflowchart LR
A["README.md"] -->|Add Release Notes| B["v3.0.3 Section"]
B -->|Documents| C["Examples & Error Codes"]
B -->|Documents| D["Platform Updates"]
B -->|Documents| E["Transport Document Changes"]
E -->|Includes| F["Deprecations & Extensions"]
E -->|Includes| G["New Fields & Nesting"]
File Changes1. ebl/v3/issuance/README.md
|
Code Review by Qodo
1. Placeholder release date
|
There was a problem hiding this comment.
Pull request overview
Updates the “What’s New” section for the EBL v3 Issuance module to document the upcoming v3.0.3 patch release.
Changes:
- Adds release notes section for Issuance API v3.0.3.
- Updates publications links list in the Issuance README.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| - `AEOT` (AEOTrade) | ||
| - `SGTD` (SGTraDex) | ||
| - **Transport Document** changes: | ||
| - corrected many descriptions for typos and gramatical errors (`numberOfOriginalsWithCharges`, `numberOfOriginalsWithoutCharges`, Reference and ReferenceConsignmentItem `type`, `OuterPackaging`, `packageCode`, `numberOfPackages`, OuterPackaging `description`, `innerPackagings`, `NetExplosiveContent`, NetExplosiveContent `description`, `InnerPackaging`, `UtilizedTransportEquipment`, `VesselVoyage`, `street`, `streetNumber`, `floor`, `postCode`, `city` and `stateRegion`) |
| - `nationalCommodityCodes` marked as deprecated everywhere, `extendedNationalCommodityCodes` to be used instead | ||
| - `extendedNationalCommodityCodes` added in order to support 16 character codes | ||
| - `innerPackagings` can now have a nested `innerPackagings` to allow multiple innerPackaging-layers | ||
| - `role` added to `VesselVoyage` in order to specify the vessel as being: `FIRST_SEA_GOING` (First sea giong vessel) or `MOTHER` (Mother vessel) |
| - [Bill of Lading](https://dcsa.org/standards/ebill-of-lading/) maintained on the [dcsa.org](https://dcsa.org) website (contains documents and publications) | ||
| - [Bill of Lading](./../) maintained here on GitHub | ||
| - [Bill of Lading Issuance Response](./../issuance_response/) maintained here on GitHub (the Issuance Response API linked to this API) | ||
| - [Bill of Lading](./..) maintained here on GitHub |
|
|
||
| <a name="v303"></a>[Release v3.0.3 (TBD 2026)](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_EBL_ISS/3.0.3) | ||
| --- | ||
| This is a patch version for the DCSA Issuance API. eBL Solution Providers updated: |
| - [Bill of Lading Issuance Response](./../issuance_response/) maintained here on GitHub (the Issuance Response API linked to this API) | ||
| - [Bill of Lading](./..) maintained here on GitHub | ||
|
|
||
| <a name="v303"></a>[Release v3.0.3 (TBD 2026)](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_EBL_ISS/3.0.3) |
There was a problem hiding this comment.
1. Placeholder release date 🐞 Bug ⚙ Maintainability
The new v3.0.3 release entry uses a placeholder date "TBD 2026", unlike other releases which have a concrete date. If merged, this leaves the changelog in an incomplete/outdated state.
Agent Prompt
### Issue description
The v3.0.3 release note header contains a placeholder date ("TBD 2026"), which will ship as incomplete documentation.
### Issue Context
Other releases in the same file use a concrete date format, e.g. "(14 November 2025)".
### Fix Focus Areas
- ebl/v3/issuance/README.md[10-10]
### Suggested change
Replace the placeholder with the actual v3.0.3 release date using the same style as other entries (or remove the date entirely until it is known, but avoid leaving "TBD" in `master`).
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
No description provided.