Release v2.41.0-pre1
Pre-release
Pre-release
jtattermusch
released this
12 Nov 18:31
·
2 commits
to v2.41.x
since this release
New features
- Add more info to UserAgent header (#1411)
- Add trimming attributes and eliminate trim warnings in .NET 6 (#1465)
- Add support for per-address attributes (#1472)
Changes
- Add detail to server RPC error log message and remove exception (#1436)
- Refactor client factory channel and interceptor lifetime (#1430)
Fixes
- Fix combining auth and retry (#1414)
- Fix deadline counter not being incremented if server returns first (#1399)
- Client handle server cancellation for deadline (#1402)
- Fix streaming with no response messages not successful (#1401)
- Update check for secure channel in ReadCredentials (#1428)
- Fix race between CompleteAsync and call dispose (#1429)
- Fix race by throwing response error after completing call (#1443)
- Ensure That Timer Callback Does not Call Method on Disposed Timer (#1445)
- Reset HTTP/3 request on deadline exceeded (#1446)
- Fix server trim error from dependency injection (#1471)