v2.0.0a0
Pre-release
Pre-release
What's Changed
- fix: Merge slot arguments in flex-dump tool by @rumpelsepp in #580
- fix: Remove pygit2 dependency by @rumpelsepp in #582
- chore(deps): Bump httpx from 0.27.0 to 0.27.2 by @dependabot in #588
- chore(deps-dev): Bump ruff from 0.6.2 to 0.6.3 by @dependabot in #585
- chore(deps): Bump actions/cache from 3 to 4 by @dependabot in #584
- chore(deps-dev): Bump myst-parser from 3.0.1 to 4.0.0 by @dependabot in #586
- chore(deps): Bump docker/build-push-action from a8d35412fb758de9162fd63e3fa3f0942bdedb4d to 5cd11c3a4ced054e52742c5fd54dca954e0edd85 by @dependabot in #583
- chore(deps-dev): Bump pytest-asyncio from 0.23.8 to 0.24.0 by @dependabot in #587
- fix: Workaround CancelledError on windows by @rumpelsepp in #581
- chore: Remove exitcode dependency by @rumpelsepp in #590
- chore(deps-dev): Bump ruff from 0.6.5 to 0.6.8 by @dependabot in #603
- chore(deps): Bump platformdirs from 4.3.3 to 4.3.6 by @dependabot in #605
- chore(deps): Bump pydantic from 2.9.1 to 2.9.2 by @dependabot in #604
- chore(deps): Bump docker/metadata-action from 60a0d343a0d8a18aedee9d34e62251f752153bdb to 70b2cdc6480c1a8b86edf1777157f8f437de2166 by @dependabot in #601
- chore(deps): Bump docker/build-push-action from 6.7.0 to 6.9.0 by @dependabot in #602
- test: Add a hint that the hsfz test server is not sound by @rumpelsepp in #611
- Greatly improve connection resets on DoIP and miscellaneous fixes throughout by @ferdinandjarisch in #610
- chore(deps-dev): Bump mypy from 1.11.2 to 1.13.0 by @dependabot in #615
- chore(deps-dev): Bump ruff from 0.6.8 to 0.7.1 by @dependabot in #618
- fix(log): fix log formatter when not using volatile-info by @peckto in #622
- misc(log): clean-up unused code by @peckto in #621
- Fix XCP socket close to not allocate to much ressources. by @polybassa in #626
- Fix logger message in FindXCP by @polybassa in #625
- chore: Remove argcomplete exception by @rumpelsepp in #614
- Cleanups for FlexRay tests by @rumpelsepp in #612
- chore(deps-dev): Bump pytest-cov from 5.0.0 to 6.0.0 by @dependabot in #617
- fix: Add missing close invocation for isotp by @rumpelsepp in #600
- chore: Remove httpx dependency by @rumpelsepp in #597
- chore: Remove python-can dependency by @rumpelsepp in #595
- chore: Remove psutil dependency by @rumpelsepp in #591
- Enable more ruff lints by @rumpelsepp in #627
- feat: Use
uv
instead ofpoetry
by @rumpelsepp in #608 - Enable linters for included pydantic argparse by @rumpelsepp in #629
- Remove msgspec dependency by @rumpelsepp in #630
- chore: Update to 3.13 to enable tests by @rumpelsepp in #594
- chore: Remove more-itertools dependency by @rumpelsepp in #589
- chore(deps): Bump astral-sh/setup-uv from 3 to 4 by @dependabot in #633
- chore(deps): Bump docker/build-push-action from 5 to 6 by @dependabot in #632
- fix: Do not garbage collect the tcp test server by @rumpelsepp in #634
- Gallia 2 fix by @fkglr in #636
- DoIP fixes and grand speed-up in discovery by @ferdinandjarisch in #635
- Fix getting broadcast addresses by @rumpelsepp in #638
- fix(config): Fix init_kwargs handling by @fkglr in #640
- chore: Introduce pip support and make uv optional by @ferdinandjarisch in #644
- chore: Let ruff run on the entire folder except docs by @ferdinandjarisch in #646
- Fix: Do not crash with stack trace on expectable error by @ferdinandjarisch in #647
- fix: Properly initialize attributes to ensure they are deemed optional by @ferdinandjarisch in #648
- fix: Use pythonic error handling by @rumpelsepp in #656
- fix: Add help strings to top level commands by @rumpelsepp in #653
- chore: Remove TypeVar stuff and use native generic syntax by @rumpelsepp in #652
- Fix dependence of special Python builds for CAN by @rumpelsepp in #649
- Introduce gallia.net for networking functions by @rumpelsepp in #642
- chore: Remove aiofiles dependency by @rumpelsepp in #596
- feat: Add support for RND power supplies by @rumpelsepp in #613
- chore: Release preparation kitchen sink by @rumpelsepp in #657
New Contributors
- @polybassa made their first contribution in #626
Full Changelog: v1.9.0...v2.0.0a0