Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Aug 6, 2023
1 parent eb03248 commit 456d43a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.1.0
- Improve streaming performance
- Improve connection reliability in some cases
- Implement ServerCallContext.Peer ([#37](https://github.com/cyanfish/grpc-dotnet-namedpipes/issues/37))
- Set cancellation token on client disconnect ([#30](https://github.com/cyanfish/grpc-dotnet-namedpipes/issues/30))
- The [readme](https://github.com/cyanfish/grpc-dotnet-namedpipes) now has a comparison matrix for ASP.NET gRPC

## 2.0.0
- Add macOS and Linux support
- Change build targets to: net462, net6, netstandard2.0
Expand Down
4 changes: 2 additions & 2 deletions GrpcDotNetNamedPipes/GrpcDotNetNamedPipes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<LangVersion>11</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<Version>2.0.0</Version>
<PackageVersion>2.0.0</PackageVersion>
<Version>2.1.0</Version>
<PackageVersion>2.1.0</PackageVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>

<Authors>Ben Olden-Cooligan</Authors>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ is a handy matrix to help you decide what's right for you:
| No firewall warnings | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
| No network adapter | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
| Access controls | :heavy_check_mark: | :x: | :heavy_check_mark: | :x: |
| Binary size (trimmed) | ~ 300 KB | ~ 7 MB | ~ 7 MB | ~ 7 MB |
| Binary size (trimmed) | **~ 300 KB** | ~ 7 MB | **~ 7 MB** | ~ 7 MB |
| Startup time | < 25ms | < 25ms | < 25ms | ~ 250ms |
| Large message throughput | ~ 500MB/s | ~ 400MB/s | ~ 100MB/s | ~ 100MB/s |
| Large message throughput | **~ 500MB/s** | ~ 400MB/s | **~ 100MB/s** | ~ 100MB/s |
| Streaming messages | ~ 400k/s | ~ 500k/s | ~ 500k/s | ~ 400k/s |
| Method calls | ~ 8000/s | ~ 4000/s | ~ 5000/s | ~ 2500/s |
| Compatible with gRPC-Go | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Expand Down

0 comments on commit 456d43a

Please sign in to comment.