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..d2c77c007 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,17 @@ This release contains [breaking changes](#breaking-changes). These are listed at ### Patch releases +#### 8.7.4 + +##### Features +- Optimise memory usage BackwardJoinCache for 1-2-1 joins +- Provide better bulk purge support +- Performance Improvement: Use deleteAll in PurgerScript.purgeDerivedRange + +##### 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 ##### Features