You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
## [5.3.0] - 2026-03-05
2
+
### Added
3
+
- Class-based navigation (#270)
4
+
-`VARNISH_*_BACKEND_PORT` env params for configurable Varnish backend ports
5
+
- Bearer auth token support in entrypoint; service credentials moved to `secrets/credentials.trig`
6
+
-`gsp_append_quads` function in the entrypoint
7
+
- New ACL HTTP tests for system endpoints
8
+
- Ignored paths in `OntologyFilter` (#269)
9
+
10
+
### Changed
11
+
- Renamed `DirectGraphStoreImpl` to `DocumentHierarchyGraphStoreImpl`
12
+
- Dataspace nav list now visible for unauthenticated agents
13
+
- Client-side SPARQL query execution uses `POST` instead of `GET`
14
+
- Full context dataset now passed to XSLT
15
+
- Introduced `ServiceContext` to decouple HTTP infrastructure from `Service`
16
+
- Split dataspace metadata from service metadata in configuration
17
+
- Moved types to `system.trig`; `lapp:endUserApplication`/`lapp:adminApplication` now inferred on the fly
18
+
- Refactored CSV/RDF import scripts
19
+
20
+
### Fixed
21
+
- UTF-8 charset handling for text-based media types in uploaded files
22
+
- Fixed links to the admin app
23
+
- URI resolution fix in `AuthorizationFilter`
24
+
- Left sidebar CSS fixes
25
+
26
+
### Removed
27
+
- Removed system endpoint resources from default RDF datasets
28
+
1
29
## [5.2.1] - 2026-01-20
2
30
### Changed
3
31
- Package view rendering refactored to use type-driven discovery with `ldh:view`/`ldh:inverseView` properties matching resource types against `rdfs:domain`/`rdfs:range` constraints
-`ServiceContext` decouples HTTP infrastructure from `Service`, holding dataspace and service metadata separately
81
+
- Dataspace metadata and service metadata are split in configuration; types for `lapp:endUserApplication`/`lapp:adminApplication` are inferred on the fly from `system.trig`
0 commit comments