Skip to content

Releases: MEAT-Inc/SharpWrap2534

Version 6.2.3.513 - Logger Upgrades

29 Nov 14:45
Compare
Choose a tag to compare

Version 6.2.3.513 - Logger Upgrades

  • Not much to report. Upgraded packages and rebuilt for publish

What's Changed

  • Built routine for converting flow control message to segments by @ZacharyWalsh57 in #109
  • Changed to filter lists for configurations and added segmentation routine by @ZacharyWalsh57 in #110

Full Changelog: v6.2.3.509-config-and-playback-updates...v6.2.3.513-logger-upgrades

Version 6.2.3.509 - Configuration And Playback Updates

29 Sep 17:12
d60a43b
Compare
Choose a tag to compare

Version 6.2.3.509 - Configuration And Playback Updates

  • Updated configurations for simulation playback to include a retry counter
  • Build logic to use said retry counter in playback helper
  • Diagnosed some more issues with sending large messages back out during simulations
  • Updated the default configurations with more fine tuned setup values.

What's Changed

Full Changelog: v6.2.1.502-playback-fixes...v6.2.3.509-config-and-playback-updates

Version 6.2.1.502 - Playback Fixes

28 Sep 17:51
Compare
Choose a tag to compare

Version 6.2.1.502 - Playback Fixes

  • Not much to include in these notes.
  • Reconfigured routines for sending message responses when no responses are valid.

Full Changelog: v6.2.1.500-simulation-logging...v6.2.1.502-playback-fixes

Version 6.2.1.500 - Logging Changes

28 Sep 16:25
Compare
Choose a tag to compare

Version 6.2.1.500 - Logging Changes

  • Axed a lot of the logger calls inside the simulation playback routines.
  • Sped up the calls to building filters and replaying message responses.
  • Fixed some issues with simulation configurations.
  • Added new routines for generating channels based on a JArray/JObject inside the Simulation generator
  • Proved functionality in the injector application finally for 11 bit CAN using mixed format configuration.

What's Changed

Full Changelog: v6.1.12.477-generator-threading-fixes...v6.2.1.500-simulation-logging

Version 6.2.11.498 - Functional Playback

26 Sep 20:27
031aa9b
Compare
Choose a tag to compare

Version 6.1.12.447 - Threading and Logging Fixes

  • Finally, we can actually take a CarDAQ Log file, process it using the expressions generator, convert it into a simulation, and ACTUALLY play it back in the OEM Application that was used to make the log file
  • This was a HUGE pain in the ass, and only 11 bit CAN support is mostly there, but we're moving onto 29 bit routines soon. Hopefully I can get this polished up in a couple of weeks.

What's Changed

Full Changelog: v6.1.12.477-generator-threading-fixes...v6.2.1.498-sim-playback-fixes

Version 6.1.12.447 - Threading and Logging Fixes

Version 6.1.12.447 - Threading and Logging Fixes

  • Fixed some issues with generation by adding logging toggles to output
  • This was done since when we consume the generators in the injector application, the UI would always hang up, no matter how I invoked it. There was simply too much going on with loggers in the background.
  • This has been implemented by adding a bool flag to the generation routines for the Expressions and Simulations generators.
  • Usually we can just leave it off, but for console apps/apps that need the debug information, you can just set it to enabled.\

What's Changed

Full Changelog: v6.1.12.476-sim-configurations...v6.1.12.477-generator-threading-fixes

Version 6.1.12.476 - Simulation Configurations

22 Sep 19:39
Compare
Choose a tag to compare

Version 6.1.12.476 - Simulation Configurations

  • More big changes to the SharpSimulator and SharpExpressions mainly.
  • Built new 29 bit and mixed mode CAN configurations for simulation playback.
  • Improved unit testing to hopefully catch issues faster for generation
  • Built new routines for loading simulations into the playback helpers
  • Fixed an issue with the expressions generator where log output was being shifted too far to the left when data was being read out to the expressions files.

What's Changed

Full Changelog: v6.1.11.471-simulation-upgrades...v6.1.12.476-sim-configurations

Version 6.1.11.471 - Simulation Upgrades

06 Sep 17:47
ba83b04
Compare
Choose a tag to compare

Version 6.1.11.471 - Simulation Upgrades

  • Big changes to the SharpSimulator mainly. Included some changes for building more simulations and supported more versions of the ISO15765 channel type.
  • Added new routines/default configurations to import into the FulcrumInjector project for better simulation playback.

What's Changed

Full Changelog: v5.3.6.402-major-refactor...v6.1.11.471-simulation-upgrades

Version 5.3.6.402 - MASSIVE Refactor

01 Feb 19:00
66aad8f
Compare
Choose a tag to compare

Version 5.3.6.402 - MASSIVE Refactor

  • Not a ton of new features in this version of the SharpWrapper DLL, but there's a TON of new packages we can use now.
  • I've taken almost all of the ShimDLL Logic or any Expressions/Simulation logic and moved it into their own packages inside this project
  • The changes made were validated against the Injector application in the FulcrumShim repo to make sure that everything is going as planned.
  • From now on, I'm only going to be publishing NuGet package updates since that's the best way to use this project. Feel free to check them out on the right side of the home page of this repo

What's Changed

Full Changelog: v5.3.5.382-baud-rate-fixes...v5.3.6.402-major-refactor

Version 5.3.5.382 - BaudRate Fixes

28 Dec 21:57
Compare
Choose a tag to compare

Version 5.3.5.382 - BaudRate Fixes

  • Very small change to include new baud rate value for ISO15765_PS protocol types.
  • Rebuilt all packages and pushed this version into them

What's Changed

Full Changelog: v5.3.4.374-package-rename...v5.3.5.382-baud-rate-fixes