Skip to content

Releases: chenjie199234/Corelib

v0.0.102

29 Feb 12:49
Compare
Choose a tag to compare

stream change the verify callback function

v0.0.101

29 Feb 10:42
Compare
Choose a tag to compare

fix typo in codegen

v0.0.100

28 Feb 10:46
Compare
Choose a tag to compare

container(list,stack,ring):update the pop function

v0.0.99

26 Feb 11:00
Compare
Choose a tag to compare

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

22 Feb 07:17
Compare
Choose a tag to compare

v0.0.98

v0.0.97

14 Feb 06:17
Compare
Choose a tag to compare

optimize web's proto plugin for browser

v0.0.96

12 Jan 14:37
Compare
Choose a tag to compare

v0.0.96

v0.0.95

12 Jan 14:24
Compare
Choose a tag to compare

v0.0.95

v0.0.94

05 Jan 07:42
Compare
Choose a tag to compare

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

18 Nov 04:41
Compare
Choose a tag to compare

v0.0.93