Only listing significant user-visible, not internal code cleanups and minor bug fixes.
- TBD
- Spark properties in Decision configuration
- Minor bug related with permissions
- Minor bug related with avro serialization
- Drools integration
- Batching support added
- Cluster Manager, HA & Sharding support refactor
- Zookeeper chroot configuration support added
- Elastic search action renamed to save elasticsearch
- Updated cassandra driver to 3.x
- Kryo Serialization
- Spark version upgraded to 1.6.0
- Avro messaging support
- Hash partitioning
- Batching improvements
- Sharding with HA capabilities support
- Minor bugs fixed
- Various documentation improvements
- Removed transitive dependencies because of licenses
- Product name changed to Stratio Decision
- CEP syntax documentation added
- Minor bugs fixed
- Multiple Integration and unit tests added
- Update deb and rpm generation.
- Failover implemented using Zookeeper, no need for a running Cassandra instance when starting the engine.
- Streaming Engine now takes care of its initialization status, allowing the shell to show more precise error messages.
- Upgraded ElasticSearch version (1.7.1)
- Fixed problem with documentation generation.
- New feature save to Solr.
- New feature high availability with Zookeeper.
- (issue #36, issue #17) Update Spark version to 1.3.1.
- (issue #30) Fixed problem with config files.
- (issue #35) Fixed failover problems.
- (issue #27) Base topics are now created when the engine starts.
- (issue #28) Fixed connection problems with Stratio Ingestion.
- (issue #19) Error retrieving long values using the API: Default Gson parser converts any number to Double.
- (issue #20) Default Gson parser converts any number to Double.
- (issue #21) ColumnNameTypeValueDeserializer have issue when the jsonvalue is null.
- API: Fixed a bug in new close() method.
- Added streams with engine statistics. Now, you can create dashboards or manage the streaming status like other datasource
- Configuration changes to accept an array of hosts in all datastores. Also we have been added the elasticsearch cluster name into configuration.
- Before, when you execute shell and the engine isn´t running, the shell crash resoundingly. Now, you have a nice error if you run a command and engine is not connected
- Fixed some error descriptions into shell.
- Added close method to API.
- Fix some bugs.
- Updated Cassandra driver to version 2.1.0
- Updated ElasticSearch driver to version 1.3.2
- Updated Spark to version 1.0.2
- Added a new module with examples