File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff 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__
You can’t perform that action at this time.
0 commit comments