Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added info on breaking changes to release notes for 2.0.0 #43

Merged
8 changes: 8 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 1.6.0 update 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
Loading