Skip to content

Version 5.1.0 - Added Servicer Class to API

Compare
Choose a tag to compare
@CCP-Zeulix CCP-Zeulix released this 30 Apr 15:02
· 16 commits to main since this release
6cbd3a5

Version 5.1.0 - Added Servicer Class to API

Added

  • A class attribute called __servicer_cls__ to any service interfaces (for
    a gRPC build) with reference to that services GrpcServicer class
  • Added a bunch of useful sub-tests to unittests

Fixed

  • A bunch of unittesting issues