Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.2.0 #132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 5, 2024

🤖 I have created a release beep boop

0.2.0 (2024-12-11)

Features

  • expose SPARQLStrategies over library interface (50270db)
  • implement grouping by model field (3d71409)
  • implement model_bool hook for controlling model truthiness (daf72cb)
  • implement pagination behavior for grouped models (386d990)
  • implement rdfproxy.ConfigDict extension for model configs (f8a86b5)
  • implement strategies for SPARQL query functionality (088509b)
  • use query parameter model for SPARQLModelAdapter.query (72a273d)

Bug Fixes

  • add type hints to revelen example route (42ef1ce)
  • correct regex pattern for SELECT clause extraction (cb15e14)
  • get_items_query_constructor: correct dict.get access (3fc28b7)
  • remove SPARQL prefixes from subqueries before query injections (ecd70d7)
  • resolve group_by config values for SPARQL binding aliases (5b3f171), closes #161

Documentation

  • adapt readme and examples to model field grouping (b962af6)
  • adapt readme and exmaples to rdfproxy.ConfigDict (95a5b69)
  • examples: adapt examples to query parameter model (ebf5e0d)
  • examples: update examples (7146321)
  • readme: adapt readme for query parameter model (49a892c)
  • readme: fix/improve example query (318f630)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--rdfproxy branch from b46d4af to 72e129c Compare November 5, 2024 05:13
@github-actions github-actions bot force-pushed the release-please--branches--main--components--rdfproxy branch 2 times, most recently from 4bd3467 to 7729081 Compare November 8, 2024 09:29
@github-actions github-actions bot changed the title chore(main): release 0.1.1 chore(main): release 0.2.0 Nov 8, 2024
@github-actions github-actions bot force-pushed the release-please--branches--main--components--rdfproxy branch 3 times, most recently from 23c7a7a to edf0052 Compare November 15, 2024 14:14
@github-actions github-actions bot force-pushed the release-please--branches--main--components--rdfproxy branch 5 times, most recently from f02ea2e to 72f9867 Compare December 2, 2024 11:18
@github-actions github-actions bot force-pushed the release-please--branches--main--components--rdfproxy branch 3 times, most recently from 9f88d00 to b864231 Compare December 5, 2024 13:37
@github-actions github-actions bot force-pushed the release-please--branches--main--components--rdfproxy branch from b864231 to b76f373 Compare December 11, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query constructor for grouped models injects field name instead of SPARQL binding
0 participants