Skip to content

Version 3.6.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrishamm chrishamm released this 24 Sep 17:58
· 17 commits to v3.6-dev since this release

New features:

  • Upgraded base from .NET 6 to .NET 8
  • Implemented high-performance JSON (de-)serialization in all areas using (custom) source generators
  • .NET applications using DSF 3.6 libraries can be trimmed and/or AOT-compiled
  • M111 can be used to change DCS logging parameters during runtime (see also M111 docs)
  • Added MQTT support

API changes:

  • Added new IPC command to rewrite codes being intercepted
  • Python plugins are now installed installed in their own venv (thanks @stuartofmt)