Releases: basilapi/basil
Releases · basilapi/basil
v1.0.0-RC1
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
Changes from the last release: v0.8.2...v0.8.3
v0.8.2
Changes from the last release: v0.8.0...v0.8.2
v0.8.1
v0.8.0
v0.7.1
v0.6.0
Version 0.5.0
Implemented Alias system and related mem cache.
Learn how to use it with the cURL Tutorial
Mainly about #73
Version 0.4.1
Hotfix on JSON rendering of RDF content
See afcc7f6
Version 0.4.0
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