All Versions
15
Latest Version
Avg Release Cycle
35 days
Latest Release
1581 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v5.5.1 Changes
December 04, 2019eCAL v5.5.1:
- eCAL python language binding added
- ecal core wrapped to python
- ecal hdf5 measurement API wrapped to python
- python samples added
- eCAL python language binding added
-
v5.5.0 Changes
October 15, 2019eCAL v5.5.0:
- ๐ eCAL message recorder released
- records messages in realtime in HDF5 format
- synchronized recording over multiple targets
- pre-buffer feature
- modern QT based control gui
- eCAL message player
- eCAL message replay
- topic filtering
- adjustable replay speed / looped play
- modern QT based gui
- command line version (with interactive mode)
- eCAL HDF5 recording read / write C++ SDK
- high level API to iterate over recorded data sets
- auto merging of splitted record files
- distributed recording on multiple machines, handling as one recording
- ๐ Performance improvements
- reduced memory copying on subscriber side
- new latency send / receive samples demonstrating new performance
using callback receive method - see Performance section in Readme.md file
- performance factor 2 for windows factor 4 Linux for large messages
- ๐ CPack installer generates start menu entries on windows platform
- ๐ Different bug fixes
- ๐ eCAL message recorder released
-
v5.4.0 Changes
September 23, 2019eCAL v5.4.0:
- ๐ Capnproto added as natively supported serialization format:
- publisher & subscriber register descriptor information
- dynamic subscriber added that doesn't require schematas
- reflection support in eCAL Monitor
- ๐ eCALMon display & calculation of CPU usage fixed
- ๐ performance improvements
- ๐ minor fixes
- ๐ Capnproto added as natively supported serialization format:
-
v5.3.5 Changes
September 11, 2019eCAL v5.3.5:
- ๐ windows cpack installer install all needed runtime libs and config files
- 2 new application "ecal_config" and "ecal_stop" added (dumpl config, stop all running eCAL processes)
- minor fix on server/client tcp header for future extensions
-
v5.3.4.4 Changes
July 22, 2019eCAL v5.3.4.4:
- ๐ new: support for Visual Studio 2019
- ๐ fix: system time backward jump lead to application freeze (reimplemented named ipc mutex and event for linux based on pthread)
- ๐ change: client/sever tcp communication framed by header with length info
- ๐ change: Readme.md file new "Initial Test" section