Skip to content

Commit

Permalink
All packages release version 2.1.0
Browse files Browse the repository at this point in the history
New features:

- Nullable reference type annotations ([cloudevents#170](cloudevents#170))
- More batch support for HttpListener ([cloudevents#166](cloudevents#166))
- CloudEvent.CopyToHttpResponse extension method (part of [cloudevents#148](cloudevents#148))

Other improvements:

- More informative error message for non-CE HTTP requests ([cloudevents#165](cloudevents#165))

Bug fixes:

- Various small XML docs typos ([commit](cloudevents@626089e))
- Don't set the content type to JSON in HttpListener when it's not set in the CloudEvent ([commit](cloudevents@18e1363))

Signed-off-by: Jon Skeet <[email protected]>
  • Loading branch information
jskeet committed Jul 14, 2021
1 parent e7ebdd7 commit 5993648
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Version history (from 2.0)

## 2.1 (2021-07-14)

New features:

- Nullable reference type annotations ([#170](https://github.com/cloudevents/sdk-csharp/issues/170))
- More batch support for HttpListener ([#166](https://github.com/cloudevents/sdk-csharp/issues/166))
- CloudEvent.CopyToHttpResponse extension method (part of [#148](https://github.com/cloudevents/sdk-csharp/issues/148))

Other improvements:

- More informative error message for non-CE HTTP requests ([#165](https://github.com/cloudevents/sdk-csharp/issues/165))

Bug fixes:

- Various small XML docs typos ([commit](https://github.com/cloudevents/sdk-csharp/commit/626089ea1e5bb6741868aeb389cb4d314e9e72ed))
- 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))

## 2.0 (2021-06-15)

Initial GA release for 2.x. See the ["changes since 1.x"
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>
<PropertyGroup>
<!--
- During beta, we use the same version number for all
- We use the same version number for all stable
- packages. See PROCESSES.md for details.
-->
<Version>2.0.0</Version>
<Version>2.1.0</Version>

<!-- Make the repository root available for other properties -->
<RepoRoot>$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))</RepoRoot>
Expand Down

0 comments on commit 5993648

Please sign in to comment.