From eeb478b1e57f2e322a4c59ae4209b4687e01e23c Mon Sep 17 00:00:00 2001 From: wjhendry Date: Tue, 28 Jan 2025 08:40:34 +0000 Subject: [PATCH 1/3] PTL-1780: release notes (patch) --- docs/004_release-notes/001_platform/8/8.6.mdx | 8 ++++++++ docs/004_release-notes/001_platform/8/8.7.mdx | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/docs/004_release-notes/001_platform/8/8.6.mdx b/docs/004_release-notes/001_platform/8/8.6.mdx index eeff04b9b..acc272ce0 100644 --- a/docs/004_release-notes/001_platform/8/8.6.mdx +++ b/docs/004_release-notes/001_platform/8/8.6.mdx @@ -110,6 +110,14 @@ id: '8.6' ### Patch releases +#### 8.6.8 + +##### Features +- Provide better bulk purge support + +##### Fixes +- Fixed issue where removal of a sequence at the same time as a table rename would cause remap to fail + #### 8.6.7 ##### Features diff --git a/docs/004_release-notes/001_platform/8/8.7.mdx b/docs/004_release-notes/001_platform/8/8.7.mdx index 21354802b..e78e5ce6c 100644 --- a/docs/004_release-notes/001_platform/8/8.7.mdx +++ b/docs/004_release-notes/001_platform/8/8.7.mdx @@ -102,6 +102,12 @@ This release contains [breaking changes](#breaking-changes). These are listed at ### Patch releases +#### 8.7.4 + +##### Fixes + +- Fixed issue where removal of a sequence at the same time as a table rename would cause remap to fail + #### 8.7.3 ##### Features From 35916710acb1b6157f6bc0d71ba9a0507fc89c2f Mon Sep 17 00:00:00 2001 From: wjhendry Date: Tue, 28 Jan 2025 08:52:42 +0000 Subject: [PATCH 2/3] correction --- docs/004_release-notes/001_platform/8/8.7.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/004_release-notes/001_platform/8/8.7.mdx b/docs/004_release-notes/001_platform/8/8.7.mdx index e78e5ce6c..bd813ef20 100644 --- a/docs/004_release-notes/001_platform/8/8.7.mdx +++ b/docs/004_release-notes/001_platform/8/8.7.mdx @@ -106,6 +106,7 @@ This release contains [breaking changes](#breaking-changes). These are listed at ##### Fixes +- Catch and accumulate unsupported formula errors while processing a worksheet - Fixed issue where removal of a sequence at the same time as a table rename would cause remap to fail #### 8.7.3 From ad95c3c1fc2a61c7f6d72a16ab70fd77d418ced6 Mon Sep 17 00:00:00 2001 From: wjhendry Date: Tue, 28 Jan 2025 09:08:59 +0000 Subject: [PATCH 3/3] full correction --- docs/004_release-notes/001_platform/8/8.7.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/004_release-notes/001_platform/8/8.7.mdx b/docs/004_release-notes/001_platform/8/8.7.mdx index bd813ef20..d2c77c007 100644 --- a/docs/004_release-notes/001_platform/8/8.7.mdx +++ b/docs/004_release-notes/001_platform/8/8.7.mdx @@ -104,9 +104,13 @@ This release contains [breaking changes](#breaking-changes). These are listed at #### 8.7.4 -##### Fixes +##### Features +- Optimise memory usage BackwardJoinCache for 1-2-1 joins +- Provide better bulk purge support +- Performance Improvement: Use deleteAll in PurgerScript.purgeDerivedRange -- Catch and accumulate unsupported formula errors while processing a worksheet +##### Fixes +- ExcelToGenesis: catch and accumulate unsupported formula errors while processing a worksheet - Fixed issue where removal of a sequence at the same time as a table rename would cause remap to fail #### 8.7.3