Skip to content

Lingua Franca 0.8.2

Latest
Compare
Choose a tag to compare
@francabot francabot released this 03 Aug 03:57
· 212 commits to master since this release
v0.8.2
9f6f363

v0.8.2 (2024-08-02)

Highlights

This patch release includes minor bugfixes and several enhancements of our Docker support. It also adds custom serialization for the Python target and support for the use of target code expressions to specify time values in C++.

🚀 New Features

✨ Enhancements

  • Ability to use of target code expressions for time values in C++ #2369 (@cmnrd)
  • Do not require libexecinfo in C++ docker images #2372 (@cmnrd)
  • Immediate start of federates with STP offset under decentralized coordination & fix target code STP_offset #2368 (@Depetrol)
  • Custom Serialization in Python Target #2375 (@Depetrol)
  • RTI Docker Hub Continuous Deployment with Multiplatform Support #2384 (@Depetrol)

🔧 Fixes

  • Immediate start of federates with STP offset under decentralized coordination & fix target code STP_offset #2368 (@Depetrol)
  • Fixed docker support for the Python target #2377 (@cmnrd)
  • Fix to get get all preambles in Python + updated tests #2381 (@edwardalee)
  • C++ raw strings allowed in target code blocks #2385 (@lhstrh)

🚧 Maintenance and Refactoring

Submodule lf-lang/reactor-c

🚀 New Features

✨ Enhancements

Submodule lf-lang/reactor-cpp

✨ Enhancements

Submodule lf-lang/reactor-rs

  • No Changes