Skip to content

Releases: usdot-jpo-ode/jpo-ode

jpo-ode-2.0.1

11 Mar 13:40
6f6f094
Compare
Choose a tag to compare

jpo-ode-2.0.1

Jpo-ode-2.0.0

27 Feb 15:51
967a238
Compare
Choose a tag to compare

Jpo-ode-2.0.0

jpo-ode-1.5.1

02 Jan 16:06
0fa45ab
Compare
Choose a tag to compare

The updates for the jpo-ode 1.5.1 release includes a fix for nodes getting duplicated during JSON serialization/deserialization.
• Moved JsonProperty declaration to getters to avoid duplicate fetch in serialization/deserialization scenarios

Known Issues
• No known issues at this time.

jpo-ode-1.5.0

29 Nov 21:18
eeb0fb2
Compare
Choose a tag to compare
Merge pull request #523 from usdot-jpo-ode/release_q3

Merge Q3 release into master

jpo-ode-1.4.1

05 Sep 14:07
4b91f4a
Compare
Choose a tag to compare

jpo-ode-1.4.1

What's Changed

Full Changelog: jpo-ode-1.4.0...jpo-ode-1.4.1

jpo-ode-1.4.0

05 Jul 14:20
81f9336
Compare
Choose a tag to compare

The current version and release history of the JPO-ODE: ODE Release Notes

Jpo-ode-1.3.0

31 Mar 13:56
f2caf7d
Compare
Choose a tag to compare

The current version and release history of the JPO-ODE: ODE Release Notes

Release 1.2.4

17 Dec 20:40
a93c507
Compare
Choose a tag to compare

Version 1.2.4, released on Dec 17th, 2021
Summary: The updates for jpo-ode 1.2.4 release includes such as fixes for hex values for CDOT WYDOT projects, Included few unit test in code base and removed Gson & Log4j library in dependencies files. Along with the below enhancements, several bug fixes and CI related enhancements are included in this release.
Enhancements in this release:

  • Issue 456: Fixed Hex values to be incorrectly converted to numeric values for both CDOT and WYDOT projects and made few updates to the development environment to accommodate the Java 11 migration.
  • Issue 457: Updated few unit tests that are not included in existing code and fixed all failing unit tests in new included tests that should run under mvn test.
  • Issue 460: Removed few Gson references and updates the one remaining file OdeTravelerInformationMessage.java which still had Gson references.
  • Issue 462: Removed Log4J library within the ODE. The reference to this library has been updated to a patched version.

Release 1.2.3

16 Nov 15:25
c33e5b8
Compare
Choose a tag to compare

Version 1.2.3, released on Nov 11, 2021
Summary: The updates for jpo-ode 1.2.3 release includes updates to ODE Data router to consume and recognize MAP messages type. Added Kubernetes documentation to run ODE on K8’s. Added UDP receiver class for SPAT messages. Added MAP UDP receiver to receive MAP payload directly from RSU’s. Updated DecodeDataRouter to consume and recognize SRM and SSM messages and Along with the below enhancements, several bug fixes and CI related enhancements are included in this release.
Enhancements in this release:
•Issue 446: Added a new markdown file containing Kubernetes documentation related to running the ODE in a k8s environment. This markdown file has been linked in the README https://github.com/usdot-jpo-ode/jpo-ode#12-kubernetes.
•Issue 442: Updated DecodeDataRouter to consume and recognize MAP message. Added classes and functionalities to build MAP object and populate it with the decoded MAP messages. Serialize the MAP object into JSON and publish the JSON data to Kafka topics within ODE.
•Issue 447: Added UDP receiver class for SPAT messages. This allows to receive SPAT payload directly from RSU and forward to Kafka topics within ODE.
•Issue 449: MAP UDP receiver has been added. This allows to receive MAP payload directly from RSU and forward to Kafka topics within ODE.
•Issue 451: SSM message types are now supported (including UDP receiver). Updated DecodeDataRouter to consume and recognize SSM message. Added classes and functionalities to build SSM object and populate it with the decoded SSM messages. Serialize the SSM object into JSON and publish the JSON data to Kafka topics within ODE.
•Issue 438: SRM message types are now supported (including UDP receiver). Updated DecodeDataRouter to consume and recognize SRM message. Added classes and functionalities to build SRM object and populate it with the decoded SRM messages. Serialize the SRM object into JSON and publish the JSON data to Kafka topics within ODE.
•Issue 454: Fixed the unit test case failure which caused Circle CI build failure.

Release 1.2.2

06 Aug 18:38
5c17ff2
Compare
Choose a tag to compare

Version 1.2.2, released August 5, 2021
Summary: The updates for jpo-ode 1.2.2 release includes updates to ODE data router to support Spat messages type. Added S3 depositor group name. Added source IP’s to Metadata for BSM and TIM. Updated the Java versions and Sprint Boot Framework Along with the below enhancements, several bug fixes and CI related enhancements are included in this release.
Enhancements in this release:
• Issue 438: Added source IP to metadata in BSM and TIM messages received over UDP to their respective ports.
• Issue 441: Updated Java version 8 to 11 and updated Sprint Boot Framework version.
• Issue 435: Updated new code to Implement ODE data router to support Spat messages type and added additional support for SPaT data forwarding like BSM, TIM.
Fixes in this release:
• Issue 443: Fixed Log File Parser is unable to parse SPaT log files sent from V2XHub
• Issue 432: Fixed Replace single Kafka topic consumer with multiple message type specific consumers by three different topics for receiving encoded BSM, encoded TIM, and encoded SPAT.
• Issue 436: Fixed S3 depositor group name to be configurable rather than a static value which fixes the issues when running multiple containers as Kafka.