Skip to content
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
15 changes: 15 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
asn1_codec Release Notes
----------------------------

Version 3.2.0, released October 2025
----------------------------------------
### **Summary**
This release fixes issues in the generated J2735 code to eliminate workarounds, cleans up the Dockerfiles by removing unused asn1c instructions and comments, optimizes the Docker build with a shared runtime-deps stage, and adds a unit test for SDSM data decoding.

Enhancements in this release:
- [CDOT PR 47](https://github.com/CDOT-CV/asn1_codec/pull/47): Fixes to generated J2735 from asn1c updates
- [CDOT PR 48](https://github.com/CDOT-CV/asn1_codec/pull/48): Cleanup Dockerfiles by removing unused asn1c instructions and comments
- [CDOT PR 49](https://github.com/CDOT-CV/asn1_codec/pull/49): Optimize Docker build by introducing shared runtime-deps stage
- [CDOT PR 44](https://github.com/CDOT-CV/asn1_codec/pull/44): Add Unit Test for SDSM Data Decoding
- [USDOT PR 70](https://github.com/usdot-jpo-ode/asn1_codec/pull/70): Add Workflow for External Issues Notification
- [USDOT PR 71](https://github.com/usdot-jpo-ode/asn1_codec/pull/71): Migrate to Reusable Docker Workflows
- [USDOT PR 72](https://github.com/usdot-jpo-ode/asn1_codec/pull/72): Fix the Docker organization repository


Version 3.1.0, released May 2025
----------------------------------------
### **Summary**
Expand Down
Loading