- Improve initialize function of message
- Remove default feature in message
- Refactor composite message Type
- Support gRPC with xDS
- Add PROTO_AUTO_GENERATED setting to make runtime proto generation optional
- fix [#36] compatibility in windows
- fix [#34] compatibility in windows
- gRPC-Health Checking and Reflection Support (Alpha)
- Multiple Processor Support
- Support Streaming Method
- Deprecate request parameter in app context and handle exception
- Support related directory path to generate protocol buffer files
- Enable use type hint to define message
- Add error handle to handle Exception
- Add
get_blueprints
to get blueprints need to register
https://github.com/GuangTianLi/grpcalchemy/projects/1
- Support SSL
- Improve Implement of Server with grpc.server
- Support YAML file in Config Module
- Improve Config Module
- Add context in current rpc
- Implement Rpc Context
- Improve Config Module
- Implement Globals Variable
- Implement APP Context
- Improve Config module
- Improve rpc_call_wrap
- Implement Own gRPC Server
- Implement gRPC Server Test Client
- Change gRPCAlchemy Server register to register_blueprint
- Make gRPCAlchemy Server inherit from Blueprint
- Support Json Format
- Support Inheritance Message
- Various bug-fixes
- Improve tests
- Change Client API
- Add PreProcess And PostProcess
- Import Config Object
- Add Event Listener
- Change Field Object Into Descriptor
- Various bug-fixes
- Improve tests
- Add client
- First release on PyPI.