Skip to content

Commit 6b48b04

Browse files
committed
Update change log
1 parent 6f49d3c commit 6b48b04

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

doc/change-log.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ currentMenu: change-log
55

66
# Change Log
77

8+
## 2.0.0-rc1
9+
10+
__Fixes__
11+
* Use Json.NET to serialize post/put requests in IntegrationEngine.Client as RestSharp does not appear to be able to serialize a dictionary.
12+
13+
## 2.0.0-beta9
14+
15+
__Fixes__
16+
* Return BadRequest in TriggerControllerBase instead of simply calling it
17+
18+
## 2.0.0-beta8
19+
20+
__Features__
21+
* Add LogEvent to Web API
22+
* Always use UTC; remove timezone fields from model and Web API.
23+
24+
__Chores__
25+
* Back fill tests for various components.
26+
* DRYout Web API and Repository Layer.
27+
* DRYout IntegrationEngine.Client.
28+
* Refactor ConsoleClient internals.
29+
* Use generics for repo item id.
30+
31+
__Fixes__
32+
* TCPClient issues with mail server health check.
33+
834
## 2.0.0-beta7
935

1036
__Features__

0 commit comments

Comments
 (0)