Intellidimension has just released version 1.2 of its Semantics.Server and Semantics.SDK. Both products are available for download from its web site.
http://www.intellidimension.com/downloads
Release Notes:
General:
- Added native list data type and associated functions (list, nil, first, rest, listlength, listmember).
Semantics.Server:
- Improvements to full-text search.
- Additional auxiliary SQL statistics including expandable histogram (error based vs. fixed size)
Semantics.SDK:
- Improvements to query compilation to deal with unsafe rules and aggregates.
- Added rule rewriter support
- Enhanced full-text search expressions.
- Fixes to turtle parsing.
- XSPARQL support
- New data source (InMemoryGraph) with dramatically reduced memory footprint with full text index.
- Improved query caching in ClientModel
- Events added for improved manageability of models (ex Caching Events)
- Reduced size of over the wire serialization of graphs and tables
- Math functions added
- Improvements to RDF serialization of objects.
- Added hash index based data source (HashDataSource).
- Modified quad serialization to be compatible with other implementations.
- Added support for function cardinality callbacks in function registration
- Enforce proper namespace conventions (blank namespace not allowed)
Model Manager:
- Support for multiple models within a project file.
- Support for multiple query windows.
- Addition of Model Manager extension API
- Improvements to Semantics.Server assembly installer.
- Added SQL Data Source extension.
- Added Semantics.Server extension.
- Added Local Client Model extension.
- New In-Memory Graph extension.
- Support for adding custom functions via user interface.
- Support for query parameters.
- General improvements to user interface.
- Addition of model namespace configuration.
- Load and save of query results
- New baseball sample project