|
| 1 | +SPARQLWrapper's changelog: |
| 2 | +------------------------- |
| 3 | + |
| 4 | +YYYY-MM-DD 1.5.3 - Returing raw response in case of unknow content type returned |
| 5 | + - Fixed some issues with the last version of the SPARQL 1.1 Update Protocol |
| 6 | + |
| 7 | +2012-08-28 1.5.2 - Implemented update operation according the latest SPARQL 1.1 Protocol drafts (i.e., switching to 'update' parameter) |
| 8 | + |
| 9 | +2012-07-10 1.5.1 - Added the posibility to use two different endpoints for reading and writing operations |
| 10 | + - New print_results() function for users testing |
| 11 | + |
| 12 | +2012-02-01 1.5.0 - Update handling 500's coming from SPARQL endpoint (feature request #3198363) |
| 13 | + - Added Python 3.x support (feature request 3022722) |
| 14 | + - Warning when returned format would be different than the requested one |
| 15 | + |
| 16 | +2011-01-28 1.4.2 - Updated for working with RDFLib3 too (feature request #3117442) |
| 17 | + - fixed bug with prefixes' regex (#2320024) |
| 18 | + |
| 19 | +2010-01-11 1.4.1 - Supporting keep-alive in SPARQLWrapper if urlgrabber is available (ticket #2929881) |
| 20 | + - fixed bugs (#2949834) |
| 21 | + |
| 22 | +2009-12-14 1.4.0 - Added some suport for SPARUL |
| 23 | + - Improved HTTP related code |
| 24 | + - Many other minor bugs fixed |
| 25 | + |
| 26 | +2009-09-23 1.3.2 - Remove pyxml dependecy. Instead, use xml.dom.minidom |
| 27 | + - Updated setup installation (added rdflib dependency) |
| 28 | + - Udpated example.py (added XML, N3 and RDF examples) |
| 29 | + |
| 30 | +2009-09-11 1.3.1 - Remove simplejson dependency for python => 2.6 version |
| 31 | + - Added feature to choose the json module to use |
| 32 | + |
| 33 | +2009-05-06 1.3.0 - Added a new method to add custom parameters (deprecated old way to do it) |
| 34 | + |
| 35 | +2009-04-27 1.2.1 - Updated setup installation |
| 36 | + - Patched to work with JSON in Python>=2.6 |
| 37 | + |
| 38 | +2008-07-10 1.2.0 - Allowed non-standard extensions (such as SPARUL). |
| 39 | + - Exceptions fixed. |
| 40 | + - Added another example. |
| 41 | + |
| 42 | +2008-03-24 1.1.0 - Renamed package name to SPARQLWrapper. |
| 43 | + - Added a basic catalog of exceptions. |
| 44 | + |
| 45 | +2008-03-07 1.0.1 - Fixed some cosmetic things. |
| 46 | + |
| 47 | +2008-02-14 1.0.0 - First stable release. |
| 48 | + - Main functionalities stabilized. |
| 49 | + - Project moved to SourceForge. |
| 50 | + |
| 51 | +2007-07-06 0.2.0 - First public release of the library. |
| 52 | + |
0 commit comments