Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sections/datastandards/operationalvesseldata.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Below is an example of how the OVD Log Abstract would look for a vessel sailing

Have a look at the [Sample Files](https://veracitycdnprod.blob.core.windows.net/developer/veracitystatic/ovd/OVDsamplefiles.zip) to find more examples.

Data can be submitted to DNV’s Veracity OVD via continuous and automated transfer using modern REST API interfaces, or via manual upload of CSV files. Please contact [Veracity Support](mailto:support@veracity.com) if you want to know more about how to establish automated transfer of OVD data.
Data can be submitted to DNV’s Veracity OVD via continuous and automated transfer using modern REST API interfaces, or via manual upload of CSV files. Please contact [Veracity Support](mailto:support@veracity.com) if you want to know more about how to establish automated transfer of OVD data.
6 changes: 3 additions & 3 deletions sections/dataworkbench/news/recent-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ description: This is an overview of recent releases of Data Workbench and Data P

## Recent Data Workbench changes

1. [March 2026 release](releasemar26.md)
1. [February 2026 third release](releasefeb26trd.md)
1. [February 2026 second release](releasefeb26sec.md)
1. [February 2026 release](releasefeb26.md)
1. [January 2026 second release](releasejan26sec.md)
1. [January 2026 release](releasejan26.md)
3. [December 2025 release](releasedec25.md)

## Recent Data Platform changes

Expand All @@ -22,8 +22,8 @@ description: This is an overview of recent releases of Data Workbench and Data P
5. [February 2025 release](dp-releasefeb25.md)

## Recent API changes
1. [February 2026 third release](releasefeb26trd.md)
1. [January 2026 second release](releasejan26sec.md)
1. [January 2026 release](releasejan26.md)
1. [Platform July 2025 release](dp-releasejul25.md)

The latest API specification is available through our [API Explorer](https://developer.veracity.com/docs/section/api-explorer/76904bcb-1aaf-4a2f-8512-3af36fdadb2f/developerportal/dataworkbenchv2-swagger.json).
23 changes: 23 additions & 0 deletions sections/dataworkbench/news/releasemar26.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
author: Veracity
description: This is the changelog for the March 2026 release of Data Workbench.
---

# March 2026 release: Egest API
To improve system performance and reduce unnecessary data processing, access to historical data within the Egest API has been restricted.
Data before the defined cutoff years is no longer returned.

## Cutoff Rules Applied
* Compliance Data Quality MRV EU (OVDQ MEU): Year ≥ 2025
* Compliance Data Quality MRV UK (OVDQ MUK): Year ≥ 2025
* Compliance Data Quality DCS (OVDQ DCS): Year ≥ 2025
* Compliance Data Quality FuelEU (OVDQ FEUM): Year ≥ 2025
* Emissions Connect Data Quality (OVDQ VLV): Year ≥ 2023

* Data before these cutoff years will be returned as empty periods.
* **If you want to keep those data, please download it before 11 March 2026.**

## Expected Impact
* Reduced volume of unnecessary historic data.
* Improved system response times and performance.
* More focused views for end users.
4 changes: 4 additions & 0 deletions sections/dataworkbench/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"text": "Latest releases",
"href": "news/recent-releases.md"
},
{
"text": "March 2026 release",
"href": "news/releasemar26.md"
},
{
"text": "February 2026 second release",
"href": "news/releasefeb26sec.md"
Expand Down