Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
d5c45ce
Add Memgraph v3.10 and Lab v3.10.0 release note titles
gitbuda Mar 18, 2026
ab976e8
Update the main release branch/PR creation skill
gitbuda Mar 18, 2026
3aded8e
Update the milestone with the link back to the documentation
gitbuda Mar 18, 2026
ddb75fb
feat: Move timeout and health check frequency flags to run-time coord…
as51340 Apr 18, 2026
23c7b21
feat: Enhance reconciliation loop (#1570)
as51340 Apr 18, 2026
8791081
Add docs for GNN import and export (#1572)
antejavor Apr 18, 2026
10ece0e
Merge branch 'main' into memgraph-3-10
gitbuda Apr 18, 2026
cadc64e
Add docs for new MGP API (Point, Enum, ZonedDateTime) (#1577)
imilinovic Apr 19, 2026
12ef1e0
feat: Explain new replication exception messages (#1581)
as51340 Apr 19, 2026
8a52577
feat: RELOAD TLS description (#1579)
as51340 Apr 19, 2026
31cd817
Add boolean flag syntax warning and --strict-flag-check docs (#1582)
Ignition Apr 19, 2026
be2011f
Update build-from-source docs for Conan changes (#1585)
Ignition Apr 19, 2026
025d7d0
Add remote monitoring to helm-charts (#1583)
mattkjames7 Apr 19, 2026
d392665
feat: Wait for lock acquisition on data dir (#1590)
as51340 Apr 19, 2026
263111c
feat: Disable snapshots, --init-file, --init-data-file. Enable system…
as51340 Apr 19, 2026
81f95b4
Process a lot of documentation and release notes
gitbuda Apr 19, 2026
be71d69
fix: Standalone chart values and explain the process of setting snaps…
as51340 Apr 20, 2026
e16a21d
Add per-instance external access annotations to HA K8s docs (#1576)
as51340 Apr 20, 2026
9bdea02
feat: Gateway API support (#1578)
as51340 Apr 20, 2026
314187f
remove init script (#1596)
mattkjames7 Apr 20, 2026
eef50fa
docs: Document routing table TTL (#1594)
as51340 Apr 22, 2026
b612b12
feat: helm chart remote k8s metrics (#1595)
mattkjames7 Apr 22, 2026
1ed69ca
Reverse index docs (#1597)
imilinovic Apr 27, 2026
5e9ae68
feat: Add remote embedding computation to the embeddings module (#1598)
mattkjames7 Apr 27, 2026
1a59723
Small fixes
gitbuda Apr 27, 2026
91c599c
Formatting
gitbuda Apr 27, 2026
a129eba
Add missing changelog items
gitbuda Apr 27, 2026
9021e15
Update embeddings docs (#1602)
mattkjames7 Apr 28, 2026
59123b4
Label-based auth changes (UPDATE sub-permissions, and DENY) (#1587)
colinbarry May 3, 2026
a084f0c
Add AI platform license docs (#1605)
DavIvek May 3, 2026
c881da8
Add docs for server-side descriptions (#1606)
DavIvek May 3, 2026
1c46392
Add Kerberos sso docs (#1607)
DavIvek May 3, 2026
b7dd7e5
Update vector edge index docs (#1608)
DavIvek May 3, 2026
e9754f5
Allow parametrized config docs (#1609)
DavIvek May 3, 2026
b5b4822
Add missing changelog items
gitbuda May 3, 2026
b1060ae
Merge branch 'main' into memgraph-3-10
gitbuda May 3, 2026
bc09743
docs: Document breaking changes (#1610)
as51340 May 6, 2026
bb84fb1
Add documentation (#1611)
Josipmrden May 6, 2026
99f6afb
Add WHERE after YIELD syntax (#1612)
Josipmrden May 6, 2026
c98d5eb
Add `SHOW QUERY CALLABLE MAPPINGS` (#1613)
Josipmrden May 6, 2026
51b6a7d
Add differences documentation (#1614)
Josipmrden May 6, 2026
df5bc91
Add documentation for call with scoped variables (#1615)
Josipmrden May 6, 2026
a109ac9
Add missing changelog items
gitbuda May 6, 2026
183c321
Built-in roles (#1601)
colinbarry May 6, 2026
b81ba92
Tenant memory tracking and limiting (#1617)
andrejtonev May 6, 2026
2cf6403
feat: Add optional log PVC (#1619)
as51340 May 10, 2026
e4176c1
feat: Add support for annotations in internal services (#1620)
as51340 May 10, 2026
9ab8887
Update changelog
gitbuda May 10, 2026
9a74395
Merge branch 'main' into memgraph-3-10
gitbuda May 10, 2026
bd780e9
new: Add Lab 3.10 docs update (#1621)
tonilastre May 11, 2026
ca41141
fix: Image pull secrets standalone (#1622)
as51340 May 11, 2026
70fd671
Add pyspark compatibility methods (#1616)
Josipmrden May 11, 2026
d8220de
Update changelog
gitbuda May 11, 2026
5ac1a3d
docs: Describe Memgraph MCP chart (#1624)
as51340 May 13, 2026
931f811
Clarify memory fields and license enforcement (#1573)
gitbuda May 13, 2026
46a5a05
fix: Expose only probes' timings (#1628)
as51340 May 13, 2026
357dd5b
Add grammar and release notes improvements
gitbuda May 13, 2026
842c82c
Add final pre-release updates
gitbuda May 13, 2026
217284d
Merge branch 'main' into memgraph-3-10
gitbuda May 13, 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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ pnpm-lock.yaml
# misc
.DS_Store
.vercel

.claude/
CLAUDE.md
.release-tracking/
34 changes: 33 additions & 1 deletion pages/advanced-algorithms/available-algorithms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ If you want to know more and learn how this affects you, read our [announcement]

| Algorithms | Lang | Description |
|---------------------------------------------------------------------------------------------------|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
| [gnn](/advanced-algorithms/available-algorithms/gnn) | Python | Export and import graph data in PyTorch Geometric (PyG) and TensorFlow GNN (TF-GNN) formats for GNN training pipelines. |
| [link_prediction with GNN](/advanced-algorithms/available-algorithms/gnn_link_prediction) | Python | Module for predicting links in the graph by using graph neural networks. |
| [node_classification with GNN](/advanced-algorithms/available-algorithms/gnn_node_classification) | Python | Graph neural network-based node classification module |
| [node2vec](/advanced-algorithms/available-algorithms/node2vec) | Python | An algorithm for calculating node embeddings on static graph. |
Expand Down Expand Up @@ -131,7 +132,34 @@ If you want to know more and learn how this affects you, read our [announcement]

## APOC mappings

This table shows the mapping between APOC functions/procedures and their Memgraph equivalents. Use these mappings if you're familiar with Neo4j's APOC library.
When switching from Neo4j to Memgraph, application code that calls `apoc.*` or `gds.*`
procedures and functions would otherwise break, since Memgraph exposes the same
functionality under different names. The aliases below serve as a drop-in replacement for
those APOC and GDS calls, so you can migrate without changing your application code.

This table shows the mapping between APOC functions/procedures and their Memgraph equivalents.
Use these mappings if you're familiar with Neo4j's APOC library.

### Inspecting configured mappings

Memgraph loads callable aliases from the JSON file pointed to by the
[`--query-callable-mappings-path`](/database-management/configuration) flag.
To list every alias currently registered (including any custom mappings you
add to that file), run:

```cypher
SHOW QUERY CALLABLE MAPPINGS;
```

The query returns three columns:

- `alias_name: string` ➡ The name clients call (for example, `apoc.version`).
- `source_name: string` ➡ The underlying Memgraph procedure or function the
alias resolves to (for example, `mgps.version`).
- `type: string` ➡ Either `procedure`, `function`, or `unknown` if the source
cannot be resolved.

Running `SHOW QUERY CALLABLE MAPPINGS` requires the `CONFIG` privilege.

| APOC | Description | Memgraph equivalent |
|-------------------------|-------------|---------------------|
Expand All @@ -157,6 +185,8 @@ This table shows the mapping between APOC functions/procedures and their Memgrap
| apoc.map.removeKeys | Removes specified keys from a map | [map.remove_keys()](/advanced-algorithms/available-algorithms/map#remove_keys) |
| apoc.map.merge | Merges multiple maps into one | [map.merge()](/advanced-algorithms/available-algorithms/map#merge) |
| apoc.map.fromLists | Creates a map from two lists (keys and values) | [map.from_lists()](/advanced-algorithms/available-algorithms/map#from_lists) |
| apoc.meta.nodeTypeProperties | Returns schema information about nodes and their properties | [schema.node_type_properties()](/querying/schema#node_type_properties) |
| apoc.meta.relTypeProperties | Returns schema information about relationships and their properties | [schema.rel_type_properties()](/querying/schema#rel_type_properties) |
| apoc.refactor.from | Redirects relationship to use a new start node | [refactor.from()](/advanced-algorithms/available-algorithms/refactor#from) |
| apoc.refactor.to | Redirects relationship to use a new end node | [refactor.to()](/advanced-algorithms/available-algorithms/refactor#to) |
| apoc.refactor.rename.label | Renames a label from old to new for all nodes | [refactor.rename_label()](/advanced-algorithms/available-algorithms/refactor#rename_label) |
Expand All @@ -180,3 +210,5 @@ This table shows the mapping between APOC functions/procedures and their Memgrap
| apoc.text.regReplace | Replaces substrings matching regex with replacement | [text.regReplace()](/advanced-algorithms/available-algorithms/text#regreplace) |
| apoc.util.md5 | Gets MD5 hash of concatenated string representations | [util_module.md5()](/advanced-algorithms/available-algorithms/util_module#md5) |
| apoc.util.validatePredicate | Raises exception if predicate yields true with parameter interpolation | [mgps.validate_predicate()](/advanced-algorithms/available-algorithms/mgps#validate_predicate) |
| db.awaitIndexes | No-op compatibility shim for clients that wait for index creation (e.g. the Neo4j Spark connector) | [mgps.await_indexes()](/advanced-algorithms/available-algorithms/mgps#await_indexes) |
| apoc.version | Returns the Memgraph server version string | [mgps.version()](/advanced-algorithms/available-algorithms/mgps#version) |
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 @@ -21,6 +21,7 @@ export default {
"elasticsearch_synchronization": "elasticsearch_synchronization",
"embeddings": "embeddings",
"export_util": "export_util",
"gnn": "gnn",
"gnn_link_prediction": "gnn_link_prediction",
"gnn_node_classification": "gnn_node_classification",
"graph_analyzer": "graph_analyzer",
Expand Down
Loading