Skip to content

Releases: basilapi/basil

v0.8.3

10 Aug 11:19
Compare
Choose a tag to compare

Changes from the last release: v0.8.2...v0.8.3

v0.8.2

17 Dec 15:52
Compare
Choose a tag to compare

Changes from the last release: v0.8.0...v0.8.2

v0.8.1

14 Dec 11:45
Compare
Choose a tag to compare

This release fixes a Log4J security vulnerability: #96

Other changes from the latest release: v0.8.0...v0.8.1

v0.8.0

14 Dec 11:15
Compare
Choose a tag to compare

This release first on Maven Central

v0.7.1

18 Feb 12:58
Compare
Choose a tag to compare

Improvements:

  • Adding useSSL properties to JDBC configuration.
  • Bump junit from 4.12 to 4.13.1 in /parent …
  • Support deployment on both http and https
  • Support for integration tests on a MySQL docker container

v0.6.0

08 Aug 11:10
Compare
Choose a tag to compare

This version includes:

  • support for basil variables in LIMIT and OFFSET clauses
  • support for SPARQL Update queries
  • support for authentication credentials to the remote endpoint

Version 0.5.0

11 Oct 23:42
Compare
Choose a tag to compare

Implemented Alias system and related mem cache.

Learn how to use it with the cURL Tutorial

Mainly about #73

Version 0.4.1

27 Sep 16:43
Compare
Choose a tag to compare

Hotfix on JSON rendering of RDF content

See afcc7f6

Version 0.4.0

27 Sep 11:14
Compare
Choose a tag to compare

Solves issues:

  • Default .xml serialisation broken for RDF data #67
  • Map application/rdf+json return type to a file extension enhancement #66
  • Enable stateless HTTP Basic Authentication enhancement #62
  • Implement wrapper for query execution #57
  • Cannot DELETE /docs bug #56
  • Add a redirect method to exploit basil as a sparql url shortener enhancement #49
  • do not update the search results when an empty string is given on the search input bug #45
  • xml format for results does not include an items element wrapper bug #38
  • Implementation of paging of API results by setting LIMIT and OFFSET enhancement #29
  • Integration tests module for basil enhancement #4

v0.3.2

21 Oct 10:24
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Bugfix release from the 0.3 branch.

Includes Fix #41

  • basil-0.3.2.jar is the core libraries and web resources.
  • basil-server includes the standalone server application (using Jetty)