GraphDB-Enterprise Release Notes

compared with
Current by evgeni.milev
on Jun 12, 2015 13:47.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (39)

View Page History
Starting from version 6, GraphDB now includes three separate products with their own version numbers: GraphDB Engine, GraphDB Workbench and GraphDB Connectors. New features and significant bug-fixes/updates for the last few releases are recorded here. Each product's full version numbers are given as:
Starting from version 6, GraphDB now includes three separate products with their own version numbers: GraphDB Engine, GraphDB Workbench and GraphDB Connectors (this was an experimental feature in 6.0 and 6.1). New features and significant bug-fixes/updates for the last few releases are recorded here. Each component's full version numbers is given as:

{panel}major.minor.build_number{panel}

e.g. 5.3.5928 where the major number is 5, the minor number is 3 and the build number is 5928.
The integrated releases have their own version, e.g. 6.0-RC1. 6.2.0, 6.2.1 and so on.

Releases with the same major and minor version numbers do not contain any new features. The only difference is that releases with later build numbers contain fixes for bugs discovered since the previous release. New or significantly changed features are released with a higher major or minor version number.

{toc}
h1. GraphDB 6.2.0

Highlights:
h1. GraphDB 6.2.2

*Highlights:*
* bugfixes
* Storage tool enhancements

h5. GraphDB Engine [Component version: 6.2.2]

*Features:*

* OWLIM-2151 Storage tool discovers wrong page size in the page index and storage files
* OWLIM-2199 Storage tool index consistency check - groups statements by flags and compares counts for each index

*Bugfixes:*
* OWLIM-2082 Fix: Inconsistencies in GraphDB collection identified by the StorageTool

h5. GraphDB Workbench [Component version: 6.5.1]

* no changes

h5. Connectors [Component version: 4.0.1]

* no changes

h1. GraphDB 6.2.1

*Highlights:*

* New Transactional Entity Pool
* Connectors - major imrovements and new features
* The Lucene connector is now included in GraphDB SE

h5. GraphDB Engine [Component version: 6.2.b9b0f111] 6.2.1]

*Features:*
* OWLIM-1682 Redesign the Entity pool so that it becomes transactional.
A new [transactional entity pool|GraphDB-SE Entity Pool] has been created. This allows the Connectors to be run in cluster mode.

* OWLIM-1810 Parallel inference
The [LoadRDF tool|GraphDB62:GraphDB-SE LoadRDF tool] now supports parallel (multithreaded) reasoning mode. The improvement of the loading speed is between 50% 25% and 4100%, measured on Wordnet and SPB-64m and Wordnet datasets, respectively.

Miscellaneous & bug fixes:
*Miscellaneous & bug fixes:*
* \[Enterprise\] improved reporting for causes of replication failure
* \[Enterprise\] Detect and report missing master URL
* OWLIM-2069 Fixed minor memory leak (which was present in OWLIM 5.4 as well)
* OWLIM-2086 Fix: The vars of the PluginPattern were not cloned (this potentially leads to a wrong result)
* OWLIM-2177 Fix: Inconsistency checks abort the transaction but the statements are still there on further transactions

h5. GraphDB Workbench [Component version: 6.5.1]

h5. GraphDB Workbench [Component version: 6.5.0]
*Features:*
Features:
* OWLIM-2021 New Import View
-- the import is now asynchronous and keeps the state between restarts, etc
-- there are two new ways to import a file - from a text area and from a data url URL
-- native support for chunking + retry for each import
-- REST endpoints for everything which can be reused by clients
-- much better UI

* OWLIM-2009 Create a new overhauled repository view based on angular Angular JS with better user experience
-- rethink the structure of the page so the active location is moved at the top along with the repositories
-- create a restful RESTful API that will allow client to do locations management through restful RESTful endpoints
-- lazy initialization for repositories

* OWLIM-2022 Create a new export view based on angular Angular JS
-- Exporting the whole repository should be much more explicit now
-- The export view now only uses the sSesame endpoints

* OWLIM-2087 Don't first upload the file and then import it but send the input stream directly to sesame
* OWLIM-2087 The import operation now sends the input stream directly to Sesame (instead of uploading a temp file first)
* OWLIM-2089 Initialize the repositories as lazily as possible
* OWLIM-1643 Fixed: First load of workbench interface is too slow in tomcat

Overall changes:
*Overall changes:*

* Removed the same as from the SPARQL view because it was leading to major bugs
* ~/.owlim-workbench is changed to ~/.graphdb-workbench so previous state in the workbench will be lost
* ~/.owlim-workbench is changed to ~/.graphdb-workbench so previous state in the workbench will be lost. There are changes to the contents of this folder, so a simple copy/rename of the old folder won't work.


*Bugfixes:*
* OWLIM-2146 Fix the label in add repository view to represent the parameters that were mentioned in the documentation
* OWLIM-2139 Workbench locks when trying to connect to location which is not currently available
* OWLIM-2137 The JMX connection and sSesame discovery don't work on AWS
* OWLIM-2120 JMX is not auto-configured properly when we do same container sesame autodiscovery Sesame auto-discovery
* OWLIM-2119 Copying/sharing the current query doesn't work properly
* OWLIM-2016 Unable to remove\/edit query samples from FireFox
* OWLIM-2005 Unicode text gets scrambled in SPARQL query window of GraphDB Workbench
* OWLIM-1999 Selecting a local location with repositories for another edition makes the UI unusable
* OWLIM-1997 The user should be able to change the password if there is not repository selected
* OWLIM-1975 Cluster view is not available in the menus
* OWLIM-1973 Unable to setup cluster with file location
* OWLIM-1958 Vertical scroll bar is over Save and Copy in the sparql view
* OWLIM-1930 Creating a master repository shouldn't result in an exception view but we should just show the repository as a non write repo
* OWLIM-1913 Workbench doesn't shutdown the repository manager on tTomcat shutdown
* OWLIM-1909 Workbench does not report error properly when it cannot load repository from a remote endpoint
* OWLIM-1877 Deleting a repository that is in the currently selected remote location through another place results in inconsistent state
* OWLIM-1782 Properly start the workbench if the directory for the location from the last time is missing and cannot be created
* OWLIM-1759 Error message appears when deleting a master repository
* OWLIM-1647 When the name of the repository is big enough the icons go on the next line and I cannot click them be clicked

h5. Connectors [Component version: 4.0.01]

* Solr and Elasticsearch now work in a cluster (EE edition only)