Releases: go-kratos/kratos
Releases · go-kratos/kratos
v2.0.0-alpha3
fix client context
v2.0.0-alpha2
fix http middleware (#710) * fix http middleware
v2.0.0-alpha1
Merge branch 'main' of github.com:go-kratos/kratos into main
v1.0.0
v0.6.0
Added:
- net/trace: Add jaeger reporter
- cache/redis: Add redis database configuration
- grpc/warden: Update gRPC version to v1.29.1
Fixed:
- container/pool: Fixed config reload deadlock
- naming/discovery: Fixed empty instances panic
- tool/kratos: Fixed new template errors
- net/trace: Fixed trace pending count
- grpc/warden: Fixed gRPC validation return code
v0.5.0
Added:
- http/blademaster: add RemoteIP func to get client ip
- http/blademaster: add context pool
- http/banding: add GetValidate func to get the default validator
- grpc/warden: update version to v1.28.1
Fixed:
- http/blademaster: fix context Keys map concurrent
- tool/kratos: fix tool version
- go test: fix test scripts
v0.4.2
v0.4.1
v0.4.0
Added:
- pkg/log: use strings.Builder instead of bytes.Buffer
- pkg/sync/pipeline: using timer replace ticker
- pkg/sync/pipeline: select context for timeout/cancel
Fixed:
- tool/kratos: replace pkg name to go-kratos
- pkg/database/sql: fix parse mysql dsn addr
- tool/kratos: fix the windows installation directory