Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Feb 16:50
· 15 commits to main since this release
e73c3cd

0.6.0 - 2026-02-17

⚙️ Continuous Integration

  • Add py 3.14 to test workflow, fix some params in tests - (5536430)
  • Fix docker gateway host for github action federated queries tests - (5fcf336)
  • Fix federated query in gh action, somehow failing only for oxigraph when function running in gh action (custom function works when running locally) - (9490786)

⛰️ Features

  • Add DatasetExt class, to enable easily defining custom pattern and extension functions that resolves to python functions using pythonic decorated functions - (59ff1f0)
  • Auto generate example_queries from functions docstring if not provided, deprecate example_query to use the 1st key of example_queries as YASGUI default tab. Update the example to use custom decorated functions - (d9bf67a)
  • Provide a default namespace for all decorator functions - (444382c)
  • Handle when FILTER = is used to define a variable value (instead of VALUES), which is done by virtuoso when transfering SERVICE calls - (687fe16)
  • Add use_subject arg to type_function to enable to use the triples subject as input arg - (ee39318)

🐛 Bug Fixes

📚 Documentation

  • Improve readme, example and add .python-version file - (f6d6f14)
  • Readme, fix py3.8 typing - (5235f2a)
  • Fix readme - (b7c1ae4)
  • Fix contributing - (c895c59)

🚜 Refactor

🛠️ Miscellaneous Tasks

🧪 Testing

  • Add tests for federated SERVICE call from other triplestores to rdflib-endpoint: graphdb, fuseki, blazegraph, oxigraph, rdf4j - (43e94df)