You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
Version 4.3.2
1
+
Version 4.4.0
2
2
=============
3
3
4
4
Features
5
5
--------
6
6
7
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).
8
+
* ASCReader refactor: improved the ASCReader code (#1717).
9
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
10
* Socketcand Beacon Detection: Introduced a feature for detecting socketcand beacons, facilitating easier connection and configuration with socketcand servers (#1687).
11
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).
12
+
* CAN FD Bus Connection for VectorBus: Enabled connecting to CAN FD buses without specifying bus timings, simplifying the connection process for users (#1716).
13
13
* Neousys Configs Detection: Updated the detection mechanism for available Neousys configurations, ensuring more accurate and comprehensive configuration discovery (#1744).
14
14
15
15
@@ -24,9 +24,11 @@ Bug Fixes
24
24
Miscellaneous
25
25
-------------
26
26
27
+
* Invert default value logic for BusABC._is_shutdown. (#1774)
27
28
* Implemented various logging enhancements to provide more detailed and useful operational insights (#1703).
28
29
* Updated CI to use OIDC for connecting GitHub Actions to PyPi, improving security and access control for CI workflows.
29
-
30
+
* Fix CI to work for MacOS (#1772).
31
+
*
30
32
The release also includes various other minor enhancements and bug fixes aimed at improving the reliability and performance of the software.
0 commit comments