Skip to content

Commit db1d16a

Browse files
committed
Draft release notes for v4.3.2
1 parent 7203b65 commit db1d16a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
Version 4.3.2
2+
=============
3+
4+
Features
5+
--------
6+
7+
* TRC 1.3 Support: Added support for .trc log files as generated by PCAN Explorer v5 and other tools, expanding compatibility with common log file formats (#1753).
8+
* ASCReader Performance: Significantly improved the read performance of ASCReader, optimizing log file processing and analysis (#1717).
9+
* SYSTEC Interface Enhancements: Added the ability to pass an explicit DLC value to the send() method when using the SYSTEC interface, enhancing flexibility for message definitions (#1756).
10+
* Socketcand Beacon Detection: Introduced a feature for detecting socketcand beacons, facilitating easier connection and configuration with socketcand servers (#1687).
11+
* PCAN Driver Echo Frames: Enabled echo frames in the PCAN driver when receive_own_messages is set, improving feedback for message transmissions (#1723).
12+
* CAN FD Bus Connection: Enabled connecting to CAN FD buses without specifying bus timings, simplifying the connection process for users (#1716).
13+
* Neousys Configs Detection: Updated the detection mechanism for available Neousys configurations, ensuring more accurate and comprehensive configuration discovery (#1744).
14+
15+
16+
Bug Fixes
17+
---------
18+
19+
* Send Periodic Messages: Fixed an issue where fixed-duration periodic messages were sent one extra time beyond their intended count (#1713).
20+
* Vector Interface on Windows 11: Addressed compatibility issues with the Vector interface on Windows 11, ensuring stable operation across the latest OS version (#1731).
21+
* ASCWriter Millisecond Handling: Corrected the handling of milliseconds in ASCWriter, ensuring accurate time representation in log files (#1734).
22+
* Various minor bug fixes: Addressed several minor bugs to improve overall stability and performance.
23+
24+
Miscellaneous
25+
-------------
26+
27+
* Implemented various logging enhancements to provide more detailed and useful operational insights (#1703).
28+
* Updated CI to use OIDC for connecting GitHub Actions to PyPi, improving security and access control for CI workflows.
29+
30+
The release also includes various other minor enhancements and bug fixes aimed at improving the reliability and performance of the software.
31+
32+
133
Version 4.3.1
234
=============
335

0 commit comments

Comments
 (0)