We are happy to announce the availability of Crossdata 0.1.1 This release contain an amazing set of new functionality complementing the existing one in previous versions. Due to a change in versioning policies, next version will be released as 0.2.0. This release addresses:
Support for new queries:
- Detach Connector
- Detach Cluster
- Drop Connector
- Drop Datastore
- Describe Connector
- Describe System
- Alter Cluster
- Alter Table
- Create Index
- Drop Index
- Update Table
- Delete from Table
- Alter Catalog
- Truncate Table
- Drop Connector
- Explain Plan
- Drop Catalog
Support for Group By operator in Select statements.
Support for alias in where and from clauses of the Select statement.
Support for the MATCH operator used in full text search over secondary indexes. Compatibility with Stratio Cassandra.
Validate duplicated datastores, clusters and connectors.
Validate attachment options according to the manifests.
Validate drop operations over non-existing elements.
Increase flexiblity when declaring manifest and performing the attach operations.
Add new metadata to the connector operations.
Create an in-memory connector as a proof-of-concept and for tests in standalone mode.
Improve query planning.
Bug fixing.
Changes in the maven plugin for connectors in order to provide a configurable PID file name.
Update the autocompleting features of the shell with the new keywords.
Improve stability of the akka actor system and cluster management.
Improve error messages returned on failed queries.
Documentation update.
Addition of new unit tests
Multiline comment support in the Crossdata Shell.
Development of connector skeleton project to facilitate the connector deployment.
Complete remove of the old meta name for Crossdata.
Remove warning on server startup
Improvements in the Infinispan metadata system.