Skip to content

Commit

Permalink
Update Release notes (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolubic authored Feb 29, 2024
1 parent 8bca385 commit 6fd5965
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import GitHub from '/components/icons/GitHub'
# link_prediction with GNN

<Callout type="info">
This algorithm is not available in MAGE 1.14.
This algorithm is not available in MAGE 1.14 and newer versions.
</Callout>

**Link prediction** can be defined as a problem where one wants to predict if
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import GitHub from '/components/icons/GitHub'
# node_classification with GNN

<Callout type="info">
This algorithm is not available in MAGE 1.14.
This algorithm is not available in MAGE 1.14 and newer versions.
</Callout>

**Node classification** is the problem of finding out the **right label** for a
Expand Down
2 changes: 1 addition & 1 deletion pages/advanced-algorithms/available-algorithms/text.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import GitHub from '/components/icons/GitHub'
# text

<Callout type="info">
This algorithm is not available in MAGE 1.14.
This algorithm is not available in MAGE 1.14 and newer versions.
</Callout>

The `text` module offers a toolkit for manipulating strings.
Expand Down
26 changes: 24 additions & 2 deletions pages/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,37 @@ informed and prepared.
New releases might affect your existing code, queries or configuration.
Ensure they're updated to align with the latest updates and changes.

### Unavailable algorithms in MAGE v1.14.0
### Unavailable algorithms in MAGE v1.14.0 and newer versions

<Callout type="info">
The following algorithms are not avaliable in MAGE v1.14.0:
The following algorithms are not avaliable in MAGE v1.14.0 and newer versions:
- [link_prediction with GNN](/advanced-algorithms/available-algorithms/gnn_link_prediction)
- [node_classification with GNN](/advanced-algorithms/available-algorithms/gnn_node_classification)
- [text](/advanced-algorithms/available-algorithms/text)
</Callout>

### Upgrading to Memgraph v2.15.0

<Callout type="info">

Starting from Memgraph version 2.15.0, password hashing
has been fortified with salt for improved security. Previously, passwords were
hashed using SHA256 without salt. Please note that bcrypt, which is the default
hashing algorithm, has always incorporated salt for enhanced security.

- **Automatic Migration:** Passwords hashed without salt will be automatically
reverted to the saltless algorithm upon upgrade. Subsequent successful logins
trigger a rehashing process with salt, updating the data on disk.
- **Seamless Transition:** Most users will experience a seamless transition
without any manual intervention. A user's first login post-upgrade triggers
the hash update.
- **Migration Considerations:** Upon starting Memgraph version 2.15.0 for the
first time, ensure that the `--password-encryption-algorithm` flag is correctly
set to match the actual hashing algorithm used. This is crucial for maintaining
authentication data integrity.

</Callout>

### Upgrading to Memgraph v2.13.0

<Callout type="info">
Expand Down

1 comment on commit 6fd5965

@vercel
Copy link

@vercel vercel bot commented on 6fd5965 Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-memgraph.vercel.app
documentation-git-main-memgraph.vercel.app
nextra-docs-blush.vercel.app

Please sign in to comment.