Skip to content

Commit

Permalink
Merge pull request #45 from usdot-jpo-ode/develop
Browse files Browse the repository at this point in the history
Sync `candidate_r1` with `develop`
  • Loading branch information
dan-du-car authored Feb 26, 2024
2 parents 5b2b420 + 521ac8a commit 8082d72
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
asn1_codec Release Notes
----------------------------

Version 1.6.0, released February 2024
Version 2.0.0, released February 2024
----------------------------------------

### **Summary**
The changes for the asn1_codec 1.6.0 release include dockerfile optimizations, a transition to J2735 2020, dockerhub image documentation, a move to including the generated header/implementation files in tracked files as tarballs and updated SCMS files.
The changes for the asn1_codec 2.0.0 release include dockerfile optimizations, a transition to J2735 2020, dockerhub image documentation, a move to including the generated header/implementation files in tracked files as tarballs and updated SCMS files.

Enhancements in this release:
- CDOT PR 14: Optimized dockerfiles for smaller & faster deployments by switching over to using alpine as the base image
Expand All @@ -19,6 +19,14 @@ Known Issues:
- The do_kafka_test.sh script in the project's root directory is currently not running successfully. The issue is being investigated and will be addressed in a future update.
- According to Valgrind, a minor memory leak has been detected. The development team is aware of this and is actively working on resolving it.

Breaking Changes
- Users should note that due to the switch to J2735 2020, TIMs conforming to J2735 2016 will no longer be processed successfully. This is due to the fact that the J2735 2020 standard has renamed some fields for TIMs. The corresponding updates in the 2.0.0 release for the ODE handles these changes for incoming 2016 TIMs, but any outside applications will need to update their systems to handle these changes prior to forwarding 2016 TIMs to the ACM. The TIM changes in J2735 2020 include the following field renamings:
- `sspTimRights` -> `notUsed`
- `sspLocationRights` -> `notUsed1`
- `sspMsgRights1` -> `notUsed2`
- `sspMsgRights2` -> `notUsed3`
- `duratonTime` -> `durationTime`


Version 1.5.0, released November 2023
----------------------------------------
Expand Down

0 comments on commit 8082d72

Please sign in to comment.