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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## [0.5.0] - 2025-09-13
2
+
3
+
### Added
4
+
- Add JSON-LD support with `ox-json-ld` and `ox-streaming-json-ld` formats.
5
+
6
+
### Changed
7
+
- Upgrades pyoxigraph to 0.5.
8
+
-`Store.query`: use Oxigraph substitution approach instead of trailing `VALUES` close. This makes the `Oxigraph` store behavior closer than regular rdflib.
9
+
-`Store.query` and `Store.update` use Oxigraph `prefixes` parameter to inject default prefixes.
0 commit comments