Skip to content

Releases: nameko/nameko-grpc

v1.4.0rc3

24 Oct 13:06
@iky iky
0c8c871
Compare
Choose a tag to compare
v1.4.0rc3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.4.0rc2...v1.4.0rc3

Release 1.4.0rc2

03 Oct 16:18
af24427
Compare
Choose a tag to compare
Release 1.4.0rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.4.0rc1...v1.4.0rc2

Release 1.4.0rc1

03 Oct 10:58
a557833
Compare
Choose a tag to compare
Release 1.4.0rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.0...v1.4.0rc1

Release 1.3.0

25 Sep 09:57
ce2dca9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.3.0

Release 1.2.0rc4

23 Nov 15:19
08c27b2
Compare
Choose a tag to compare
Release 1.2.0rc4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.2.0rc3...v1.2.0rc4

Release 1.2.0rc3

14 Oct 14:53
880d6c0
Compare
Choose a tag to compare
Release 1.2.0rc3 Pre-release
Pre-release

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

11 Aug 15:59
6f51d73
Compare
Choose a tag to compare
Release 1.2.0rc2 Pre-release
Pre-release

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

05 Aug 11:17
981a622
Compare
Choose a tag to compare
Release 1.2.0rc1 Pre-release
Pre-release
  • 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)

Release 1.2.0rc

15 Jul 15:14
2ed4ddc
Compare
Choose a tag to compare
Release 1.2.0rc Pre-release
Pre-release
  • Refactor of client and connection, and various other fixes (see #35)
  • Improved error handling (see #36)

Release 1.1.0

10 Nov 21:45
fe51b53
Compare
Choose a tag to compare
  • 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