-
Notifications
You must be signed in to change notification settings - Fork 953
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16b63b1
commit d7683d4
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
27b2915b enable `mypy --check-untyped-defs` (#2096) | ||
504af274 Add get_expected_response_length to transaction. | ||
f63a4ebf Remove control encode in framersRemove control encode in framers. (#2095) | ||
a61db904 Bump codeql in CI to v3. (#2093) | ||
636443f1 Improve server types (#2092) | ||
bb888c6d Remove pointless try/except (#2091) | ||
d6704a2f Improve transport types (#2090) | ||
07c43b54 Use explicit ValueError when called with incorrect function code (#2089) | ||
7c4a310e update message tests (incorporate all old tests). (#2088) | ||
647b2700 Improve simulator type hints (#2084) | ||
f1c18d26 Cleanup dead resetFrame code (#2082) | ||
------ Regression 1 ----- FAILED | ||
214c7ed4 integrate message.encode() into framer.buildPacket. (#2062) | ||
------ Regression 4 ----- OK | ||
16b63b1e Repair client close() (intern= is needed for ModbusProtocol). (#2080) | ||
43ec7075 Updated Message_Parser example (#2079) | ||
------ Regression 3 ----- OK | ||
acfc5678 Fix #2069 use released repl from pypi (#2077) | ||
65a6b9b3 Fix field encoding of Read File Record Response (#2075) | ||
23760b7e Improve simulator types (#2076) | ||
------ Regression 2 ----- OK (3 run failed with hanging task) | ||
cba37e2a Bump actions. (#2071) | ||
c897ed08 Prepare dev. |