|
Home > Project Outline > Project Roadmap
Versions: English
View Printer Friendly Version
Roadmap
The following are our key milestones for the project and tentative dates for these. Features and release dates are subject to change and may be brought forwards/backwards as necessary.
While we have provided links to all the versions we typically disable links to the older versions to stop people using older potentially buggy builds of the library. If you really want an old build you can either checkout the appropriate release from the releases directory in the dotNetRDF SVN Repository or Contact Us and ask for it.
You can find more details on the roadmap on the Ideas page and a much more detailed issue based roadmap in the Issue Tracker.
- Planned Releases
- Past Releases
Planned Releases
Version 1.0.1
Target Date: End July 2013
Past Releases
Version 0.1.0 Alpha
Target Date: Sept 2009 (Release Date 30/07/2009)
Download: dotNetRDF_library_010_alpha.zip
- Full API Model for manipulating RDF
- Parsers and Serializers for all the standard RDF syntaxes - NTriples, Turtle, Notation 3 and RDF/XML
- SPARQL fully supported
Version 0.1.1 Alpha
Target Date: Late Sept 2009 (Release Date 25/9/2009)
Download: dotNetRDF_library_011_alpha.zip
- Parsers for more concrete syntaxes
- TriG named Graph syntax
- RDF/JSON and SPARQL/JSON
- Fully thread safe versions of Graph and SQLGraph
- Support for additional backing Stores
- Talis platform
- Virtuoso Universal Server
- Notation3 Writer supports configurable syntax compression by implementing ICompressingWriter
Version 0.1.2 Alpha
Target Date: Late November 2009 (Release Date 27/11/2009)
Download: dotNetRDF_library_012_alpha.zip
- SPARQL Improvements
- SPARQL Optimisations
- Correct processing of most queries (see Known Issues)
- Support for various SPARQL 1.1 Working Draft features
- Project Expressions
- Aggregates
- Some simple GROUP BY and HAVING clauses
- Additional Stores supported
- Adopt the use of BaseTokeniser as the underlying class of most Tokenisers
- Parsers & Serializers for more concrete syntaxes
- ASP.Net Integration Improvements
- Native SPARQL Handler for querying any of the supported backing Stores
- File SPARQL Handler for querying a local file/folder of RDF
Version 0.1.3 Alpha
Target Date: Dec 18th 2009 (Release Date 18/12/2009)
Download: dotNetRDF_library_013_alpha.zip
- New Turtle & Notation 3 parsers which are faster and fix the bugs in Blank Node handling found in previous releases
- More SPARQL engine optimisations - triple pattern reordering gives a 3 fold performance boost
- Many parsers & writers now thread safe
- Experimental Mono build (targeting Mono 2.6) Only in source code download
Version 0.2.0 Alpha
Target Date: Early Feb 2010 (Release Date 3/2/2010)
Download: dotNetRDF_library_020_alpha.zip
- Brand new Leviathan SPARQL engine and many SPARQL optimisations, bug fixes and enhancements
- CSV and TSV serializers
- Most parsers & writers now thread safe
- Many serialization improvements
- Graph Equality now supported
- Joseki support
Version 0.2.1 Alpha
Target Date: April/May 2010 (Release Date 11/3/2010)
Download: dotNetRDF_library_021_alpha.zip
- SPARQL 1.1 Property Paths (simple only)
- RDFa Parser
- RDFS inferencing
Version 0.2.2 Alpha
Target Date: April/May 2010 (Release Date 16/4/2010)
Download: dotNetRDF_library_022_alpha.zip
- SPARQL 1.1 Last Call syntax support
- SPARQL 1.1 Property Paths (full support)
- SPARQL Optimisations
Version 0.3.0 Alpha
Target Date: Oct/Nov 2010 (Release Date 11/8/2010)
Download: dotNetRDF_library_030_alpha.zip
- SPARQL 1.1 Update support
- SPARQL 1.1 HTTP Protocol support
- SPARQL Optimisations
- New Configuration API
- Labyrinth engine removed
- Improved reasoning support
Version 0.3.1 Alpha
Target Date: Oct 8th 2010 (Release Date 8/10/2010)
Download: dotNetRDF_library_031_alpha.zip
- Bug fixes to consolidate 0.3.0 release
- Bug fixes to SPARQL 1.1 Update Support
- SPARQL Optimisation for ASK, MINUS and LIMIT/OFFSET
- SPARQL Views
Version 0.4.0 Beta
Target Date: End February 2011 (Release Date 1/3/2011)
Download: dotNetRDF_library_040_beta.zip
- SPARQL Datasets abstraction
- SPARQL Update, Query and Uniform HTTP Protocol support updated to latest WG editors drafts as far as possible
- SPARQL Service Description Support
- Bug fixes to 0.3.x issues
- Variable Support for N3
- Simple N3 Rules Reasoner
- Lots of internal improvements and refactoring
Version 0.4.1 Beta
Target Date: End April 2011 (Release Date 20/5/2011)
Download: dotNetRDF_library_040_beta.zip
- Enhancements to Parser subsystems
- Support parsing from TextReader as opposed to just StreamReader
- Support parsing to things other than IGraph instances
- Full Support for SPARQL 1.1 Property Paths
- Thread Safety for in-memory SPARQL Query and Update
- Transactions for SPARQL Update
- Various bug fixes to 0.4.0 Issues
Version 0.5.0 Beta
Target Date: End August 2011 (Release Date 9/9/2011)
Download: dotNetRDF_library_050_beta.zip
- Expansion of the Handlers API
- New asynchronous APIs for better Silverlight and Windows Phone 7 supports
- Most synchronous HTTP based operations now have a asynchronous equivalent with some exceptions
- Added Data.Sql and Data.Virtuoso libraries into the distribution
Version 0.5.1 Beta
Target Date: End November 2011 (Release Date 30th November 2011)
Download: dotNetRDF_library_051_beta.zip
- Bug Fixes to various 0.5.0 issues
- Added Dydra Support
- Added new Reasoning Modes to Stardog support
- Updated SPARQL CSV/TSV support to match SPARQL 1.1 specification
- Updated SPARQL 1.1 support to match latest Query specifications - new STRAFTER, STRBEFORE and REPLACE functions
Version 0.6.0 Beta
Target Date End Februrary 2012 (Release Date 19th February 2012)
Download: dotNetRDF_library_060_beta.zip
- Various memory usage reduction
- Improvements to how we evaluate expressions in SPARQL
- Major SPARQL join performance improvements
- Turtle 1.1 support
Version 0.6.1 Beta
Maintenance Release 3rd March 2012
Download: dotNetRDF_library_061_beta.zip
- Criticial bug fix for Stardog support
Version 0.6.2 Beta
Target Date: End May 2012 (Release Date 1st April 2012)
Download: dotNetRDF_library_062_beta.zip
- Bug fixes for Virtuoso and Sesame
- Bug fixes to SPARQL engine
- User friendly GZipped IO support
Version 0.7.0 Beta
Target Date: End June 2012 (Release Date 4th July 2012)
Download: dotNetRDF_library_070_beta.zip
- Parallel Query Evaluation enhancements
- Refactoring and API clean up
- Default Graph behaviour for SPARQL changed to not use union graph by default
Version 0.7.1 Beta
Target Date: End July 2012 (Release Date 27th July 2012)
Download: dotNetRDF_library_071_beta.zip
- More refactoring and API cleanup
- Makes some revisions to the IStorageServer API and added new implementations
- Key bug fixes for URI encoding and language specifier parsing bugs
- New indexing structures introduced
Version 0.7.2 Beta
Target Date: End September 2012 (Release Date 26th September 2012)
Download: dotNetRDF_library_072_beta.zip
- SPARQL 1.1 and Turtle 1.1 updates
- SPARQL performance improvements
- Various bug fixes
- Splits Storage Server API implementations into separate classes
Version 0.8.0 RC 1
Target Date: End November 2012 (Release Date 26th November 2012)
Download: dotNetRDF_library_080_rc1.zip
- Removal of code deprecated in 0.7.x releases
- 100% SPARQL 1.1 and Turtle W3C compliance
- Upgrade Query.FullText library to Lucene.Net 3.0.3
- Improved dependency management to be fully NuGet based
- Improvements to content negotiation
- Various bug fixes
Version 0.8.1 RC 2
Release Date 27th November 2012
Download: dotNetRDF_library_081_rc2.zip
- Critical bug fix to 0.8.0 RC 1 release
Version 0.8.1 RC 2
Target Date: End November 2012 (Release Date 29th November 2012)
Download: dotNetRDF_library_082_rc3.zip
- Critical bug fix to 0.8.0 RC 1 and 0.8.1 RC 2 releases
Version 0.9.0 RC 4
Target Date: End December 2012 (Release Date 30th January 2013)
Download: dotNetRDF_library_090_rc4.zip
- Bug fixes to 0.8.2
- Some Ontology API enhancements
Version 1.0.0
Target Date: End April 2013 (Release Date 6th May 2013)
Download: dotNetRDF_library_100_stable.zip
- Support for Turtle W3C Candidate Recommendation
- Improved instance mode for Configuration API
- SPARQL Performance fixes
- Bug fixes to 0.9.0
|