Skip to content

Releases: Fraunhofer-AISEC/gallia

v1.1.0a5

27 Oct 14:53
Compare
Choose a tag to compare
v1.1.0a5 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.0a4...v1.1.0a5

v1.1.0a4

25 Oct 13:51
Compare
Choose a tag to compare
v1.1.0a4 Pre-release
Pre-release

Full Changelog: v1.1.0a3...v1.1.0a4

v1.1.0a3

24 Oct 12:33
Compare
Choose a tag to compare
v1.1.0a3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.1.0a2...v1.1.0a3

v1.1.0a2

16 Sep 13:29
Compare
Choose a tag to compare
v1.1.0a2 Pre-release
Pre-release
gallia v1.1.0a2

v1.1.0a1

01 Sep 10:49
Compare
Choose a tag to compare
v1.1.0a1 Pre-release
Pre-release

What's Changed

  • feat: Allow overwriting the config file name by @rumpelsepp in #241
  • feat: Rename add_parser() to configure_parser() by @rumpelsepp in #242
  • refactor: Split gallia.penlab into gallia.dumpcap and gallia.powersupply by @rumpelsepp in #243

Full Changelog: v1.1.0a0...v1.1.0a1

v1.1.0a0

31 Aug 16:24
Compare
Choose a tag to compare
v1.1.0a0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0...v1.1.0a0

v1.0.3

01 Jul 08:10
Compare
Choose a tag to compare

Fixed

  • Fix a crash when the DoIP gateway denies the UDS request (#196)
  • Fix the DoIP discovery scanner creating invalid URLs (source and targed where confused) (#196)
  • Readd the removed return value to wait_for_ecu() (#198)
  • vECU: Fix state change comparison and reset security access on session change (#190)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

30 Jun 12:50
Compare
Choose a tag to compare

Added

  • Add a --ecu-reset flag enabling triggering a best effort ECUReset on scanner startup (#189)

Fixed

  • Fix wrong constants in enums, found by applying @unique treewide (#193)
  • Let wait_for_ecu(), and thus --ping, recognize --timeout (#174)

Full Changelog: v1.0.1...v1.0.2

v1.0.1

27 Jun 12:00
Compare
Choose a tag to compare

Changed

Fixed

  • Fixed failing CI by removing the pyxcp dependency and vendor the only relevant module (#187)
  • Fixed bug causing leaking TCP connections in DoIP discover scanner (#165)
  • Fixed missing recognition of --oem default in the cli (#171)

Full Changelog: v1.0.0...v1.0.1

v1.0.0

14 Jun 14:56
Compare
Choose a tag to compare

What's Changed

  • Basic DTC response functionality for the vECU by @fkglr in #162
  • fix: Check response code of set_session in simple-ping by @peckto in #151
  • doc: Add documentation for development setup with plugins by @rumpelsepp in #161

Full Changelog: v1.0.0-alpha11...v1.0.0