Skip to content

Releases: chenjie199234/Corelib

v0.0.118

22 Sep 07:55
Compare
Choose a tag to compare

1.fix crpc bug caused by callid when Concurrency call
2.add stream support for cgrpc and crpc
3.switch log to log/slog
4.other small optimize

v0.0.117

19 Jul 07:12
Compare
Choose a tag to compare

v0.0.117

v0.0.116

15 Jun 06:44
Compare
Choose a tag to compare

update the dependence version

v0.0.115

26 Apr 06:31
Compare
Choose a tag to compare

fix name format style

v0.0.114

26 Apr 06:03
Compare
Choose a tag to compare

add connection pool in pool named cpool
rewrite the pool package,split to bpool rpool wpool
Get function in bpool changed.now return buf's length is always 0
add email package,use this package to send email
delete AccessSign in mids

v0.0.113

24 Apr 13:48
Compare
Choose a tag to compare

fix panic in stream because of the run sequence between resolver and balancer and stream instance in crpc

v0.0.112

19 Apr 13:17
Compare
Choose a tag to compare

fix panic in AesDecode in secret

v0.0.111

11 Apr 11:02
Compare
Choose a tag to compare

fix bug in stream when verify failed

v0.0.110

28 Mar 08:07
Compare
Choose a tag to compare

update the onlinefunc callback in stream

v0.0.109

18 Mar 05:40
Compare
Choose a tag to compare

add BlockList in container/list
works like golang's chan but the low level storage switch to list,so the buf len is endless