From 0ffd4df18eee121ac46f59986377c94c1254166d Mon Sep 17 00:00:00 2001 From: Laura Du Ry <123562732+LauraDuRy@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:12:48 +0100 Subject: [PATCH 1/8] changelog update Ruby SDK --- src/routes/changelog/(entries)/2024-01-19.markdoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/routes/changelog/(entries)/2024-01-19.markdoc diff --git a/src/routes/changelog/(entries)/2024-01-19.markdoc b/src/routes/changelog/(entries)/2024-01-19.markdoc new file mode 100644 index 0000000000..907f1132e2 --- /dev/null +++ b/src/routes/changelog/(entries)/2024-01-19.markdoc @@ -0,0 +1,15 @@ +--- +layout: changelog +title: New Ruby SDK release with fixes for the database service +date: 2024-01-19 +cover: /images/changelog/2023-08-30.png +--- + +We’ve just released a new Ruby SDK with fixes for the database service. + +View the [pull request](https://github.com/appwrite/sdk-for-ruby/compare/10.1.0...10.1.1) on GitHub for the source code. + + +{% arrow_link href="https://appwrite.io/changelog/entry/2024-01-19" %} +Read more. +{% /arrow_link %} From efb3deed4a1dc54ec40610ae7a61048d128403dd Mon Sep 17 00:00:00 2001 From: Laura Du Ry <123562732+LauraDuRy@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:13:26 +0100 Subject: [PATCH 2/8] Update 2024-01-19.markdoc --- src/routes/changelog/(entries)/2024-01-19.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/changelog/(entries)/2024-01-19.markdoc b/src/routes/changelog/(entries)/2024-01-19.markdoc index 907f1132e2..4046ed299b 100644 --- a/src/routes/changelog/(entries)/2024-01-19.markdoc +++ b/src/routes/changelog/(entries)/2024-01-19.markdoc @@ -2,7 +2,7 @@ layout: changelog title: New Ruby SDK release with fixes for the database service date: 2024-01-19 -cover: /images/changelog/2023-08-30.png +cover: --- We’ve just released a new Ruby SDK with fixes for the database service. From d197515eae81fb1a253dd84df0b1935a8b14be43 Mon Sep 17 00:00:00 2001 From: Laura Du Ry <123562732+LauraDuRy@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:25:54 +0100 Subject: [PATCH 3/8] Update 2024-01-19.markdoc --- src/routes/changelog/(entries)/2024-01-19.markdoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/routes/changelog/(entries)/2024-01-19.markdoc b/src/routes/changelog/(entries)/2024-01-19.markdoc index 4046ed299b..731f2b7134 100644 --- a/src/routes/changelog/(entries)/2024-01-19.markdoc +++ b/src/routes/changelog/(entries)/2024-01-19.markdoc @@ -7,6 +7,13 @@ cover: We’ve just released a new Ruby SDK with fixes for the database service. +What's changed? +**Fix null params** +- Fix null parameters being passed to API + +**Fix list documents** +- Fix `require` in documentation + View the [pull request](https://github.com/appwrite/sdk-for-ruby/compare/10.1.0...10.1.1) on GitHub for the source code. From 865daa44f153a63e7d762bcfe24f39226f0699d4 Mon Sep 17 00:00:00 2001 From: Laura Du Ry <123562732+LauraDuRy@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:28:38 +0100 Subject: [PATCH 4/8] Update 2024-01-19.markdoc --- src/routes/changelog/(entries)/2024-01-19.markdoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/routes/changelog/(entries)/2024-01-19.markdoc b/src/routes/changelog/(entries)/2024-01-19.markdoc index 731f2b7134..8715d15357 100644 --- a/src/routes/changelog/(entries)/2024-01-19.markdoc +++ b/src/routes/changelog/(entries)/2024-01-19.markdoc @@ -1,6 +1,6 @@ --- layout: changelog -title: New Ruby SDK release with fixes for the database service +title: New Ruby SDK release date: 2024-01-19 cover: --- @@ -17,6 +17,3 @@ What's changed? View the [pull request](https://github.com/appwrite/sdk-for-ruby/compare/10.1.0...10.1.1) on GitHub for the source code. -{% arrow_link href="https://appwrite.io/changelog/entry/2024-01-19" %} -Read more. -{% /arrow_link %} From 4bf2d29badea83faed1acfba7ff86992cc7a94dc Mon Sep 17 00:00:00 2001 From: Laura Du Ry <123562732+LauraDuRy@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:34:19 +0100 Subject: [PATCH 5/8] Update 2024-01-19.markdoc --- src/routes/changelog/(entries)/2024-01-19.markdoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/routes/changelog/(entries)/2024-01-19.markdoc b/src/routes/changelog/(entries)/2024-01-19.markdoc index 8715d15357..911d7d5647 100644 --- a/src/routes/changelog/(entries)/2024-01-19.markdoc +++ b/src/routes/changelog/(entries)/2024-01-19.markdoc @@ -8,10 +8,8 @@ cover: We’ve just released a new Ruby SDK with fixes for the database service. What's changed? -**Fix null params** -- Fix null parameters being passed to API -**Fix list documents** +- Fix null parameters being passed to API - Fix `require` in documentation View the [pull request](https://github.com/appwrite/sdk-for-ruby/compare/10.1.0...10.1.1) on GitHub for the source code. From 95789f70321086218e54f759d7ddd0b716fe7b03 Mon Sep 17 00:00:00 2001 From: Laura Du Ry <123562732+LauraDuRy@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:49:28 +0100 Subject: [PATCH 6/8] Update src/routes/changelog/(entries)/2024-01-19.markdoc Co-authored-by: Eldad A. Fux --- src/routes/changelog/(entries)/2024-01-19.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/changelog/(entries)/2024-01-19.markdoc b/src/routes/changelog/(entries)/2024-01-19.markdoc index 911d7d5647..2dc3bb7139 100644 --- a/src/routes/changelog/(entries)/2024-01-19.markdoc +++ b/src/routes/changelog/(entries)/2024-01-19.markdoc @@ -12,6 +12,6 @@ What's changed? - Fix null parameters being passed to API - Fix `require` in documentation -View the [pull request](https://github.com/appwrite/sdk-for-ruby/compare/10.1.0...10.1.1) on GitHub for the source code. +View the [changes](https://github.com/appwrite/sdk-for-ruby/compare/10.1.0...10.1.1) on GitHub. From 832d945a02ab940781a92b9eb6a9d09f615a61ae Mon Sep 17 00:00:00 2001 From: Laura Du Ry <123562732+LauraDuRy@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:49:32 +0100 Subject: [PATCH 7/8] Update src/routes/changelog/(entries)/2024-01-19.markdoc Co-authored-by: Eldad A. Fux --- src/routes/changelog/(entries)/2024-01-19.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/changelog/(entries)/2024-01-19.markdoc b/src/routes/changelog/(entries)/2024-01-19.markdoc index 2dc3bb7139..3bb544f441 100644 --- a/src/routes/changelog/(entries)/2024-01-19.markdoc +++ b/src/routes/changelog/(entries)/2024-01-19.markdoc @@ -9,7 +9,7 @@ We’ve just released a new Ruby SDK with fixes for the database service. What's changed? -- Fix null parameters being passed to API +- Fix null parameters being passed to the API - Fix `require` in documentation View the [changes](https://github.com/appwrite/sdk-for-ruby/compare/10.1.0...10.1.1) on GitHub. From 96a53b0a57506ebc933937ec395485ddafec9f47 Mon Sep 17 00:00:00 2001 From: Laura Du Ry <123562732+LauraDuRy@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:49:36 +0100 Subject: [PATCH 8/8] Update src/routes/changelog/(entries)/2024-01-19.markdoc Co-authored-by: Eldad A. Fux --- src/routes/changelog/(entries)/2024-01-19.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/changelog/(entries)/2024-01-19.markdoc b/src/routes/changelog/(entries)/2024-01-19.markdoc index 3bb544f441..0c901ea71d 100644 --- a/src/routes/changelog/(entries)/2024-01-19.markdoc +++ b/src/routes/changelog/(entries)/2024-01-19.markdoc @@ -5,7 +5,7 @@ date: 2024-01-19 cover: --- -We’ve just released a new Ruby SDK with fixes for the database service. +We’ve just released a new Ruby SDK with fixes for the databases service. What's changed?