Skip to content

Commit 4f7fde6

Browse files
committed
Bump version to 2.0.0-alpha001
1 parent d9b1160 commit 4f7fde6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/articles/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#### 2.0.0-alpha001 - 14.12.2020
2+
3+
* Removed generic ServiceManager (HeaderDefinition provides header implementation from this point on).
4+
* Replace HttpWebRequest based client request with HttpClient based implementation.
5+
* Add IXRoadRequest<TResponse>, IXRoadRequestHandler<TRequest, TResponse> type for improved typing support.
6+
* Remove XRoadSerializable base class requirement. Use XRoadSerializableAttribute to mark serializable types.
7+
Use ITrackSpecifiedMembers interface when member deserialization info is needed.
8+
* Operation definitions extracted from request type attributes and IXRoadRequest definition.
9+
110
#### 1.4.1 - 13.12.2020
211

312
* Review UTF8 encoding usages to prevent BOM in outgoing messages.

0 commit comments

Comments
 (0)