Releases: NTNU-IHB/FMU-proxy
Releases · NTNU-IHB/FMU-proxy
v0.6.2
- Update fmi4j to fix issue where FMI 1.0 models would crash on Linux
- Remove shadowJar plugin. fmu-proxy is now distributed as an application---not fatJar.
v0.7.0-RC1
0.7.0 of FMU-proxy introduces automatic spawning of new processes to handle FMU instances. This guarantees that dlls does not collide.
- Introducing
fmu-proxy
- a proxy to fmu-proxy-server
(former fmu-proxy)
fmu-proxy-server
can still be used standalone as before, but now only supports loading a single FMU from a local file.
- Removed gRPC. Thrift should cover the same use cases in a better and easier way.
- Removed misc (non java) demo-code. Users are probably better suited for setting up a client in their preferred language.
v0.6.1
- Added freeInstance rpc function (previously called by terminate)
v0.6.0
- Update gRPC to 0.25.0
- Update FMI4j to 0.27.3
- Update Kotlin to 1.3.61
- Removes Model Exchange wrapper feature
- This breaks backwards compatibility, but makes the RPC interface simpler
- Removes the Directory service.
v0.5.4
JVM
- Update fmi4j -> Fix issue with FMI 2.0 getInteger crashing
v0.5.3
JVM
- Print version with -v or --version commands
- Update FMI4j. This should fix an issue where causality
calculatedParamater
would fail.
v0.5.2
JVM
- Update FMI4j, allowing initial values of FMI 1.0 models to be set
v0.5.1
JVM
- Update FMI4j, fixes bug where FMI 1.0 setReal and FMI 2.0 getInteger would produce wrong results
v0.5.0
JVM
- Update kotlin
- Update FMI4j
- Remove log messages from RC2 that should have been removed
v0.5.0-RC2
JVM server
- Improve logging
- Allow multiple proxies to be run from the same directory.