|
We're please to announce the availability of dotNetRDF 0.7.2 Beta, this is a minor feature and bug fix release and can be downloaded by going to Download dotNetRDF. Full source code is available via Download dotNetRDF Source or from our Mercurial Repository.
You can also now get Version 0.6.2 Beta of our Toolkit by going to Download dotNetRDF Toolkit for Windows or an installable version from Download dotNetRDF Toolkit Installer
Bug Fixes
As ever there are a variety of bug fixes for both minor and serious bugs in this release, thanks to everyone in the community who reported or helped to fix bugs.
Core API
We've changed the internal storage of triples to a new data structure which should boost performance a little and slightly reduce memory usage though effects may differ depending on your data. We've also continued the deprecation and removal of defunct code.
Dependencies
We've updated our 3rd party dependencies to their latest versions where possible, our NuGet packages are now using NuGet dependencies rather than shipping DLLs where possible.
Configuration API
The Configuration API has received a number of fixes and improvements, including more auto-configuration capabilities and helper methods for loading in Configuration Graphs.
Parsing
Improves support for Turtle 1.1 to be near 100% compliant
SPARQL
SPARQL 1.1 support has been updated to be near 100% compliant with the latest specification (98-99% compliant).
We've also introduced some new abstractions into the SPARQL engine to allow for future extensions, this release is the first to support using the + and - operators for date time arithmetic.
Storage
IStorageServer implementations are now separate classes, the parent server of a IStorageProvider may be obtained (where available) from the new ParentServer property.
Source Code
In case you haven't noticed we've moved to Mercurial for source control, you can now find our latest sources in our Mercurial Repository 27/09/2012 00:11:54 by Rob Vesse in English
234405 Views
Tags: 0.7.2, API, Beta, Configuration API, dotNetRDF, Downloads, Mercurial, Releases, SPARQL, Turtle
|