* 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
1.2.0rc1
* Close sockets on client shutdown, fixes 39 (41 ) * Dispose of connections after they have terminated, fixes 40 (42) * Cache `Inspector` objects to greatly improve performance (43)
1.2.0rc
* Refactor of client and connection, and various other fixes (see https://github.com/nameko/nameko-grpc/pull/35) * Improved error handling (see https://github.com/nameko/nameko-grpc/pull/36)
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