Skip to content

Releases: Fraunhofer-AISEC/gallia

v1.9.0

19 Aug 09:42
Compare
Choose a tag to compare

What's Changed

  • chore: Cleanup logger creation by @rumpelsepp in #556
  • fix(logger): use name instead of file for logger base by @peckto in #562
  • chore: Apply ruff's formatting recommendations by @ferdinandjarisch in #561
  • fix(TransportScheme): Add http transport used in opennetzteil and use StrEnum by @emedav in #564
  • chore(deps-dev): Bump mypy from 1.10.1 to 1.11.1 by @dependabot in #569
  • chore(deps-dev): Bump ruff from 0.5.2 to 0.5.5 by @dependabot in #568
  • chore(deps): Bump docker/build-push-action from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to a8d35412fb758de9162fd63e3fa3f0942bdedb4d by @dependabot in #567
  • chore(deps-dev): Bump sphinx from 7.4.6 to 7.4.7 by @dependabot in #570
  • chore(deps-dev): Bump pytest from 8.2.2 to 8.3.2 by @dependabot in #571
  • chore(deps): Bump docker/login-action from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 9780b0c442fbb1117ed29e0efdff1e18412f7567 by @dependabot in #566
  • chore(deps): Bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to 60a0d343a0d8a18aedee9d34e62251f752153bdb by @dependabot in #565
  • fix(gallia.commands): drop invalid prefix from names in all by @emedav in #574
  • chore: Remove support for PenlogRecordV1 by @rumpelsepp in #576
  • tests: Add end to end tests with bats by @rumpelsepp in #490
  • feat: Add support for the HSFZ protocol by @rumpelsepp in #577
  • feat(sa_dump_seeds): Add sleep parameter and output seed length by @emedav in #573
  • refactor(ECU.connect): move definition to UDSClient and call it as part of UDSClient.reconnect by @emedav in #575
  • testing: Check if artifactdirs are created by @rumpelsepp in #578

Full Changelog: v1.8.0...v1.9.0

v1.8.0

19 Jul 07:18
Compare
Choose a tag to compare

What's Changed

  • Add relative timings to cursed hr + lift restrictions on number of function arguments for linters by @fkglr in #528
  • fix: make scanners respect --no-properties also when connected to a database. by @emedav in #538
  • fix(uds-scan-memory): leave session after scan. by @emedav in #539
  • fix(cursed-hr): fallback to source dir if tmp dir not working by @fkglr in #544
  • chore: Use typing.Self by @rumpelsepp in #547
  • Add FlexRay support on windows by @rumpelsepp in #555
  • fix(log): Fix wrong timezone in logfiles by @rumpelsepp in #558
  • chore: Add a dockerfile and automatic building and publishing of Docker images by @rumpelsepp in #560

Full Changelog: v1.7.0...v1.8.0

v1.7.0

10 Apr 14:27
Compare
Choose a tag to compare

What's Changed

  • chore: Update citation info by @rumpelsepp in #509
  • chore(deps-dev): Bump types-psutil from 5.9.5.17 to 5.9.5.20240205 by @dependabot in #516
  • chore(deps-dev): Bump pytest-asyncio from 0.21.1 to 0.23.5 by @dependabot in #515
  • chore(deps-dev): Bump ruff from 0.1.9 to 0.2.2 by @dependabot in #512
  • chore(deps): Bump Gr1N/setup-poetry from 8 to 9 by @dependabot in #511
  • chore(deps-dev): Bump reuse from 2.1.0 to 3.0.1 by @dependabot in #514
  • chore(deps-dev): Bump pytest from 7.4.3 to 8.0.2 by @dependabot in #513
  • chore(deps): Bump argcomplete from 3.2.2 to 3.2.3 by @dependabot in #517
  • chore(deps-dev): Bump python-lsp-server from 1.10.0 to 1.11.0 by @dependabot in #521
  • chore(deps-dev): Bump types-aiofiles from 23.2.0.20240106 to 23.2.0.20240331 by @dependabot in #518
  • chore(deps): Bump httpx from 0.26.0 to 0.27.0 by @dependabot in #520
  • dump-seeds: remove arbitrary default duration by @fkglr in #522
  • DoIP improvements all-around by @ferdinandjarisch in #510
  • chore(deps-dev): Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in #519
  • fix(power-cycle): Make all occurrences of power cycles respect the --power-cycle-sleep parameter. by @emedav in #523

Full Changelog: v1.6.0...v1.7.0

v1.6.0

23 Feb 10:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

07 Dec 09:25
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump construct-typing from 0.5.6 to 0.6.2 by @dependabot in #459
  • chore(deps): Bump pygit2 from 1.13.1 to 1.13.2 by @dependabot in #460
  • chore(deps-dev): Bump python-lsp-ruff from 1.5.2 to 1.6.0 by @dependabot in #461
  • chore(deps-dev): Bump python-lsp-server from 1.8.0 to 1.8.2 by @dependabot in #463
  • chore(deps-dev): Bump pytest from 7.4.2 to 7.4.3 by @dependabot in #462
  • fix(ecu.py): added exception handling for mutex in tester_present_worker by @VeroSec in #464
  • chore(deps): Bump aiohttp from 3.8.5 to 3.8.6 by @dependabot in #465
  • fix(ecu): Release the mutex while sleeping by @rumpelsepp in #466
  • cursed-hr: Add help view by @fkglr in #467
  • fix(scan-services): Propagate session to fix check-session by @peckto in #468
  • Several changes to the primitves by @fkglr in #469
  • chore(deps): Bump aiohttp from 3.8.6 to 3.9.0 by @dependabot in #470
  • chore: Drop black and use ruff format by @rumpelsepp in #473
  • chore(deps-dev): Bump python-lsp-ruff from 1.6.0 to 2.0.0 by @dependabot in #475
  • chore(deps-dev): Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 by @dependabot in #476
  • fix(dumpcap): Correctly record can frames by @rumpelsepp in #477
  • chore: Drop Python 3.10 by @rumpelsepp in #392

Full Changelog: v1.4.0...v1.5.0

v1.4.0

27 Oct 13:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

27 Sep 09:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

03 Jul 11:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.4

25 Jan 14:56
Compare
Choose a tag to compare

Full Changelog: v1.1.3...v1.1.4

v1.1.3

23 Dec 10:24
Compare
Choose a tag to compare
  • Bump dependencies to ease packaging for distros (#341)

Full Changelog: v1.1.2...v1.1.3