Skip to content

Releases: MathiasVDA/sparql.anything

v1.1.2-beta

12 Jan 10:59

Choose a tag to compare

#201 Update documentation '#601 #602'

Nightly Snapshot (v1.2-DEV) - 20260104-024637

04 Jan 02:48

Choose a tag to compare

🌙 Nightly Snapshot Build

Branch: v1.2-DEV
Commit: 0f23b01
Build Date: 20260104-024637
Maven Version: 1.2.0-NIGHTLY-SNAPSHOT

This is an automated snapshot build for testing purposes.

⚠️ Warning: This is a development snapshot and may be unstable. Use at your own risk.

Installation

Option 1: Download JAR
Download the JAR file and run:

java -jar sparql-anything-1.2.0-NIGHTLY-SNAPSHOT.jar

or run the server version

java -jar sparql-anything-server-1.2.0-NIGHTLY-SNAPSHOT.jar

Option 2: Maven Dependency
Add to your pom.xml:

<dependency>
    <groupId>io.github.sparql-anything</groupId>
    <artifactId>sparql-anything-libs</artifactId>
    <version>1.2.0-NIGHTLY-SNAPSHOT</version>
</dependency>

And add the snapshot repository:

<repositories>
    <repository>
        <id>central</id>
        <url>https://central.sonatype.com/repository/maven-snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

Latest Changes

See commit history for details.

Nightly Snapshot (v1.2-DEV) - 20260102-023845

02 Jan 02:40

Choose a tag to compare

🌙 Nightly Snapshot Build

Branch: v1.2-DEV
Commit: 0f23b01
Build Date: 20260102-023845
Maven Version: 1.2.0-NIGHTLY-SNAPSHOT

This is an automated snapshot build for testing purposes.

⚠️ Warning: This is a development snapshot and may be unstable. Use at your own risk.

Installation

Option 1: Download JAR
Download the JAR file and run:

java -jar sparql-anything-1.2.0-NIGHTLY-SNAPSHOT.jar

or run the server version

java -jar sparql-anything-server-1.2.0-NIGHTLY-SNAPSHOT.jar

Option 2: Maven Dependency
Add to your pom.xml:

<dependency>
    <groupId>io.github.sparql-anything</groupId>
    <artifactId>sparql-anything-libs</artifactId>
    <version>1.2.0-NIGHTLY-SNAPSHOT</version>
</dependency>

And add the snapshot repository:

<repositories>
    <repository>
        <id>central</id>
        <url>https://central.sonatype.com/repository/maven-snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

Latest Changes

See commit history for details.

Nightly Snapshot (v1.2-DEV) - 20260101-024542

01 Jan 02:47

Choose a tag to compare

🌙 Nightly Snapshot Build

Branch: v1.2-DEV
Commit: 0f23b01
Build Date: 20260101-024542
Maven Version: 1.2.0-NIGHTLY-SNAPSHOT

This is an automated snapshot build for testing purposes.

⚠️ Warning: This is a development snapshot and may be unstable. Use at your own risk.

Installation

Option 1: Download JAR
Download the JAR file and run:

java -jar sparql-anything-1.2.0-NIGHTLY-SNAPSHOT.jar

or run the server version

java -jar sparql-anything-server-1.2.0-NIGHTLY-SNAPSHOT.jar

Option 2: Maven Dependency
Add to your pom.xml:

<dependency>
    <groupId>io.github.sparql-anything</groupId>
    <artifactId>sparql-anything-libs</artifactId>
    <version>1.2.0-NIGHTLY-SNAPSHOT</version>
</dependency>

And add the snapshot repository:

<repositories>
    <repository>
        <id>central</id>
        <url>https://central.sonatype.com/repository/maven-snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

Latest Changes

See commit history for details.

v1.1.1-beta

02 Dec 21:25
22921a7

Choose a tag to compare

#588 add internal caching (#9)

* #588 implements internal caching system

* fix: failing tests

v1.1.0-beta

30 Nov 09:26

Choose a tag to compare

#586 move test to correct io.github folder to correspond with package…