Skip to content

chore(release): bump to v1.1.1#251

Merged
galshubeli merged 1 commit into
mainfrom
chore/release-1.1.1
May 13, 2026
Merged

chore(release): bump to v1.1.1#251
galshubeli merged 1 commit into
mainfrom
chore/release-1.1.1

Conversation

@galshubeli
Copy link
Copy Markdown
Collaborator

@galshubeli galshubeli commented May 13, 2026

Summary

Cuts v1.1.1 to ship the apply_changes strategy-forwarding fix from #250.

v1.1.0 silently dropped per-call loader / chunker / extractor / resolver overrides at the apply_changes boundary; downstream CI orchestrators using apply_changes as their single entrypoint were getting SDK defaults regardless of what they passed. #250 closes the gap by forwarding the four kwargs through to the inner ingest() and update() calls; this PR releases that fix.

Default behaviour is unchanged — apply_changes callers that don't pass strategies still get SDK defaults.

Changes

  • pyproject.toml: version = "1.1.0""1.1.1"
  • __init__.py: __version__ = "1.1.0""1.1.1"
  • CHANGELOG.md: new [1.1.1] - 2026-05-13 section documenting the forwarded kwargs

After merge

  • Tag v1.1.1 from main
  • Build + publish wheel to PyPI
  • Downstream (e.g. FalkorDB/GraphRAG-UI) bumps pin from ==1.1.0==1.1.1 to start using the new kwargs

Test plan

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Bug Fixes
    • Fixed per-call strategy overrides in apply_changes convenience wrappers to properly forward configuration parameters into inner operations. Default behavior remains unchanged when overrides are not specified.

Review Change Stack

Cuts a release that includes the apply_changes strategy-forwarding
fix merged in #250. v1.1.0 silently dropped per-call ``loader``/
``chunker``/``extractor``/``resolver`` overrides at the apply_changes
boundary; v1.1.1 forwards them through to the inner ingest/update calls.
Default behaviour is unchanged.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 01bd364a-0ae0-4187-a29f-68b14b46d2e1

📥 Commits

Reviewing files that changed from the base of the PR and between 9ba70a5 and 9328c53.

📒 Files selected for processing (3)
  • CHANGELOG.md
  • graphrag_sdk/pyproject.toml
  • graphrag_sdk/src/graphrag_sdk/__init__.py

📝 Walkthrough

Walkthrough

Version 1.1.1 release bumps the package version in pyproject.toml and __init__.py, and documents release notes in CHANGELOG.md describing fixes to strategy override forwarding in apply_changes and apply_changes_sync convenience wrappers.

Changes

Release v1.1.1

Layer / File(s) Summary
Version declaration and release notes
CHANGELOG.md, graphrag_sdk/pyproject.toml, graphrag_sdk/src/graphrag_sdk/__init__.py
Version incremented to 1.1.1. Release notes document per-call strategy override (loader, chunker, extractor, resolver) forwarding into ingest() and update() dispatches within apply_changes and apply_changes_sync wrappers, with unchanged default behavior when overrides are omitted.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A version bump hops into place,
Strategy overrides now forward with grace,
From one-one-zero to one-one-one we climb,
The SDK's changelog marks this fine time. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: a version bump to v1.1.1, which is the primary purpose of this release PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-1.1.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@galshubeli galshubeli merged commit a90ad18 into main May 13, 2026
10 checks passed
@galshubeli galshubeli deleted the chore/release-1.1.1 branch May 13, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant