From 08a2e5b96c78f646053c0827ee89efde441c8c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ante=20Pu=C5=A1i=C4=87?= Date: Wed, 23 Aug 2023 16:34:14 +0200 Subject: [PATCH 1/3] Add changelog --- mage/changelog.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/mage/changelog.md b/mage/changelog.md index 925df501dff..90286bb5c84 100644 --- a/mage/changelog.md +++ b/mage/changelog.md @@ -4,9 +4,23 @@ title: Changelog sidebar_label: Changelog --- +## v1.10.0 - Aug 23, 2023 + +### Features and improvements + +- You can use the [`label` module](/query-modules/cpp/label.md) to check whether + a node has the given label. [#304](https://github.com/memgraph/mage/pull/304) +- Time zones don’t have to be difficult to work with. The [`date` module](/query-modules/python/date.md) provides utilities for date and time operations. [#291](https://github.com/memgraph/mage/pull/291) +- The [`text` module](/query-modules/python/text.md) simplifies string concatenation + and supports custom delimiters. [#287](https://github.com/memgraph/mage/pull/287) + +### Bug Fixes + +- LLM prompts returned by the [`llm_util` module](/query-modules/python/llm-util.md) now list node and relationship properties in a consistent order. [#324](https://github.com/memgraph/mage/pull/324) + ## v1.9.0 - Aug 03, 2023 -## Features and improvements +### Features and improvements - With the new [`collections` module](/query-modules/cpp/collections.md) you can filter, sort and modify lists within Cypher queries. From fc7e8cf4ae81778a8f7fa6fa3a37fc34faa8f1e7 Mon Sep 17 00:00:00 2001 From: kgolubic Date: Thu, 24 Aug 2023 15:20:33 +0200 Subject: [PATCH 2/3] Updated mage/changelog.md --- mage/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mage/changelog.md b/mage/changelog.md index 90286bb5c84..0c4c34a75bd 100644 --- a/mage/changelog.md +++ b/mage/changelog.md @@ -8,7 +8,7 @@ sidebar_label: Changelog ### Features and improvements -- You can use the [`label` module](/query-modules/cpp/label.md) to check whether +- You can use the [`label` module](#) to check whether a node has the given label. [#304](https://github.com/memgraph/mage/pull/304) - Time zones don’t have to be difficult to work with. The [`date` module](/query-modules/python/date.md) provides utilities for date and time operations. [#291](https://github.com/memgraph/mage/pull/291) - The [`text` module](/query-modules/python/text.md) simplifies string concatenation From 6bb0e707c1e67abb989d6697f8c5e786a2545f75 Mon Sep 17 00:00:00 2001 From: kgolubic Date: Thu, 24 Aug 2023 15:57:32 +0200 Subject: [PATCH 3/3] Update links and icon --- mage/changelog.md | 4 ++-- mage/query-modules/cpp/text.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mage/changelog.md b/mage/changelog.md index 0c4c34a75bd..fadf3d6b528 100644 --- a/mage/changelog.md +++ b/mage/changelog.md @@ -8,10 +8,10 @@ sidebar_label: Changelog ### Features and improvements -- You can use the [`label` module](#) to check whether +- You can use the [`label` module](/query-modules/cpp/label.md) to check whether a node has the given label. [#304](https://github.com/memgraph/mage/pull/304) - Time zones don’t have to be difficult to work with. The [`date` module](/query-modules/python/date.md) provides utilities for date and time operations. [#291](https://github.com/memgraph/mage/pull/291) -- The [`text` module](/query-modules/python/text.md) simplifies string concatenation +- The [`text` module](/query-modules/cpp/text.md) simplifies string concatenation and supports custom delimiters. [#287](https://github.com/memgraph/mage/pull/287) ### Bug Fixes diff --git a/mage/query-modules/cpp/text.md b/mage/query-modules/cpp/text.md index 6eac44b1406..345b700623e 100644 --- a/mage/query-modules/cpp/text.md +++ b/mage/query-modules/cpp/text.md @@ -22,7 +22,7 @@ style={{ The `text` module offers a toolkit for manipulating strings. -[![docs-source](https://img.shields.io/badge/source-map-FB6E00?logo=github&style=for-the-badge)](https://github.com/memgraph/mage/tree/main/cpp/map_module) +[![docs-source](https://img.shields.io/badge/source-text-FB6E00?logo=github&style=for-the-badge)](https://github.com/memgraph/mage/tree/main/cpp/text_module) | Trait | Value | | ------------------- | ----------------------------------------------------- |