Memgraph v3.12.0#1667
Merged
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
vpavicic
commented
Jun 23, 2026
Co-authored-by: Vlasta <95473291+vpavicic@users.noreply.github.com>
* added RPM builds of MAGE and updated direct download links * update mage install page * update version number
Light edges will ship as one combined changelog item and docs PR when the full memgraph PR stack is ready. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Vlasta <95473291+vpavicic@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Cover mg-v3.12-critical PRs in release notes, put New features before Improvements, and wrap the #4269 bug-fix entry. Co-authored-by: Cursor <cursoragent@cursor.com>
* feat: document fuzzy phrase search Document text_search.fuzzy_phrase_search / fuzzy_phrase_search_edges: ordered, adjacent multi-term matching on a single property with a prefix last term and a fuzzy edit budget shared across the whole phrase. Add the procedures to the search configuration list. * docs: explain text search matching model and procedure selection Add a 'How text search matching works' section (default tokenizer, case-insensitivity, token-vs-substring, the data. prefix) and a 'Which procedure should I use?' decision table. Clarify that fuzzy_prefix matches each term independently and unordered, and point to fuzzy_phrase_search for ordered search-as-you-type. * minor fix
Co-authored-by: Cursor <cursoragent@cursor.com>
…ts) (#1679) * docs(multi-tenancy): document SUSPEND/RESUME DATABASE (hot/cold tenants) Add end-user docs for the enterprise SUSPEND DATABASE / RESUME DATABASE feature (memgraph#4280): - multi-tenancy.mdx: new "Suspending and resuming databases" section (syntax, privileges/enterprise gating, requirements & restrictions, behavior of other commands on a COLD tenant, durability, replication, observability); add SUSPEND/RESUME to the Cypher-query list; document the new HOT/COLD `state` column on SHOW DATABASES. - server-stats.mdx: add `state` field to the per-database SHOW STORAGE INFO table; note a COLD database returns its as-of-suspend snapshot with live-only fields zeroed. - system-replication.mdx: note suspend/resume is system-replicated and rejected on a REPLICA; replicas converge to MAIN's HOT/COLD set. Grounded in the merged code (exact error/status strings, column values), not the pre-GA spec. Claude-Session: https://claude.ai/code/session_01XhTw5sUoqieu5n71eRpN5C * docs(multi-tenancy): reference-page updates for SUSPEND/RESUME DATABASE - query-privileges.mdx: add SUSPEND/RESUME DATABASE rows (MULTI_DATABASE_EDIT, Enterprise) to the multi-database operations privilege table. - enabling-memgraph-enterprise.mdx: mention suspend/resume in the Multi-tenancy Enterprise-feature entry. - multi-tenancy.mdx: add a basic end-to-end usage example (suspend → SHOW DATABASES → resume → use); minor wording fix. Claude-Session: https://claude.ai/code/session_01XhTw5sUoqieu5n71eRpN5C
Add documentation for the lightweight edges feature (12 PRs #4207-#4248, #4271) merged between v3.11.0 and v3.12.0: - configuration.mdx: new --storage-light-edge=false row in the storage flag table. - storage-memory-usage.mdx: Edge memory layout note, a "Reduce memory usage" tip, and a new "Lightweight edges" subsection covering the ~24B/edge saving, the id-lookup tradeoff, the properties-on-edges implication, and durability/replication scope. - release-notes.mdx: new-feature entry under v3.12.0. Claude-Session: https://claude.ai/code/session_01HnnUvo6hNVJv3ZozhKStRF
* feat: Global read-only mode * docs: Refactor
* docs: Storage allow recovery failure * Apply suggestions from code review Co-authored-by: Vlasta <95473291+vpavicic@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Vlasta <95473291+vpavicic@users.noreply.github.com> --------- Co-authored-by: Vlasta <95473291+vpavicic@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
* doc: Document PBAC * doc: Note `edge_type` is a single item, not a list * doc: Update enterprise page with PBAC * doc: Add example of global/specific rules for PBAC
Co-authored-by: Cursor <cursoragent@cursor.com>
Updated the release date for Lab v3.12.0 from July 29th, 2026 to July 15th, 2026.
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.
Make sure to do:
Milestones
Docs Integration Tracking
Breaking changes PRs
Docs needed (Memgraph PR → Docs PR)
Changelog (all PRs requiring a changelog entry)