Releases: open-simulation-platform/proxy-fmu
Releases · open-simulation-platform/proxy-fmu
v0.4.1
What's Changed
- Increasing frame size used by thrift by @davidhjp01 in #99
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Fix bug where instanceName containing spaces caused issues. by @hlyang1992 in #96
- Feature/779 state serialization by @davidhjp01 in #97
New Contributors
- @hlyang1992 made their first contribution in #96
Full Changelog: v0.3.2...v0.4.0
v0.3.2
- Upgraded Conan to v2
v0.3.1
- Rolled
thrift
back to0.13.0
- Removed
boost
from conan's requirements list - Added a
shared
option to build shared versions offmilibwrapper
andproxyfmu-client
.
v0.3.0
v0.2.9
v0.2.8
- Replace
boost::program_options
withCLI11
#79 - Merge
proxyfmu
andproxyfmu_booter
executables. #79- Use
proxyfmu boot --port <port>
to run the booter.
- Use
- Allow
proxyfmu
to wait forbooter
to come online #81 - Fix CMake not finding
thrift
executable #78 - Fix possible deadlock on linux #76
- Allow version to be queried and print version on invocation
v0.2.7
v0.2.6
v0.2.5
Changes
- Rework example code
- Refactor code that saves FMU data to file.
- Enabled FMU output (System output) to be written to console.
Fixes
- Fix issue with FMUs that prints empty lines to System out.
This is a backwards compatible release