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

Release Notes for v1.6.0 #22

Merged
merged 3 commits into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
asn1_codec Release Notes
----------------------------

Version 1.6.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.

Enhancements in this release:
- CDOT PR 14: Optimized dockerfiles for smaller & faster deployments by switching over to using alpine as the base image
- CDOT PR 18: Allowed 'doIt.sh' to target directories instead of a single file
- CDOT PR 19: Transitioned to using the ASN files for J2735 2020.
- CDOT PR 17: Added dockerhub image documentation
- CDOT PR 21: Included generated header/implementation files in tracked files as tarballs
- CDOT PR 20: Updated SCMS files

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.


Version 1.5.0, released November 2023
----------------------------------------

Expand Down
Loading