Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PTL-1778: patch releases 8.2.10 and 8.6.7 #2088

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/004_release-notes/001_platform/8/8.2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ id: '8.2'

### Patch releases

#### 8.2.10

##### Features
- Optimise memory usage BackwardJoinCache for 1-2-1 joins

#### 8.2.9

##### Fixes
Expand Down
8 changes: 6 additions & 2 deletions docs/004_release-notes/001_platform/8/8.6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,16 @@ id: '8.6'

### Patch releases

#### 8.6.6
#### 8.6.7

##### Features
- Install hooks improvements
- Optimise memory usage BackwardJoinCache for 1-2-1 joins

- Added support for enabling app level sys def files in integration tests
#### 8.6.6

##### Features
- Added support for enabling app level sys def files in integration tests

##### Fixes

Expand Down
Loading