Skip to content

Prepare documentation for ABP 10.7 RC release - #25919

Open
EngincanV wants to merge 8 commits into
rel-10.7from
EngincanV/post-release-10-7
Open

Prepare documentation for ABP 10.7 RC release#25919
EngincanV wants to merge 8 commits into
rel-10.7from
EngincanV/post-release-10-7

Conversation

@EngincanV

Copy link
Copy Markdown
Member

No description provided.

EngincanV and others added 4 commits August 5, 2026 10:26
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@EngincanV
EngincanV requested review from maliming and a lite review from Copilot August 5, 2026 07:41
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 81.2%, saving 2.0 MB.

Filename Before After Improvement Visual comparison
docs/en/Blog-Posts/2026-08-05 v10_7_Preview/cover-image.png 2.5 MB 480.4 KB 81.2% View diff

1 image did not require optimisation.

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 5.1%, saving 24.5 KB.

Filename Before After Improvement Visual comparison
docs/en/Blog-Posts/2026-08-05 v10_7_Preview/cover-image.png 480.4 KB 455.9 KB 5.1% View diff

1 image did not require optimisation.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares the ABP 10.7 RC documentation by adding a new migration guide and publishing a corresponding release blog post, while updating the migration guide index to reference the new version.

Changes:

  • Added the ABP v10.7 migration guide with notes on BLOB encryption/content pipeline, Blazor antiforgery middleware order, and MudBlazor version updates.
  • Updated the migration guides index to include a 10.6 → 10.7 entry.
  • Added the ABP Platform 10.7 RC blog post highlighting key features and linking to relevant docs/PRs.

Reviewed changes

Copilot reviewed 3 out of 6 changed files in this pull request and generated 2 comments.

File Description
docs/en/release-info/migration-guides/index.md Adds the 10.6 → 10.7 migration guide link to the index.
docs/en/release-info/migration-guides/abp-10-7.md Introduces the 10.7 migration guide content and actionable upgrade notes.
docs/en/Blog-Posts/2026-08-05 v10_7_Preview/POST.md Adds the 10.7 RC announcement blog post and feature overview.


If you enable encryption for a container that already contains plaintext BLOBs:

1. Enable encryption with `allowLegacyPlainText: true`.
Comment on lines +39 to +42
options.Containers.Configure<ProfilePictureContainer>(container =>
{
container.UseEncryption(allowLegacyPlainText: true);
});
EngincanV and others added 2 commits August 5, 2026 10:49
Co-Authored-By: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants