Releases: managedcode/Communication
Releases Β· managedcode/Communication
v9.6.4
Release 9.6.4
Released on 2025-09-22
π Changes since v9.6.3
β¨ Features
π Bug Fixes
π Documentation
π§ Other Changes
- chore: Bump Microsoft.Extensions.Hosting.Abstractions from 9.0.8 to 9.0.9 (#65) (3f99583)
- disable preview fetrues (65b7a81)
π¦ NuGet Packages
- ManagedCode.Communication v9.6.4
- ManagedCode.Communication.AspNetCore v9.6.4
- ManagedCode.Communication.Orleans v9.6.4
This release was automatically created by GitHub Actions
v9.6.3
Release 9.6.3
Released on 2025-09-20
π Changes since v9.6.2
β¨ Features
π Bug Fixes
π Documentation
π§ Other Changes
- Feedback (#39) (a6878d3)
- Add comprehensive GitHub Copilot instructions following ASP.NET Core best practices (#43) (08a7874)
π¦ NuGet Packages
- ManagedCode.Communication v9.6.3
- ManagedCode.Communication.AspNetCore v9.6.3
- ManagedCode.Communication.Orleans v9.6.3
This release was automatically created by GitHub Actions
v9.6.2
Release 9.6.2
Released on 2025-08-23
π Changes since v9.6.1
β¨ Features
π Bug Fixes
π Documentation
π§ Other Changes
- Add comprehensive GitHub Copilot instructions following ASP.NET Core best practices (#43) (08a7874)
- 9.6.2 (f77541d)
- Ensure failed results always have a Problem (#40) (9c440d0)
- Problem.GenericError (#34) (9e2a531)
- chore: Bump xunit.runner.visualstudio from 3.1.3 to 3.1.4 (#37) (52a73b5)
- chore(deps): bump actions/download-artifact from 4 to 5 (#28) (cc46008)
- chore: Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Abstractions (#27) (ea75dcd)
- chore: Bump Microsoft.Extensions.DependencyInjection from 9.0.7 to 9.0.8 (#26) (612a55b)
- chore(deps): bump codecov/codecov-action from 4 to 5 (#25) (a999cf1)
- chore: Bump Microsoft.Extensions.Caching.Abstractions from 9.0.0 to 9.0.8 (#24) (22133c5)
- chore: Bump Microsoft.AspNetCore.SignalR.Client from 9.0.7 to 9.0.8 (#21) (162ce25)
- chore(deps): bump actions/checkout from 4 to 5 (#20) (905fb5e)
- chore: Bump Microsoft.AspNetCore.TestHost from 9.0.7 to 9.0.8 (#29) (c4913eb)
- chore: Bump System.Text.Json from 9.0.7 to 9.0.8 (#18) (cddd890)
π¦ NuGet Packages
- ManagedCode.Communication v9.6.2
- ManagedCode.Communication.AspNetCore v9.6.2
- ManagedCode.Communication.Orleans v9.6.2
This release was automatically created by GitHub Actions
v9.6.1
Release 9.6.1
Released on 2025-08-22
π Changes since v9.6.0
β¨ Features
π Bug Fixes
π Documentation
π§ Other Changes
- Ensure failed results always have a Problem (#40) (9c440d0)
- Problem.GenericError (#34) (9e2a531)
- chore: Bump xunit.runner.visualstudio from 3.1.3 to 3.1.4 (#37) (52a73b5)
- chore(deps): bump actions/download-artifact from 4 to 5 (#28) (cc46008)
- chore: Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Abstractions (#27) (ea75dcd)
- chore: Bump Microsoft.Extensions.DependencyInjection from 9.0.7 to 9.0.8 (#26) (612a55b)
- chore(deps): bump codecov/codecov-action from 4 to 5 (#25) (a999cf1)
- chore: Bump Microsoft.Extensions.Caching.Abstractions from 9.0.0 to 9.0.8 (#24) (22133c5)
- chore: Bump Microsoft.AspNetCore.SignalR.Client from 9.0.7 to 9.0.8 (#21) (162ce25)
- chore(deps): bump actions/checkout from 4 to 5 (#20) (905fb5e)
- chore: Bump Microsoft.AspNetCore.TestHost from 9.0.7 to 9.0.8 (#29) (c4913eb)
- chore: Bump System.Text.Json from 9.0.7 to 9.0.8 (#18) (cddd890)
- Add FailBadRequest methods to handle bad request scenarios (#30) (e92c6a8)
π¦ NuGet Packages
- ManagedCode.Communication v9.6.1
- ManagedCode.Communication.AspNetCore v9.6.1
- ManagedCode.Communication.Orleans v9.6.1
This release was automatically created by GitHub Actions
v9.6.0
Release 9.6.0
Released on 2025-08-12
π Changes since v2.0.25
β¨ Features
π Bug Fixes
π Documentation
- wip (aa35617)
π§ Other Changes
- 9.6.0 (5466f4d)
- Version 9.6 (#17) (aa5c7d6)
- ReadMe (4367909)
- tests (daa1993)
- refactoring for results and problems (ad172b5)
- Merge pull request #16 from managedcode/massive_refactoring (348c75d)
- readme (c3db92b)
- clean code (f8925b3)
- extensoins (d829217)
- refactoring (43f10cc)
- Merge pull request #15 from managedcode/filters (477d6dc)
- Use NullLogger (8cbaa33)
- Refactor ProblemConstants usage in ServiceCollectionExtensions; streamline extension key references (4ed3e91)
- Refactor error handling and status code management; introduce ProblemConstants for better maintainability (7080b93)
- Remove manual filter registration for backward compatibility; use AddCommunicationFilters() instead (59ce1dc)
- Add exception and model validation filters for improved error handling (7c358e0)
- wip (7d57c17)
- .net (d60a217)
- .net 9 (17342fc)
- Merge remote-tracking branch 'origin/main' (8beffc7)
- .net9 (b6fb1ef)
- Merge pull request #14 from managedcode/dependabot/nuget/ManagedCode.Communication.Tests/System.Text.Json-8.0.5 (7de1da7)
- Bump System.Text.Json in /ManagedCode.Communication.Tests (4c86200)
- Update version (71ca15a)
- Add tests for all similar cases of ThrowIfFail (2d0fe2e)
- Add ThrowIfFail method with stack trace preserved (4edeba2)
- Merge pull request #13 from managedcode/dependabot/nuget/ManagedCode.Communication.Tests/System.Text.Json-8.0.4 (b9a59ae)
- Bump System.Text.Json in /ManagedCode.Communication.Tests (f28a846)
- MemberNotNullWhen (72d6f94)
- CollectionResult Empty() (642d8d0)
- AsResult (f1421a4)
- Result.From(bool) (be3a6a7)
- pack (f154779)
- nuget (def2895)
- pack (de4d0bb)
- Merge pull request #11 from managedcode/update_to_dotnet8 (8aa8da7)
- change project name (c6db0d6)
- add code coverage to pipeline (4a4d769)
- update package version (9225ab3)
- update all packages (ec558bf)
- Merge pull request #9 from managedcode/update_packages (e26d807)
- update packages (5175d96)
π¦ NuGet Packages
- ManagedCode.Communication v9.6.0
- ManagedCode.Communication.AspNetCore v9.6.0
- ManagedCode.Communication.Orleans v9.6.0
This release was automatically created by GitHub Actions