3.0.0-pre.961
Pre-release
Pre-release
Breaking Changes:
- DataCore.Adapter.Json project has been removed. JSON converter functionality has been moved to DataCore.Adapter.Core project where appropriate.
IAdapter
defines newStarted
andStopped
events. These are implemented automatically when deriving fromAdaperBase<TOptions>
.
Other Changes:
- New custom functions feature (
ICustomFunctions
). This is intended to replace extension features. All extension feature-related functionality is now deprecated and will be removed in a future release. More information about custom functions can be found in #213. - ASP.NET Core adapter hosts can programatically determine if REST, SignalR and gRPC APIs are available at runtime via the new
IAvailableApiService
service that is registered with the dependency resolver. - HTTP proxy can now use SignalR for real-time subscriptions.
- HTTP API client and MVC controllers now send and deserialize response data asynchronously using
IAsyncEnumerable<T>
. - gRPC proxy can be used on .NET Framework on Windows 11 or Windows Server 2022 or later.
Full Changelog: v2.5.0...v3.0.0-pre.961