Skip to content

Commit 81a752e

Browse files
committed
feat: Update version to 2.0.4 and add bug fixes to release notes
1 parent df555cc commit 81a752e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/EasyAppDev.Blazor.Store/EasyAppDev.Blazor.Store.csproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PropertyGroup>
1919
<!-- NuGet Package Metadata -->
2020
<PackageId>EasyAppDev.Blazor.Store</PackageId>
21-
<Version>2.0.3</Version>
21+
<Version>2.0.4</Version>
2222
<Authors>Mashrul Haque</Authors>
2323
<Company>EasyAppDev</Company>
2424
<Product>EasyAppDev.Blazor.Store</Product>
@@ -31,18 +31,18 @@
3131
<PackageReadmeFile>README.md</PackageReadmeFile>
3232
<PackageIcon>icon.png</PackageIcon>
3333
<PackageReleaseNotes>
34-
v2.0.3 - Documentation &amp; CI/CD
35-
36-
Documentation:
37-
- Added explanation of state management concepts in README
38-
- Improved Quick Start guide with clearer examples
34+
v2.0.4 - Bug Fixes &amp; Stability
3935

40-
Infrastructure:
41-
- Added GitHub Actions workflow for automated sample app deployment
42-
- Enhanced CI/CD pipeline for package releases
36+
Bug Fixes:
37+
- Fixed persistence middleware silently swallowing errors (added ThrowOnPersistenceError option)
38+
- Fixed Query _isFetching flag not being reset on early returns causing stuck loading states
39+
- Fixed QueryClient memory leak where _invalidatedKeys were never cleaned up
40+
- Fixed SubscriptionBase double-dispose race condition using atomic operations
41+
- Fixed StoreHistory race condition with concurrent undo/redo operations using AsyncLocal
42+
- Fixed IsStorageQuotaException pattern matching being overly broad
4343

44-
v2.0.2 - Security Enhancements
45-
(See previous release notes for full v2.0.2 feature list)
44+
v2.0.3 - Documentation &amp; CI/CD
45+
(See previous release notes for full feature list)
4646
</PackageReleaseNotes>
4747
<PublishRepositoryUrl>true</PublishRepositoryUrl>
4848
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)