Skip to content

Releases: d5h-foss/grpc-interceptor

Client-side Interceptors

31 Dec 03:05
@d5h d5h
30b5173
Compare
Choose a tag to compare

Changes:

  • Client-side interceptors (thanks Michael Morgan!)

Support streaming RPC

07 Oct 20:24
@d5h d5h
b01d7ab
Compare
Choose a tag to compare

Changes:

  • Add support for all streaming RPCs

Finalize names and import structure

24 Jul 18:47
@d5h d5h
d06351b
Compare
Choose a tag to compare

Changes:

  • Rename to ServerInterceptor
  • Expose some imports from the top-level

Rename Interceptor to ServiceInterceptor

23 Jul 21:37
@d5h d5h
9c92d49
Compare
Choose a tag to compare

Changes:

  • Rename Interceptor to ServiceInterceptor
  • Add status_on_unknown_exception to ExceptionToStatusInterceptor
  • Add py.typed
  • Allow protobuf version 4.0.x which is coming out soon and is backwards compatible
  • Include testing in autodocs
  • Turn on xdoctest
    Prevent autodoc from outputting default namedtuple docs

Add testing module

22 Jul 19:50
@d5h d5h
bdbc55b
Compare
Choose a tag to compare

Changes in 0.9.0:

  • Adds testing module
  • Protobuf compatibility improvements
  • Add some helper functions
  • Improve test coverage

Initial release!

19 Jul 23:04
@d5h d5h
Compare
Choose a tag to compare

The release provides the following:

  • An Interceptor base class, to make it easy to define your own service interceptors.
  • An ExceptionToStatusInterceptor interceptor.