From d5fa61867749eae653a1fa7962d7d9bc29eddcde Mon Sep 17 00:00:00 2001 From: jsteemann Date: Wed, 21 Nov 2018 16:14:28 +0100 Subject: [PATCH] update known issues --- .../Books/Manual/ReleaseNotes/KnownIssues34.md | 13 ++----------- .../Books/Manual/ReleaseNotes/UpgradingChanges34.md | 3 +++ 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Documentation/Books/Manual/ReleaseNotes/KnownIssues34.md b/Documentation/Books/Manual/ReleaseNotes/KnownIssues34.md index fbf848d02e..9d63b4ea32 100644 --- a/Documentation/Books/Manual/ReleaseNotes/KnownIssues34.md +++ b/Documentation/Books/Manual/ReleaseNotes/KnownIssues34.md @@ -4,17 +4,8 @@ Known Issues The following known issues are present in this version of ArangoDB and will be fixed in follow-up releases: -Installer ---------- - -* Rolling upgrades are not yet supported with the RC version of ArangoDB 3.4, when - there are multiple instances of the same ArangoDB version running on the same host, - and only some of them shall be upgraded, or they should be upgraded one after the - other. - - -Modify documents in cluster using AQL and an incorrect custom shard key ------------------------------------------------------------------------ +Modifing documents in cluster using AQL and an incorrect custom shard key +------------------------------------------------------------------------- * In a very uncommon edge case there is an issue with an optimization rule in the cluster. diff --git a/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges34.md b/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges34.md index 4c9e43797f..e03a6c22dd 100644 --- a/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges34.md +++ b/Documentation/Books/Manual/ReleaseNotes/UpgradingChanges34.md @@ -686,6 +686,9 @@ removed, so it cannot be use from Foxx applications anymore The module only provided the current version of the database, so any client-side invocations can easily be replaced by using the `db._version()` instead. +The `ShapedJson` JavaScript object prototype, a remainder from ArangoDB 2.8 +for encapsulating database documents, has been removed in ArangoDB 3.4. + Miscellaneous changes ---------------------