Skip to content

Releases: zazuko/fuseki-geosparql

v3.3.1

12 Feb 08:47
f7a4fad
Compare
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
Compare
Choose a tag to compare

Minor Changes

  • a64353f: Include Apache SIS in the Docker image

v3.2.0

28 Nov 11:22
1fc1778
Compare
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
Compare
Choose a tag to compare

Patch Changes

  • aa583ff: Improve formatting of default configuration file

v3.1.0

13 Nov 13:59
a60b232
Compare
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
Compare
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
Compare
Choose a tag to compare

Patch Changes

  • 5ff6c99: Add v prefix in Docker image tags

v2.3.0

11 Jul 13:55
8a240ec
Compare
Choose a tag to compare

Minor Changes

  • c07c73c: Upgrade Apache Jena to 4.9.0

Patch Changes

  • c07c73c: Improve the release process