v1.1.0a0
Pre-release
Pre-release
What's Changed
- fix(doip): Fix max TCP connections limitation by @rumpelsepp in #165
- chore(deps-dev): Bump pylint from 2.14.1 to 2.14.3 by @dependabot in #169
- chore: Update xcp dependency by @rumpelsepp in #178
- chore: Make project REUSE compliant by @rumpelsepp in #175
- chore: Remove pyxcp and vendor the types.py file by @rumpelsepp in #187
- fix: Allow --oem default in the cli by @rumpelsepp in #171
- chore(deps): Bump zstandard from 0.17.0 to 0.18.0 by @dependabot in #183
- chore(deps-dev): Bump types-tabulate from 0.8.9 to 0.8.11 by @dependabot in #184
- chore: Add automatic code scanning by @rumpelsepp in #186
- feat(scan-sessions): add fast search option by @fkglr in #180
- feat(ecu): add method for refreshing the ECU state manually by @fkglr in #181
- fix: Let wait_for_ecu() recognize the cli --timeout value by @rumpelsepp in #174
- feat: Add --ecu-reset flag to initially reset the ECU via UDS by @rumpelsepp in #189
- fix(uds): fix error code for failurePreventsExecutionOfRequestedAction by @fkglr in #193
- docs: Document the employed scanning techniques by @rumpelsepp in #192
- fix DoIP crashes and invalid URLs by @rumpelsepp in #196
- fix: Add accidentally removed return value of
wait_for_ecu()
by @rumpelsepp in #198 - Improvements to vECU by @fkglr in #190
- chore(deps-dev): Bump black from 22.3.0 to 22.6.0 by @dependabot in #201
- chore(deps-dev): Bump pylint from 2.14.3 to 2.14.4 by @dependabot in #203
- chore(deps-dev): Bump pylsp-mypy from 0.5.8 to 0.6.2 by @dependabot in #202
- Payload fuzzer by @VeroSec in #154
- chore(deps): Bump ujson from 5.3.0 to 5.4.0 by @dependabot in #208
- feat(db): Add option to disable commit on every insert by @peckto in #204
- fix: Remove a workaround for a removed scanner by @rumpelsepp in #211
- fix(doc): CAN transport is named isotp by @peckto in #213
- chore(deps-dev): Bump types-aiofiles from 0.8.8 to 0.8.9 by @dependabot in #216
- fix(ecu state): better mapping of responses to state changes by @fkglr in #218
- chore(deps-dev): Bump python-lsp-server from 1.4.1 to 1.5.0 by @dependabot in #224
- chore(deps-dev): Bump pylint from 2.14.4 to 2.14.5 by @dependabot in #223
- chore(deps-dev): Bump pytest-asyncio from 0.18.3 to 0.19.0 by @dependabot in #222
- docs: Document scan-sessions by @peckto in #217
- chore(deps-dev): Bump mypy from 0.961 to 0.971 by @dependabot in #226
- chore(deps-dev): Bump sphinx from 5.0.2 to 5.1.1 by @dependabot in #229
- chore(deps-dev): Bump flake8 from 4.0.1 to 5.0.1 by @dependabot in #228
- chore(deps-dev): Bump types-aiofiles from 0.8.9 to 0.8.10 by @dependabot in #227
- chore(deps-dev): Bump flake8 from 5.0.1 to 5.0.4 by @dependabot in #230
- feat: Rework CLI argument parsing by @rumpelsepp in #9
- add support for TOML config by @rumpelsepp in #209
- feat: Remove penrun by @rumpelsepp in #232
- docs: Remove penrun from docs by @rumpelsepp in #177
- feat: Add --artifacts-base functionality as a mixin by @rumpelsepp in #231
- vecu: minor cleanups by @rumpelsepp in #233
- feat: use python logging module by @rumpelsepp in #215
- chore(deps-dev): Bump pylint from 2.14.5 to 2.15.0 by @dependabot in #237
- chore(deps-dev): Bump pylsp-rope from 0.1.9 to 0.1.10 by @dependabot in #238
- feat: Move tester present task to ecu by @rumpelsepp in #240
- meta file by @rumpelsepp in #235
Full Changelog: v1.0.0...v1.1.0a0