Skip to content

Commit 5fd25e8

Browse files
committed
Update RELEASE_NOTES.md
1 parent 3add1bf commit 5fd25e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Summary of changes in each release. For a full changelog see [the commit history](https://github.com/PerplexDigital/Perplex.ContentBlocks/commits/master).
44

5+
## v3.0.1 - <sub><sup>2025-10-16</sup></sub>
6+
7+
- Render blocks sequentially instead of concurrently to prevent scope exceptions in some cases ([#88](https://github.com/PerplexDigital/Perplex.ContentBlocks/issues/88)).
8+
- Rendering blocks concurrently with `await Task.WhenAll(...)` does not work well with Umbraco scopes, leading to `The Scope being disposed is not the Ambient Scope` exceptions when you use an Umbraco service during ContentBlock rendering that creates a scope with `IScopeProvider` / `ICoreScopeProvider`.
9+
- Thanks to [@Ron-Brouwer](https://github.com/Ron-Brouwer) for raising the issue.
10+
511
## v3.0.0 - <sub><sup>2024-01-18</sup></sub>
612

713
- Dropped support for v8 and v9

0 commit comments

Comments
 (0)