Prepare documentation for ABP 10.7 RC release - #25919
Open
EngincanV wants to merge 8 commits into
Open
Conversation
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>
Contributor
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 81.2%, saving 2.0 MB.
1 image did not require optimisation. |
Contributor
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 5.1%, saving 24.5 KB.
1 image did not require optimisation. |
Contributor
There was a problem hiding this comment.
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); | ||
| }); |
Co-Authored-By: Cursor <cursoragent@cursor.com>
…ramework/abp into EngincanV/post-release-10-7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.