Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Dec 29, 2023
1 parent af734ea commit c1f3afc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.0.0
- Potential breaking changes:
- Async calls are now fully async (they used to block until the pipe was connected)
- Using a single NamedPipeChannel object is now recommended for parallel calls
- Fix an issue where heavily multi-threaded calls can stall on Windows
- Use custom retry logic for pipe connections for more reliable connections
- Fix a small memory leak
- Fix trailers not being included in responses with errors
- Fix invalid connections staying open forever

## 2.1.1
- Improve connection reliability in some cases
- Update dependency versions
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.1.1</Version>
<PackageVersion>2.1.1</PackageVersion>
<Version>3.0.0</Version>
<PackageVersion>3.0.0</PackageVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>

<Authors>Ben Olden-Cooligan</Authors>
Expand Down

0 comments on commit c1f3afc

Please sign in to comment.