Skip to content

Commit

Permalink
Updated Release_notes.md for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed May 24, 2024
1 parent c0c17e0 commit 6c31b52
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
JPO-ODE Release Notes
----------------------------

Version 2.1.0, released June 2024
----------------------------------------
### **Summary**
The updates for the jpo-ode 2.1.0 release include several key improvements and fixes. These updates address issues with PSM and log offloading, and enhance the continuous integration processes. The Kafka version has been upgraded, and a bug related to log processing has been resolved. Nanoseconds are now trimmed from timestamps, and 1609.2 headers are now stripped from unsigned messages. A submodule compatibility guide has been added, along with making the default SNMP protocol configurable. Configurable signing is now possible independently for Road Side Units (RSUs) and the SDX. The Dockerhub documentation now includes a link to the submodule compatibility guide. Maven plugin versions have been updated, and the Kafka topic creation process has been improved. A timestamp precision bug has been fixed, and the documentation has been revised for accuracy. Additionally, the NTCIP1218 msgRepeatOptions value is now set based on context, and SnmpSession now reports failures to retrieve authoritative engine IDs only if a response is received. Finally, the TimDeleteController has been updated to log message deletion failures as errors.

Enhancements in this release:
CDOT PR 57: Fixes for PSM & Log Offloading
CDOT PR 58: Updated CI
CDOT PR 59: Updated Kafka version
CDOT PR 61: Fixed bug with log processing
CDOT PR 62: Trimmed nanoseconds from snmpTimeStampFromIso
CDOT PR 63: Stripped 1609.2 headers from unsigned messages
CDOT PR 64: Added submodule compatibility guide
CDOT PR 65: Added support for retaining IEEE 1609.2 security headers
CDOT PR 66: Made default SNMP protocol configurable
CDOT PR 67: Added configurable signing independently for RSUs and the SDX
CDOT PR 69: Added link to submodule compatibility guide to dockerhub documentation
CDOT PR 70: Updated maven plugin versions
CDOT PR 71: Updated kafka topic creation
CDOT PR 72: Fixed timestamp precision bug
CDOT PR 73: Revised documentation for accuracy
CDOT PR 75: Set NTCIP1218 msgRepeatOptions value based on context
CDOT PR 76: Updated SnmpSession to report failures to retrieve authoritative engine IDs only if a response is received
CDOT PR 79: Updated TimDeleteController to log failures to delete messages as errors

Version 2.0.1, released March 2024
----------------------------------------
### **Summary**
Expand Down

0 comments on commit 6c31b52

Please sign in to comment.