Skip to content

Releases: basilapi/basil

v1.0.0-RC1

14 Aug 08:38

Choose a tag to compare

What's Changed

  • Bump jetty-server from 9.4.41.v20210516 to 9.4.51.v20230217 in /parent by @dependabot[bot] in #118
  • Bump org.apache.shiro:shiro-web from 1.8.0 to 1.12.0 in /parent by @dependabot[bot] in #121

Full Changelog: v0.8.3...v1.0.0-RC1

v0.8.3

10 Aug 11:19

Choose a tag to compare

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

v0.8.2

17 Dec 15:52

Choose a tag to compare

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

v0.8.1

14 Dec 11:45

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

Choose a tag to compare

This release first on Maven Central

v0.7.1

18 Feb 12:58

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

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

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

Choose a tag to compare

Hotfix on JSON rendering of RDF content

See afcc7f6

Version 0.4.0

27 Sep 11:14

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