chore: bump version to 3.1.0#409
Merged
milla-jovovich merged 1 commit intomainfrom Apr 9, 2026
Merged
Conversation
PyPI release cut covering 39 merged PRs since v3.0.0 on 2026-04-06. Highlights: Claude/Codex plugin packaging (#270), security hardening (#387), honest AAAK stats + benchmark corrections (#147), Windows compatibility fixes, Knowledge Graph WAL mode + batching, 10K limit safety caps, and much more. See GitHub release notes for full changelog.
bensig
approved these changes
Apr 9, 2026
milla-jovovich
pushed a commit
that referenced
this pull request
Apr 9, 2026
bump-plugin-version.yml has been failing on every merge to main since today's security + plugin-packaging work, because it tries to push directly to main and branch protection blocks it. It also conflicts with the manual version-management pattern we're currently using (manual bumps in PRs like #409 for 3.1.0). Renaming to .yml.disabled so GitHub Actions skips it. If we want auto-bumps later, the workflow needs to open a PR instead of pushing directly, and coordinate with manual version bumps.
2 tasks
milla-jovovich
added a commit
that referenced
this pull request
Apr 9, 2026
bump-plugin-version.yml has been failing on every merge to main since today's security + plugin-packaging work, because it tries to push directly to main and branch protection blocks it. It also conflicts with the manual version-management pattern we're currently using (manual bumps in PRs like #409 for 3.1.0). Renaming to .yml.disabled so GitHub Actions skips it. If we want auto-bumps later, the workflow needs to open a PR instead of pushing directly, and coordinate with manual version bumps. Co-authored-by: milla-jovovich <[email protected]>
phobicdotno
pushed a commit
to phobicdotno/mempalace-gpu
that referenced
this pull request
Apr 10, 2026
PyPI release cut covering 39 merged PRs since v3.0.0 on 2026-04-06. Highlights: Claude/Codex plugin packaging (MemPalace#270), security hardening (MemPalace#387), honest AAAK stats + benchmark corrections (MemPalace#147), Windows compatibility fixes, Knowledge Graph WAL mode + batching, 10K limit safety caps, and much more. See GitHub release notes for full changelog. Co-authored-by: milla-jovovich <[email protected]>
phobicdotno
pushed a commit
to phobicdotno/mempalace-gpu
that referenced
this pull request
Apr 10, 2026
bump-plugin-version.yml has been failing on every merge to main since today's security + plugin-packaging work, because it tries to push directly to main and branch protection blocks it. It also conflicts with the manual version-management pattern we're currently using (manual bumps in PRs like MemPalace#409 for 3.1.0). Renaming to .yml.disabled so GitHub Actions skips it. If we want auto-bumps later, the workflow needs to open a PR instead of pushing directly, and coordinate with manual version bumps. Co-authored-by: milla-jovovich <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Version bump from
3.0.14→3.1.0. First PyPI cut sincev3.0.0(2026-04-06) — covers 39 merged PRs. Closes the pip/plugin version drift that was causing #290 and #296.Files touched
pyproject.toml— version stringmempalace/version.py—__version__README.md— version shield badgeRelease notes (for GH release at
v3.1.0tag)MemPalace v3.1.0
First PyPI cut since v3.0.0 on 2026-04-06 — 39 merged PRs. This release closes the pip/plugin version drift (#290, #296) and lands the first-week community fixes.
🔒 Security
SESSION_IDin save hooksys.exitfrom library code🐛 Bug fixes (highlights)
cmd_repairinfinite recursion, 500 MB OOM guard--yesflag bypasses all init prompts (closes mempalace init --yes flag does not fully bypass interactive prompts #179).gitignorerules during mining (closes Add support for .gitignore files #233)✨ Features
PersistentClient— big perf win📊 Benchmarks (the honest version)
recall_any@5headline — see theaa10f8fREADME correction and the ongoing methodology threads in Multiple issues between README claims and codebase #27, Multiple issues with benchmark methodology and scoring #29, Independent benchmark reproduction on M2 Ultra — raw confirms 96.6%, aaak/rooms regress #39, Benchmarks do not exercise MemPalace — headline 96.6% is a ChromaDB score #214, bench: add BEAM 100K benchmark (end-to-end answer quality) #168📦 Packaging
>=0.5.0,<0.7) +py.typedmarkeruv, 20 → 92 tests🙏 Thanks
Massive thanks to everyone who ran audits, caught real bugs, and sent clean PRs in the first week — especially @lhl, @dial481, @gizmax, @rohithzr, @hugooconnor, @anthonyonazure, @fubak, @fuzzymoomoo, @vanachterjacob, @SethRosenthal100, @cktang88, @adv3nt3, @slapglif, @skuznetsov, @rusel95, @M0nkeyFl0wer, @EndeavorYen, @bobmatnyc, @kpulik, @kevgathuku, @mvalentsev, @mvanhorn, @jonashertner.
Closes #290 and #296.
📥 Install
✨
Test plan
mempalace --versionreports3.1.0python -c "import mempalace; print(mempalace.__version__)"reports3.1.03.1.0v3.1.0, build wheel + sdist,twine upload dist/*