Skip to content

Latest commit

 

History

History
166 lines (108 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

166 lines (108 loc) · 3.53 KB

SIAPP SDK CHANGES

This is a summary of the most important changes of SIAPP SDK.

SIAPP SDK Releases


SIAPP SDK 2.1.1

Features

  • Fix some compile warnings (also in EDGEDATAAPI)
  • Support latest alpine image with openrc

SIAPP SDK 2.1.0

Features

  • Python Interface for EDGEDATAAPI (new example application DemoPy)

SIAPP SDK 2.0.0

Features

  • New Command Line Interface
  • Add support for Podman
  • Add support for SICAM Software Solution (SWS)

Bug Fixes

  • Prevent endless loop in DemoProject

Notes

  • Since more platforms are supported Dockerfile.arm32v7 is now only Dockerfile
  • Running the emulation requires now the platform (in this release either a8000 or sws)
  • For new interface options call python build.py -h or python run.py -h

SIAPP SDK 1.2.8

Improvements

  • Add platform option to build command of build.py (Special thanks to stejspet)

SIAPP SDK 1.2.7

Improvements

  • Bugfix for JSON Decoding (Special thanks to lucasschramm1)

SIAPP SDK 1.2.6

Improvements

  • Bugfix for EdgeDataApi simulation for Linux hosts
  • Remove SIAPP Dashboard

SIAPP SDK 1.2.5

Improvements

  • Fix Mutex deadlock in DemoProject code during simultaneous data access
  • Add executable flag to SIAPP examples

SIAPP SDK 1.2.4

Improvements

  • Support absolute and relative path for build.py and run.py tools (Special thanks to claus-kutsche)
  • SIAPP Dashboard update

SIAPP SDK 1.2.3

Improvements

  • SIAPP Dashboard added

SIAPP SDK 1.2.2

Improvements

  • Support different formats of container entrypoints in a dockerfile (ENTRYPOINT, CMD)
  • Recommended slot size corrected

SIAPP SDK 1.2.1

Improvements

  • Bugfix SIAPP can be imported again in SICAM Devicemanager

SIAPP SDK 1.2.0

Improvements

  • OS independent python scripts
  • SIAPP engineering over SICAM Device Manager via configuration files
  • build.bat and run.bat files removed

SIAPP SDK 1.1.2

Improvements

  • Fix memory leak

SIAPP SDK 1.1.1

Improvements

  • Data simulation backend supports topic names up to 128 characters

  • Increase stability of DemoProject

  • Data emulation crash fixed


SIAPP SDK 1.1.0

Improvements

  • Update MIT license

  • Remove qemu-arm-static
    Qemu is now part of docker.

  • Support spaces in file path

  • Display exposed ports for emulation


SIAPP SDK 1.0.0

New Features

  • Support of SIAPPs for SICAM A8000 CP-8050

  • EdgeDataApi simulation added

  • Add demoprojects to SIAPP SDK