From c8d06118932a93292b1682207b03c7c0beac03a0 Mon Sep 17 00:00:00 2001 From: Drew Johnston <31270488+drewjj@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:43:49 -0600 Subject: [PATCH] Add release notes --- docs/Release_notes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/Release_notes.md b/docs/Release_notes.md index 03a80d469..8611f4026 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -1,6 +1,20 @@ JPO-ODE Release Notes ---------------------------- +Version 2.0.2, released April 2024 +---------------------------------------- +### **Summary** +The updates for the jpo-ode 2.0.2 release includes an update to the dataflow for the UDP and log ingestion endpoints. This update allows for the UDP and log ingestion endpoints to handle and strip unsigned IEEE 1609.2 and 1609.3 headers. Signed IEEE 1609.2 security headers are maintained in the encoded Kafka topic prior to being decoded. + +Enhancements in this release: +- Support IEEE 1609.2 and 1609.3 header ingestion +- Strips unsigned IEEE 1609.2 headers +- Strips IEEE 1609.2 headers +- Maintains signed IEEE 1609.3 headers before eventually stripping them before decoding to the J2735 payload + +Known Issues: +- No known issues at this time. + Version 2.0.1, released March 2024 ---------------------------------------- ### **Summary**