Releases: janno-p/XRoadLib
1.4.5
1.4.4
1.4.3
1.4.2
2.0.0-alpha001
Removed generic ServiceManager (HeaderDefinition provides header implementation from this point on).
Replace HttpWebRequest based client request with HttpClient based implementation.
Add IXRoadRequest, IXRoadRequestHandler<TRequest, TResponse> type for improved typing support.
Remove XRoadSerializable base class requirement. Use XRoadSerializableAttribute to mark serializable types.
Use ITrackSpecifiedMembers interface when member deserialization info is needed.
Operation definitions extracted from request type attributes and IXRoadRequest definition.
1.4.1
1.4.0
Add error logging for unexpected errors during request processing.
Fix 'headers already sent' error if exception is thrown during response processing.
Change minimum target framework to netstandard2.0.
Remove legacy X-Road protocol support.
Refactor to asynchronous IO.
Remove ASP.NET Classic support library.
1.3.9
1.3.9-beta002
Regression from previous release fixed.
1.3.9-beta001
Extension point added directly before calling the runtime service method.
Extension point to override web service result serialization.