Releases: chenjie199234/Corelib
Releases · chenjie199234/Corelib
v0.0.102
stream
change the verify callback function
v0.0.101
fix typo in codegen
v0.0.100
container(list,stack,ring):update the pop function
v0.0.99
change the protobuf plugin for pbex,web,crpc,cgrpc
now:
pbex.method
is a string slice
methods in proto file need to add pbex.method
to declare which server will this method expose to
e.g.
service example{
rpc example_method(req)returns(resp){
option (pbex.method)="get";//this method can expose to web server with http method GET.
option (pbex.method)="crpc";//this method can expose to crpc server
option (pbex.method)="grpc";//this method can expose to grpc server
}
}
v0.0.98
v0.0.98
v0.0.97
optimize web's proto plugin for browser
v0.0.96
v0.0.96
v0.0.95
v0.0.95
v0.0.94
1.update the ws's Read (api broken change)
2.add broadcast function in redis
3.rename temporarymq to unicast in redis
v0.0.93
v0.0.93