Skip to content

Commit 9c50c89

Browse files
committed
Update changelog for v4.4.0
1 parent c1b1152 commit 9c50c89

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
Version 4.3.2
1+
Version 4.4.0
22
=============
33

44
Features
55
--------
66

77
* 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).
99
* 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).
1010
* Socketcand Beacon Detection: Introduced a feature for detecting socketcand beacons, facilitating easier connection and configuration with socketcand servers (#1687).
1111
* 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).
1313
* Neousys Configs Detection: Updated the detection mechanism for available Neousys configurations, ensuring more accurate and comprehensive configuration discovery (#1744).
1414

1515

@@ -24,9 +24,11 @@ Bug Fixes
2424
Miscellaneous
2525
-------------
2626

27+
* Invert default value logic for BusABC._is_shutdown. (#1774)
2728
* Implemented various logging enhancements to provide more detailed and useful operational insights (#1703).
2829
* 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+
*
3032
The release also includes various other minor enhancements and bug fixes aimed at improving the reliability and performance of the software.
3133

3234

can/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import logging
99
from typing import Any, Dict
1010

11-
__version__ = "4.3.2-rc.4"
11+
__version__ = "4.4.0-rc.1"
1212
__all__ = [
1313
"ASCReader",
1414
"ASCWriter",

0 commit comments

Comments
 (0)