Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
6423af4
Add Memgraph v3.11.0 and Lab v3.11.0 release note titles
gitbuda May 13, 2026
c565671
Update the release docs start skill
gitbuda May 13, 2026
4f24dbf
Add mgp_graph_get_start_timestamp / Graph.start_timestamp (#1640)
imilinovic May 23, 2026
430f9ad
docs: document start_time and elapsed_ms columns in SHOW TRANSACTIONS…
imilinovic May 27, 2026
87f273e
feat: Ignore --query-modules-directory on coordinators (#1636)
as51340 May 27, 2026
a4dee19
feat: Document init container chown (#1637)
as51340 May 27, 2026
ea08fb9
Schema (node/rel)_type_properties docs (#1638)
imilinovic May 27, 2026
5bc2caa
feat: Add support for MCP authorization using OAuth (#1644)
as51340 May 27, 2026
3057a53
Document cross_database module (deprecates migrate in 3.11) (#1634)
imilinovic May 27, 2026
ad72d71
docs: Bolt TLS (#1641)
as51340 May 27, 2026
c97409b
Merge branch 'main' into release/3.11
gitbuda May 27, 2026
00155f3
Apply the docs merging skill - pass #1
gitbuda May 27, 2026
6c7bcf9
Add changelog items
gitbuda May 27, 2026
f97bc1f
feat: Intra-cluster TLS-secured communication (#1647)
as51340 Jun 3, 2026
cb04ec2
Add v3.11.0 release notes for remaining milestone PRs.
vpavicic Jun 8, 2026
d7f1fc1
feat: Add support for standalone chart labels (#1645)
as51340 Jun 10, 2026
4c4a0d3
feat: HA chart log_retention_days (#1646)
as51340 Jun 10, 2026
012384d
Add v3.11.0 release notes for #4188, #4211, #4229, and #4246.
vpavicic Jun 10, 2026
09b555b
docs: align schema procedure types and mandatory with new semantics (…
imilinovic Jun 16, 2026
f355519
docs: add toBooleanOrNull, toFloatOrNull, toIntegerOrNull, toStringLi…
imilinovic Jun 16, 2026
a954baf
docs: show garbage collector in SHOW TRANSACTIONS (#1652)
imilinovic Jun 16, 2026
586acfa
docs: document slow and failed query logging (#1654)
imilinovic Jun 16, 2026
54d475b
docs: update SHOW STORAGE INFO global/per-DB split and SHOW LICENSE I…
andrejtonev Jun 16, 2026
d665813
docs: Describe RedHat HA chart (#1656)
as51340 Jun 16, 2026
6b8bcc4
Stripped relwithdebinfo build (#1659)
mattkjames7 Jun 16, 2026
a6f5c6b
feat: add elementId function (#1657)
imilinovic Jun 16, 2026
3b70b5a
docs: session trace now emits into the main log instead of per-sessio…
imilinovic Jun 16, 2026
3ac1f8c
doc: Document multi-tenant monitoring (#1635)
colinbarry Jun 16, 2026
dbdd72f
Add v3.11.0 release notes for #4230, #4247, #4264, #4265, and #4273.
vpavicic Jun 16, 2026
7e537e2
Document ascending PR order for release notes and PR lists in skills.
vpavicic Jun 16, 2026
0919444
new: Add Lab 3.11.0 release notes (#1663)
tonilastre Jun 17, 2026
ea67ec2
document direct scraping of openmetrics from Memgraph in kubernetes (…
mattkjames7 Jun 17, 2026
25d5ed5
feat: document virtual graphs via derive() (#1664)
DavIvek Jun 17, 2026
1759f70
feat: document vector index on label/edge-type combinations (#1665)
DavIvek Jun 17, 2026
76bb4f8
feat: document fuzzy text search (#1666)
DavIvek Jun 17, 2026
66b5a90
Update sitemap for v3.11.0 (add cross_database page).
vpavicic Jun 17, 2026
73947df
Merge branch 'main' into release/3.11
gitbuda Jun 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/advanced-algorithms/available-algorithms/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default {
"convert_c": "convert_c",
"do": "do",
"create": "create",
"cross_database": "cross_database",
"cugraph": "cugraph",
"cycles": "cycles",
"date": "date",
Expand Down
Loading