You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New features:
- Nullable reference type annotations ([#170](#170))
- More batch support for HttpListener ([#166](#166))
- CloudEvent.CopyToHttpResponse extension method (part of [#148](#148))
Other improvements:
- More informative error message for non-CE HTTP requests ([#165](#165))
Bug fixes:
- Various small XML docs typos ([commit](626089e))
- Don't set the content type to JSON in HttpListener when it's not set in the CloudEvent ([commit](18e1363))
Signed-off-by: Jon Skeet <[email protected]>
Copy file name to clipboardExpand all lines: docs/history.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Version history (from 2.0)
2
2
3
+
## 2.1 (2021-07-14)
4
+
5
+
New features:
6
+
7
+
- Nullable reference type annotations ([#170](https://github.com/cloudevents/sdk-csharp/issues/170))
8
+
- More batch support for HttpListener ([#166](https://github.com/cloudevents/sdk-csharp/issues/166))
9
+
- CloudEvent.CopyToHttpResponse extension method (part of [#148](https://github.com/cloudevents/sdk-csharp/issues/148))
10
+
11
+
Other improvements:
12
+
13
+
- More informative error message for non-CE HTTP requests ([#165](https://github.com/cloudevents/sdk-csharp/issues/165))
14
+
15
+
Bug fixes:
16
+
17
+
- Various small XML docs typos ([commit](https://github.com/cloudevents/sdk-csharp/commit/626089ea1e5bb6741868aeb389cb4d314e9e72ed))
18
+
- Don't set the content type to JSON in HttpListener when it's not set in the CloudEvent ([commit](https://github.com/cloudevents/sdk-csharp/commit/18e13635fe333b24432ac34d9ef040cd962d1063))
19
+
3
20
## 2.0 (2021-06-15)
4
21
5
22
Initial GA release for 2.x. See the ["changes since 1.x"
0 commit comments