Skip to content

4.4.1 – 2023/07/25 – Corese-command update

Compare
Choose a tag to compare
@remiceres remiceres released this 25 Jul 08:41
· 97 commits to master since this release

Added

  • URL support as an input file for 'convert' and 'sparql' sub-commands in Corese-command.
  • Standard input support as an input file for 'sparql' and 'convert' sub-commands in Corese-command.
  • Standard output support as an output file for 'sparql' and 'convert' sub-commands in Corese-command.
  • Multiple files support as input for 'sparql' sub-command in Corese-command.
  • Directory and recursive directory support as input files for 'sparql' sub-command in Corese-command.
  • Support for all types of queries (SELECT, CONSTRUCT, ASK, DESCRIBE, INSERT, DELETE, INSERT WHERE, DELETE WHERE) for 'sparql' sub-command in Corese-command.
  • User choice for result format for 'sparql' sub-command in Corese-command.
  • Markdown output format for 'sparql' sub-command in Corese-command.
  • Mime type support as a format name in Corese-command.
  • Configuration to disable owl:imports auto import.
  • Option to pass custom options to Corese-server with the Docker image.
  • Option to customize the log level of Corese-server with the Docker image.

Changes

  • Refactored 'convert' and 'sparql' sub-commands in Corese-command.
  • Renamed format name for more consistency in Corese-command.

Removed

  • 'owlProfile' and 'ldscript' sub-commands from Corese-command (To be reintroduced in a future release after refactoring).

Fixed

  • Warning: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
  • Error code usage in Corese-command.

Security