Skip to content

Latest commit

 

History

History
115 lines (64 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

115 lines (64 loc) · 2.52 KB

qlever

0.5.7

Patch Changes

  • a2ab448: Bump qlever-control to 5.18
  • 86ce176: Bump UI base image to 8fe9599
  • 6f6b709: Bump server base image to 4f3c3ed

0.5.6

Patch Changes

  • 3b0c2f8: Fix: Handle case where qlever start is not giving the prompt back on error.
  • 3b0c2f8: Show logs by default (could be disabled using SHOW_LOGS=false)

0.5.5

Patch Changes

  • 4146888: chore(deps): bump adfreiburg/qlever-ui from 2114bd3 to 5ab6e9a
  • ccc1b2d: chore(deps): bump adfreiburg/qlever from 526b36f to 6cd5edc
  • 327c5e0: Bump qlever CLI to 0.5.17

0.5.4

Patch Changes

  • 7466945: Set some environment variables by default
  • 7466945: Add support for Stop On Call, in order to trigger a restart of the instance. To enable it, set the STOP_ON_CALL_ENABLED environment variable to true.

0.5.3

Patch Changes

  • ec5cd7a: Add support for auto value for QLEVER_GENERATE_CONFIG_FILE

0.5.2

Patch Changes

  • d5e17da: Upgrade server base image to latest@sha256:526b36fbdcbf0629c07060368b09d838b60759d8f50bf7eee70d496236a8d2cb

0.5.1

Patch Changes

  • 7bb4128: Add support for multiple files

0.5.0

Minor Changes

  • d16eb8a: Add support for db persistence for the UI

0.4.0

Minor Changes

  • e1512c7: Permissions were updated to make sure that the server and the UI can run without any issue with any user ID. The persistent data is now stored in the /data directory. Make sure to update your deployments/stacks to use the new path. The default user is now nobody (UID: 65534).

0.3.1

Patch Changes

  • d4c9ed2: Upgrade qlever CLI to 0.5.12

0.3.0

Minor Changes

  • 861a0d3: Add support for petrimaps.

    To configure the button that redirects to the map view, just define the MAP_VIEW_BASE_URL environment variable for the UI container. The default value is "", which will not display any button to open the map view.

0.2.0

Minor Changes

  • 43fac9a: Check if the data needs to be downloaded and if the index needs to be computed.

Patch Changes

  • cbc49cf: Upgrade base image to adfreiburg/qlever:latest@sha256:90c4b7646489e3ea39a9f683b513b966ef435cbf9be6ccfc6b4c88e9446e476b

0.1.3

Patch Changes

  • 78540d7: Upgrade server to latest@sha256:921390670128231d772be55817b2ed79484989f3891b1318e5f568d96f2249ae

0.1.2

Patch Changes

  • 5605f07: Bump qlever server to commit-2ebca4d
  • 752f237: Bump qlever cli to 0.5.8

0.1.1

Patch Changes

  • c1f3518: Upgrade Docker base images

0.1.0

Minor Changes

  • 5e31a9c: First release