Releases: MathiasVDA/sparql.anything
v1.1.2-beta
#201 Update documentation '#601 #602'
Nightly Snapshot (v1.2-DEV) - 20260104-024637
🌙 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.
Installation
Option 1: Download JAR
Download the JAR file and run:
java -jar sparql-anything-1.2.0-NIGHTLY-SNAPSHOT.jaror run the server version
java -jar sparql-anything-server-1.2.0-NIGHTLY-SNAPSHOT.jarOption 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
🌙 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.
Installation
Option 1: Download JAR
Download the JAR file and run:
java -jar sparql-anything-1.2.0-NIGHTLY-SNAPSHOT.jaror run the server version
java -jar sparql-anything-server-1.2.0-NIGHTLY-SNAPSHOT.jarOption 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
🌙 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.
Installation
Option 1: Download JAR
Download the JAR file and run:
java -jar sparql-anything-1.2.0-NIGHTLY-SNAPSHOT.jaror run the server version
java -jar sparql-anything-server-1.2.0-NIGHTLY-SNAPSHOT.jarOption 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
#588 add internal caching (#9) * #588 implements internal caching system * fix: failing tests
v1.1.0-beta
#586 move test to correct io.github folder to correspond with package…