==========
- #47 Makefiles of sample application prepared for CP4D Streams build service, supports build with VS Code
- #46 Dependency to third-party libraries updated. Using org.apache.avro:1.10.0 to resolve vulnerability CVE-2020-8840 in jackson-databind-2.9.9.3.jar
- Globalization support: Messages updated
- Globalization support: Messages updated
- Globalization support: Error messages externalized
- #36 Resolved vulenaribility
- Update to Avro version 1.9.1
- #29 Resolved vulenaribility
- new testframework allows better individual test case timeout control
- toolkit build script and global build script with common targets available
- new structure of samples directory - each sample is now a separate project
- samples can now be build from command line (
make
) or from Streams Studio - new Tuple to Avro sample
- detailed test suite available
- improved documentation is available
- new icons
- use of updated avro library (1.8.2)
- add Consisten Region compile time checks in all operators
- improved parameter checks during operator initialization
- removed parameter
ignoreParsingError
fromTupleToAvro
operator - tuples have a fixed structure - removed parameter
avroSchemaEmbedded
from operatorAvroToJSON
- operator expects the embedded avro schema if no schema file is configured
- toolkit version is 1.1.0
- initial release for toolkit, samples and test contributed by fketelaars