ARC Release Notes and Change Log

2010-03-12

  • Reader (fix/tweak): Better support for servers sending relative location headers (Thanks to Christopher Gutteridge)
  • NTriplesSerializer (fix): more spec-strict escaping in non-raw mode
  • RDFJSONSerializer (fix): debugging left-over caused broken output (Thanks to Michael Panzer)

2010-02-23

  • Core (fix): improved toUTF8 and getUTF8Char methods
  • Class (add): improved camelCase method, added deCamelCase method
  • Reader (fix): improved auth and port handling
  • Resource (fix): nasty typo fixed in setProp method (thx to Stephane Corlosquet)
  • getFormat (fix): improved SPARQL results detection
  • TurtleParser (fix): improved WS/non-WS handling around CURIEs (thx to Stephane Corlosquet)
  • RDFJSONSerializer (fix): improved escaping (thx to Gareth Jones)
  • RDFXMLSerializer (fix): improved QName generation
  • RemoteStore (fix): memory leaked (thx to Paul Houle)
  • DeleteQueryHandler (fix): less greedy triple deletion when datatype or language are declared (thx to Nicholas Rawlings)
  • LoadQueryHandler (tweak): getOComp now always keeps some trailing chars for improved sorting of URIs
  • SelectQueryHandler (fix): improved cleanup of temp tables in case of unexpected MySQL errors

2010-01-15

  • StoreLoadQueryHandler (fix): regex fix in getOComp (thx to Alexandre Passant)

2010-01-04

  • ARC2 (fix): splitURI was too greedy on special namespaces like xhtml or atom (thx to Michael Panzer)
  • SelectQueryHandler (fix): new block parentheses-ing broke regex in FILTER rewriter (thx to Dan Brickley)