Skip to content

Memgraph v3.10#1562

Open
gitbuda wants to merge 36 commits intomainfrom
memgraph-3-10
Open

Memgraph v3.10#1562
gitbuda wants to merge 36 commits intomainfrom
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 3, 2026 4:52am

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
as51340 and others added 2 commits April 22, 2026 11:22
* added examples for remote monitoring
* update configuration options tables
* doc: Document LBAC changes for v3.10

Update label-based access control docs to reflect v3.10 changes:
- DENY semantics replacing GRANT NOTHING / REVOKE NOTHING
- Granular UPDATE sub-permissions (SET LABEL, REMOVE LABEL, SET PROPERTY, CREATE EDGE, DELETE EDGE)
- Permission reference table and per-operation requirements
- DENY syntax for both nodes and edges
- Updated examples throughout

* doc: Clarify some wording
* Add docs for the AI Platform license type

Documents the new AI_PLATFORM license type from memgraph#3999: same
Enterprise feature set, but the license memory limit gates only graph
memory, while vector index memory is bounded by the system --memory-limit.

Also updates SHOW STORAGE INFO field references across the docs for the
PR's collateral renames (disk_usage -> global_disk_usage, memory_tracked
-> global_memory_tracked, allocation_limit -> global_runtime_allocation_limit,
and the new global_license_allocation_limit), and notes the 24-hour
license-expiry grace period.

* Match SHOW STORAGE INFO example to new emission order

Limits now appear before the graph/vector breakdown.

* Drop SHOW STORAGE INFO field-rename docs and grace-period note

Those land in a separate PR. This PR now focuses on the AI Platform
license type only.

* Use actual license_type values returned by SHOW LICENSE INFO
DavIvek added 4 commits May 3, 2026 05:45
* Add docs for server-side descriptions

Documents the SET / DELETE / SHOW DESCRIPTION grammar from memgraph#3894,
the SERVER_SIDE_DESCRIPTIONS privilege, and the new optional description
fields surfaced in SHOW SCHEMA INFO.

* a few improvements
* Add docs for the Kerberos SSO auth module

Documents the new built-in kerberos.py auth module from memgraph#3916:
prerequisites, server-side env-var configuration (core + LDAP-mode-only),
role-mapping for principal and ldap modes, a Docker end-to-end example,
a Neo4j Python driver client snippet, and a troubleshooting list.

* Drop FQDN/PTR prerequisite — not Memgraph-specific

* Add Required column to Kerberos env-var tables, list required vars first

* Move Required column to the right of Description

* Trim Python snippet + tighten LDAP_AUTH description

- Match Neo4j's pattern: snippet only shows the connect call via
  kerberos_auth(); ticket acquisition is the user's problem. The
  single-leg / no-mutual-auth requirement moves to a Callout with
  concrete python-gssapi and Java pointers.
- LDAP_AUTH=gssapi description now spells out SASL/GSSAPI binding
  via the service keytab.
- pip install ldap3 (matches the module's own error message).
* 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
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.

8 participants