Skip to content

Commit

Permalink
Bump version to 2.0.0-alpha001
Browse files Browse the repository at this point in the history
  • Loading branch information
janno-p committed Dec 14, 2020
1 parent d9b1160 commit 4f7fde6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/articles/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#### 2.0.0-alpha001 - 14.12.2020

* Removed generic ServiceManager (HeaderDefinition provides header implementation from this point on).
* Replace HttpWebRequest based client request with HttpClient based implementation.
* Add IXRoadRequest<TResponse>, 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 - 13.12.2020

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

0 comments on commit 4f7fde6

Please sign in to comment.