Releases: phenoscape/owlery
Releases · phenoscape/owlery
Release 0.17.2
What's Changed
Full Changelog: v0.17.1...v0.17.2
Release 0.17.1
What's Changed
- Change swagger doc to yaml. Allow setting basePath so that doc UI works when deployed under subpaths. by @balhoff in #192
Full Changelog: v0.17...v0.17.1
Release 0.17
What's Changed
- Implement module extraction service by @balhoff in #30
- Create scala.yml by @balhoff in #137
- Serve swagger directly from the server. by @balhoff in #143
- Add new Manchester syntax parser which consults ontology for term types. by @balhoff in #150
- Don't load hidden files. by @balhoff in #152
- Provide helpful redirects to docs. by @balhoff in #153
- Add comments explaining configuration options. by @rpgoldman in #151
- Add explanation of docs on the server to README by @rpgoldman in #148
- Expand application.conf.example further by @balhoff in #155
- Add ontology location docs by @balhoff in #156
- Update source of sbt install packages. by @rpgoldman in #145
- Improve logging by @balhoff in #157
- Bump openjdk version to 11. by @rpgoldman in #160
- Proposed fix for building and deploying owlery to DockerHub by @Robbie1977 in #184
Dependency updates
- Update utest to 0.7.7 by @scala-steward in #100
- Update akka-actor, akka-slf4j, akka-stream to 2.6.12 by @scala-steward in #101
- Update akka-http-cors to 1.1.1 by @scala-steward in #96
- Update sbt-native-packager to 1.7.6 by @scala-steward in #90
- Update sbt to 1.3.13 by @scala-steward in #78
- Update commons-io to 2.8.0 by @scala-steward in #88
- Update akka-http, akka-http-spray-json to 10.1.13 by @scala-steward in #94
- Update scala and akka. by @balhoff in #104
- Update akka-http, akka-http-spray-json to 10.2.3 by @scala-steward in #105
- Update sbt-native-packager to 1.8.0 by @scala-steward in #106
- Update sbt to 1.4.7 by @scala-steward in #107
- Update sbt-native-packager to 1.8.1 by @scala-steward in #114
- Update whelk-owlapi to 1.1.1 by @scala-steward in #123
- Update commons-io to 2.11.0 by @scala-steward in #124
- Update akka-http-cors to 1.1.2 by @scala-steward in #127
- Update akka-actor, akka-slf4j, akka-stream to 2.6.16 by @scala-steward in #134
- Update scala-library to 2.13.6 by @scala-steward in #119
- Update owlapi-distribution to 4.5.20 by @scala-steward in #126
- Update akka-http, akka-http-spray-json to 10.2.6 by @scala-steward in #128
- Update apache-jena-libs to 3.17.0 by @scala-steward in #95
- Update utest to 0.7.10 by @scala-steward in #118
- Update robot-core to 1.4.3 by @scala-steward in #140
- Update apache-jena-libs to 4.1.0 by @scala-steward in #139
- Update robot-core to 1.8.3 by @scala-steward in #179
- Update akka-actor, akka-slf4j, akka-stream to 2.6.18 by @scala-steward in #181
- Update akka-http-cors to 1.1.3 by @scala-steward in #188
- Update scala-library to 2.13.8 by @scala-steward in #185
- Update sbt-native-packager to 1.9.8 by @scala-steward in #191
- Update utest to 0.7.11 by @scala-steward in #187
- Update apache-jena-libs to 4.4.0 by @scala-steward in #189
- Update logback-classic to 1.2.10 by @scala-steward in #182
- Update akka-http, akka-http-spray-json to 10.2.8 by @scala-steward in #190
New Contributors
- @rpgoldman made their first contribution in #151
Full Changelog: v0.16...v0.17
Release 0.16
This release includes the Whelk reasoner.
Release 0.15
This release includes a new version of owlet which expands DL queries into SPARQL VALUES
blocks instead of FILTER IN
.
Release 0.14
This release updates dependencies, and also fixes a null pointer error on bad expression input (#34).
Release 0.13
New features:
- Support loading of GZIPed OWL files (#19)
- Add query parameter for retrieving equivalent classes within subclass and superclass queries (#11)
- Option to exclude owl:Thing and owl:Nothing when they provide no information (#10)
- Option to exclude deprecated terms from query results (#15)
Other changes:
Bug fixes:
- Allow
that
keyword in Manchester syntax (#14) - Fixes to JSON-LD context (
rdf:value
does not have@id
values)
Release 0.12
- Add HermiT and JFact reasoner options.
- Bugfix for prefix expansion in class expressions.
Owlery v0.11
Makes the host interface configurable (host = "0.0.0.0"
for example, in the application.conf
file). The hardcoded default is 127.0.0.1 (localhost).
Owlery v0.10
Version 0.10.