Skip to content

Memgraph v3.10#1562

Open
gitbuda wants to merge 53 commits into
mainfrom
memgraph-3-10
Open

Memgraph v3.10#1562
gitbuda wants to merge 53 commits into
mainfrom
memgraph-3-10

Conversation

@gitbuda
Copy link
Copy Markdown
Member

@gitbuda gitbuda commented Mar 18, 2026

Make sure to do:

  • update sitemap
  • update direct download links

Milestones:

Docs Integration Tracking


Breaking changes PRs


Docs needed (Memgraph PR → Docs PR)


Changelog (all PRs requiring a changelog entry)

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview, Comment May 11, 2026 5:42pm

Request Review

@gitbuda gitbuda changed the title Release notes for Memgraph v3.10 Memgraph v3.10 Mar 18, 2026
as51340 and others added 3 commits April 19, 2026 10:44
Document that boolean flags must use = syntax (--flag=true) rather than
space-separated (--flag false), and add the new --strict-flag-check
configuration flag that controls whether Memgraph errors or warns on
suspicious positional arguments.
Ignition and others added 4 commits April 19, 2026 10:54
- Update conan install command to use memgraph_toolchain_v7 profile
  (replaces memgraph_template_profile)
- Add conan remote add step for vendored recipes (local-recipes-index)
- Add conan_recipes explanation to Callout
- Pin conan version requirement to >=2.26.0
- List libs still fetched by ./init
DavIvek added 2 commits May 3, 2026 05:50
* Update vector edge index docs for the single-store refactor

memgraph#3929 brings vector edge indexes to the same single-store pattern
as node indexes. Drops the dual-store framing for edges, unifies the
intro, and extends the DROP-cost warning to cover both nodes and edges.

* Tighten vector index intro: list what actually differs

DROP VECTOR INDEX and SHOW VECTOR INDEX INFO are shared between node and
edge variants; only the CREATE syntax and search procedure differ.

* a few improvements
* Document parameterized WITH CONFIG for vector indexes

memgraph#3959 lets the WITH CONFIG map accept query parameters: either
the whole map ($config) or individual values ({"dimension": $dim, ...}).
Add a short subsection covering both forms.

* change ordering
* inital push

* Fix per-database memory tracking docs against PR memgraph#3952

- SHOW STORAGE INFO: rename disk_usage/memory_tracked/allocation_limit
  to global_*, add global_license_allocation_limit, drop graph_/
  vector_index_memory_tracked from top level, add db_* fields
- SHOW STORAGE INFO ON DATABASE: list its own 16 fields explicitly,
  note that process-wide fields are not included
- Tenant profile examples: drop double quotes (names use symbolicName)
- SHOW MEMORY INFO: doesn't require STATS privilege — only Enterprise license
- tenant_memory_tracked column is a human-readable size, not raw bytes
- Prerequisites: PROFILE_RESTRICTION covers every tenant profile query,
  not just create/alter/drop
- Add TENANT PROFILE row to query-privileges table; expand
  PROFILE_RESTRICTION description in RBAC to cover both user and tenant
  profiles

* Drop human-readable size example from tenant_memory_tracked desc

---------

Co-authored-by: DavIvek <david.ivekovic@memgraph.io>
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.