Skip to content

Commit eb3c517

Browse files
mattkjames7matea16
andauthored
Update changelog for v3.6.2 release (#1455)
* Update changelog for v3.6.2 release * updated date on changelog * remove empty lines --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>
1 parent aa62be3 commit eb3c517

File tree

1 file changed

+37
-7
lines changed

1 file changed

+37
-7
lines changed

pages/release-notes.mdx

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,43 @@ troubleshoot in production.
4242

4343
## 🚀 Latest release
4444

45+
### Memgraph v3.6.2 - November 4th, 2025
46+
47+
- Version bump to v3.6.2 to match the latest MAGE version.
48+
49+
### MAGE v3.6.2 - November 4th, 2025
50+
51+
{<h4 className="custom-header">⚠️ Breaking changes</h4>}
52+
53+
- Renamed `compute()` function to `node_sentence()` and simplified input
54+
arguments such that it now accepts a configuration `Map` to define parameters
55+
such as `device` and `batch_size`.
56+
[#686](https://github.com/memgraph/mage/pull/686)
57+
58+
{<h4 className="custom-header">✨ New features</h4>}
59+
60+
- Added `text()` function to embed lists of strings directly.
61+
[#686](https://github.com/memgraph/mage/pull/686)
62+
- Added `model_info()` function to return a `Map` of information about the model
63+
being used. [#686](https://github.com/memgraph/mage/pull/686)
64+
65+
{<h4 className="custom-header">🛠️ Improvements</h4>}
66+
67+
- Added configuration option `return_embeddings` to `node_sentence()` so that a
68+
list of embeddings are returned. `node_sentence()` now returns `dimension` -
69+
the length of the output of the embedding model.
70+
[#686](https://github.com/memgraph/mage/pull/686)
71+
- Fixed default `device` such that CPU-only containers fallback to CPU compute
72+
without having to specify that `device="cpu"`.
73+
[#686](https://github.com/memgraph/mage/pull/686)
74+
75+
### Lab v3.6.1 - October 17th, 2025
76+
77+
<LabReleasesClient version="3.6.1" />
78+
79+
80+
## Previous releases
81+
4582
### Memgraph v3.6.1 - October 16th, 2025
4683

4784
{<h4 className="custom-header">⚠️ Breaking changes</h4>}
@@ -76,13 +113,6 @@ troubleshoot in production.
76113
vertices on CPU or Nvidia GPU.
77114
[#662](https://github.com/memgraph/mage/pull/662).
78115

79-
### Lab v3.6.1 - October 17th, 2025
80-
81-
<LabReleasesClient version="3.6.1" />
82-
83-
84-
## Previous releases
85-
86116
### Memgraph v3.6.0 - October 8th, 2025
87117

88118
{<h4 className="custom-header">⚠️ Breaking changes</h4>}

0 commit comments

Comments
 (0)