Releases: nameko/nameko-grpc
Releases · nameko/nameko-grpc
v1.4.0rc3
What's Changed
- Add target context to connection error by @andyclegg in #61
New Contributors
- @andyclegg made their first contribution in #61
Full Changelog: v1.4.0rc2...v1.4.0rc3
Release 1.4.0rc2
What's Changed
- use a method rather than property by @stephenc-pace in #60
Full Changelog: v1.4.0rc1...v1.4.0rc2
Release 1.4.0rc1
What's Changed
- Add "lazy" connection option by @joechild-pace in #58
- Bump version by @joechild-pace in #59
Full Changelog: v1.3.0...v1.4.0rc1
Release 1.3.0
What's Changed
- Channel and connection refactor by @mattbennett in #35
- GitHub actions by @mattbennett in #37
- Improved error handling by @mattbennett in #36
- Split actions by @mattbennett in #38
- Close sockets on client shutdown by @mattbennett in #41
- Dispose of connections by @mattbennett in #42
- Performance tweaks by @mattbennett in #43
- 1.2.0rc2 by @mattbennett in #44
- Fix fatal errors during request parsing by @joechild-pace in #45
- Catch StopIteration and raise grpc error by @stephenc-pace in #46
- bump version by @stephenc-pace in #47
- Escape error message header by @stephenc-pace in #51
- Cooperate with eventlet by @stephenc-pace in #53
- Prevent reusing stream ids by @stephenc-pace in #52
- Gracefully exit with and on GoAway messages by @stephenc-pace in #54
- loosen importlib dep by @stephenc-pace in #55
- release version by @stephenc-pace in #56
New Contributors
- @joechild-pace made their first contribution in #45
- @stephenc-pace made their first contribution in #46
Full Changelog: v1.1.0...v1.3.0
Release 1.2.0rc4
What's Changed
- Catch StopIteration and raise grpc error by @stephenc-pace in #46
- bump version by @stephenc-pace in #47
New Contributors
- @stephenc-pace made their first contribution in #46
Full Changelog: v1.2.0rc3...v1.2.0rc4
Release 1.2.0rc3
Fixes for 1.2.0rc3
- Adds protection against malformed messages, which would otherwise be fatal
- Temporarily pins importlib-metadata due to a breaking release in Python 3.8
Release 1.2.0rc2
Minor fixes for 1.2.0rc2
- Server would crash if the client did not provide any acceptable encodings (thanks to @frepond for the fix)
- Restores missing dependency on googleapis-common-protos, used in error responses
Release 1.2.0rc1
Release 1.2.0rc
Release 1.1.0
- Adds support for secure channels
- Updates Nameko requirement to 3.x
- Removes Python 3.4 support
- Closes any open SendStream in the client when it is stopped
- Refactors getting metadata from context data out of common client logic and into DependencyProvider