This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Releases: Cumulocity-IoT/apama-lambdas
Releases · Cumulocity-IoT/apama-lambdas
Version 1.2.1
To install this release:
- Download the attached zip (not the source code) and extract it somewhere safe.
- Run
deploy.bat
User Guide
Release Notes
- Fixing bug with Constants
- Fixing bug with field/sequence access
- Fixing bug with sequence destructuring
Version 1.2
To install this release:
- Download the attached zip (not the source code) and extract it somewhere safe.
- Run
deploy.bat
User Guide
Release Notes
- Adding support for constants
"x => Abc.SOME_CONSTANT * x"
Version 1.1
To install this release:
- Download the attached zip (not the source code) and extract it somewhere safe.
- Run
deploy.bat
User Guide
Release Notes
- Adding support for action calling
"x => x.doSomething(1.23, 'abc')"
- Fixed major issue with parsing logical operators (or/and/xor/not)
- User Guide is now entirely on github rather than included in the release
Version 1.0
To install this release:
- Download the attached zip (not the source code) and extract it somewhere safe.
- Run
deploy.bat
More detailed instruction are available, in the zip, under docs/README.html