Skip to content

Commit 80260fe

Browse files
authored
V10.2.1/service update (#144)
📦️ updated NuGet package definition ⬆️ bump dependencies 💬 updated community health pages ⚰️ remove dead code in UnM49DataContainer for clarity ✅ add tests for StreamDecoratorExtensions functionality ⚡️ core performance improvements for Stream related operations
1 parent f95659e commit 80260fe

File tree

52 files changed

+640
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+640
-38
lines changed

.docfx/Dockerfile.docfx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NGINX_VERSION=1.29.4-alpine
1+
ARG NGINX_VERSION=1.29.5-alpine
22

33
FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION} AS base
44
RUN rm -rf /usr/share/nginx/html/*

.nuget/Cuemon.AspNetCore.App/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 10.2.1
2+
Availability: .NET 10 and .NET 9
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 10.2.0
28
Availability: .NET 10 and .NET 9
39

.nuget/Cuemon.AspNetCore.Authentication/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 10.2.1
2+
Availability: .NET 10 and .NET 9
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 10.2.0
28
Availability: .NET 10 and .NET 9
39

.nuget/Cuemon.AspNetCore.Mvc/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 10.2.1
2+
Availability: .NET 10 and .NET 9
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 10.2.0
28
Availability: .NET 10 and .NET 9
39

.nuget/Cuemon.AspNetCore.Razor.TagHelpers/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 10.2.1
2+
Availability: .NET 10 and .NET 9
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 10.2.0
28
Availability: .NET 10 and .NET 9
39

.nuget/Cuemon.AspNetCore/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 10.2.1
2+
Availability: .NET 10 and .NET 9
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 10.2.0
28
Availability: .NET 10 and .NET 9
39

.nuget/Cuemon.Core.App/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 10.2.1
2+
Availability: .NET 10, .NET 9 and .NET Standard 2.0
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 10.2.0
28
Availability: .NET 10, .NET 9 and .NET Standard 2.0
39

.nuget/Cuemon.Core/PackageReleaseNotes.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version: 10.2.1
2+
Availability: .NET 10, .NET 9 and .NET Standard 2.0
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
7+
# Improvements
8+
- OPTIMIZED StreamDecoratorExtensions class in the Cuemon.IO namespace to reduce memory allocations and improve throughput of InvokeToByteArray by eliminating redundant buffer copies for non-MemoryStream inputs (allocation ratio reduced from ~2x to ~1x for typical payload sizes)
9+
- OPTIMIZED StreamDecoratorExtensions class in the Cuemon.IO namespace to cache Length access and avoid repeated virtual calls on seekable streams
10+
- OPTIMIZED StreamDecoratorExtensions class in the Cuemon.IO namespace to return Array.Empty<byte>() for zero-length seekable streams to avoid unnecessary MemoryStream allocation
11+
 
112
Version: 10.2.0
213
Availability: .NET 10, .NET 9 and .NET Standard 2.0
314

.nuget/Cuemon.Data.Integrity/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 10.2.1
2+
Availability: .NET 10, .NET 9 and .NET Standard 2.0
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 10.2.0
28
Availability: .NET 10, .NET 9 and .NET Standard 2.0
39

.nuget/Cuemon.Data.SqlClient/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 10.2.1
2+
Availability: .NET 10, .NET 9 and .NET Standard 2.0
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 10.2.0
28
Availability: .NET 10, .NET 9 and .NET Standard 2.0
39

0 commit comments

Comments
 (0)