Skip to content

Commit 64cf881

Browse files
authored
Merge pull request #67 from zazuko/changeset-release/main
Merge to release
2 parents 954974c + de255ec commit 64cf881

5 files changed

Lines changed: 26 additions & 30 deletions

File tree

.changeset/cold-actors-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/happy-ravens-trade.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.changeset/hip-chairs-sniff.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# fuseki-geosparql
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 428b22a: Upgrade Apache Jena to 5.6.
8+
9+
#### Breaking changes
10+
11+
Please read the following points to update your setup accordingly, as your setup might be impacted by these changes:
12+
13+
- The `[main]` section in `shiro.ini` should contain the following lines:
14+
15+
```
16+
statelessSessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager
17+
securityManager.sessionManager = $statelessSessionManager
18+
```
19+
20+
- 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.
21+
- The Fuseki configuration file should be mounted at `/fuseki/configuration/config.ttl` instead of `/fuseki/config.ttl`.
22+
23+
### Minor Changes
24+
25+
- 428b22a: Updated OpenTelemetry Java instrumentation to version 2.22.0
26+
- 428b22a: Upgraded Alpine base image to 3.22.2
27+
328
## 3.3.1
429
530
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuseki-geosparql",
3-
"version": "3.3.1",
3+
"version": "4.0.0",
44
"description": "Non-offcial Fuseki Docker image with GeoSPARQL support",
55
"main": "index.js",
66
"repository": "git@github.com:zazuko/fuseki-geosparql.git",

0 commit comments

Comments
 (0)