Skip to content

Commit 8313a01

Browse files
committed
Releases v0.5.0
1 parent 5db772a commit 8313a01

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
10+
11+
112
## [0.4.0] - 2024-11-02
213

314
### Added

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ classifiers = [
2222
"Topic :: Software Development :: Libraries :: Python Modules",
2323
"Topic :: Database :: Database Engines/Servers",
2424
]
25-
dependencies = ["pyoxigraph~=0.5.0-beta.4", "rdflib>=6.3,<8.0"]
25+
dependencies = ["pyoxigraph~=0.5.0", "rdflib>=6.3,<8.0"]
2626
license = { text = "BSD-3-Clause" }
2727
name = "oxrdflib"
2828
maintainers = [
2929
{ name = "Tpt", email = "thomas@pellissier-tanon.fr" }
3030
]
3131
readme = "README.md"
3232
requires-python = ">=3.8"
33-
version = "0.5.0-dev"
33+
version = "0.5.0"
3434

3535
[dependency-groups]
3636
coverage = ["pytest~=8.0", "pytest-cov>=5,<7"]

0 commit comments

Comments
 (0)