GraphDB Free 7.2
Table of contents
- General
- Quick start guide
- Installation
- Administration
- Usage
- Tools
- References
- Release notes
- FAQ
- Support
Release notes¶
GraphDB release notes provide information about the features and improvements in each release, as well as various bugfixes. GraphDB’s versioning scheme is based on semantic versioning. The full version is composed of three components:
major
.minor
.patch
e.g., 7.1.2
where the major version is 7
, the minor version is 1
and the patch version is 2
.
Note
Releases with the same major and minor versions do not contain any new features. Releases with different patch versions contain fixes for bugs discovered since the previous minor. New or significantly changed features are released with a higher major or minor version.
GraphDB 7 includes two components with their own version numbers:
- Sesame
- GraphDB Connectors
Their individual versions use the same semantic versioning scheme as the whole product and their values are provided only as a reference.
GraphDB 7.2¶
Released: 31 October, 2016
Component versions¶
Sesame | Connectors |
2.9.0 | 5.1.1 |
Important
- Smarter database caching: Now all server repositories share a common cache pool that adapts to the various patterns of data access. This speeds up substantially the overall read and write performance by reducing the number of I/O operations.
GraphDB Engine¶
Features and improvements:¶
- GDB-617 As a system administrator I need simpler and automatic cache configuration
Bug fixes¶
- GDB-571 Literal index doesn’t return date value immediately after insert when transactional entity is configured;
- GDB-308 Consistency violation not triggered when premise statement is within a context;
- GDB-611 propertyChainAxiom generates blank nodes for predicates with OWL-RL;
- GDB-612 Inconsistent number of statements when loading data with a non-empty ruleset and disable-sameAs=false;
- GDB-613 Consistency rule doesn’t fire if there is same statement within a system context;
- GDB-614 Incorrect trigger of consistency check fro owl:IrreflexiveProperty;
- GDB-451 LoadRDF tool encoding problem;
- GDB-545 Fix loadrdf log levels;
- GDB-380 Query evaluation error when having comment at last line in SERVICE;
- GDB-393 LoadRDF: Improve error message for “repository already exists”;
GraphDB Workbench¶
Features and improvements:¶
- GDB-628 Add search option in the class hierarchy to go to a certain class of interest;
- GDB-629 Add description, comment, label for the instances in the class hierarchy diagram;
- GBD-630 Reflexive links to be displayed as a circle arrow in domain/range;
- GDB-631 Add search filter for predicates in domain-range graph;
- GDB-632 Include the rdf label and rdfs:comment for the particular type in the class hierarchy diagram;
Bug fixes¶
- GDB-339 InstanceNotFoundException in Cluster management when having two master nodes;
- GDB-312 Missing validation for repository title;