Skip to content

Releases: zazuko/fuseki-geosparql

v5.0.1

17 Mar 06:03
f1455a8

Choose a tag to compare

Patch Changes

  • 9f2a64b: Expose /$/stats instead of /$/status, as reported by @cfollenf (#76).

    With the Apache Jena upgrade, the /$/status endpoint is no longer available, as it returns a 404 error.

    There is a /$/stats endpoint that provides some statistics about the datasets, so we can expose this one instead.

    It contains some statistics that are also exposed in the /$/metrics endpoint, that is already publicly available with the default configuration, so it should not be a problem to expose it as well.

v5.0.0

05 Feb 16:57
3d8f76e

Choose a tag to compare

Major Changes

  • 77926e9: Upgrade Apache Jena to v6.0.0

Patch Changes

  • 9b957c2: Bump OpenTelemetry Java instrumentation to 2.24.0
  • 9b957c2: Bump alpine base image to 3.23.3
  • 9b957c2: Bump Maven version used for build time to 3.9.12

v4.0.0

01 Dec 10:34
64cf881

Choose a tag to compare

Major Changes

  • 428b22a: Upgrade Apache Jena to 5.6.

    Breaking changes

    Please read the following points to update your setup accordingly, as your setup might be impacted by these changes:

    • The [main] section in shiro.ini should contain the following lines:

      statelessSessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager
      securityManager.sessionManager = $statelessSessionManager
      
    • In case you are not using the default entrypoint script, you might need to update the way the Fuseki server is started. The class to use is now org.apache.jena.fuseki.main.cmds.FusekiServerCmd instead of org.apache.jena.fuseki.cmd.FusekiCmd, and update some argument accordingly.

    • The Fuseki configuration file should be mounted at /fuseki/configuration/config.ttl instead of /fuseki/config.ttl.

Minor Changes

  • 428b22a: Updated OpenTelemetry Java instrumentation to version 2.22.0
  • 428b22a: Upgraded Alpine base image to 3.22.2

v3.3.1

12 Feb 08:47
f7a4fad

Choose a tag to compare

Patch Changes

  • 56cff42: Upgrade OTEL to 1.32.1
  • ea1e00f: Rename default environment variable JAVA_OPTIONS to JAVA_OPTS
  • 321e2dd: Upgrade Alpine to 3.19.1

v3.3.0

13 Dec 10:48
9b49fc8

Choose a tag to compare

Minor Changes

  • a64353f: Include Apache SIS in the Docker image

v3.2.0

28 Nov 11:22
1fc1778

Choose a tag to compare

Minor Changes

  • 9b9510e: OpenTelemetry support can be disabled by configuring the DISABLE_OTEL environment variable to true.

Patch Changes

  • 5bbdc79: Upgrade OpenTelemetry Instrumentation for Java to 1.32.0

v3.1.1

17 Nov 07:34
9cf7cc0

Choose a tag to compare

Patch Changes

  • aa583ff: Improve formatting of default configuration file

v3.1.0

13 Nov 13:59
a60b232

Choose a tag to compare

Minor Changes

  • c185675: Upgrade Apache Jena to 4.10.0

Patch Changes

  • 6237906: Upgrade various components in the Docker image:

    • Alpine to 3.18.4
    • Maven to 3.9.5 (only at builder stage)
    • OpenTelemetry Java instrumentation to 1.31.0

v3.0.0

16 Oct 16:08
96fecb7

Choose a tag to compare

Major Changes

  • bd23ac8: Require to be authenticated for endpoints with write access.

    Starting this version, all routes that are ending with:

    • /data
    • /upload
    • /update

    are also protected and require authentication.

v2.3.1

11 Jul 14:11
9c92cf6

Choose a tag to compare

Patch Changes

  • 5ff6c99: Add v prefix in Docker image tags