Releases: caicloud/nirvana
Releases · caicloud/nirvana
v0.3.1
v0.3.0
Bug Fixes
- Fix bug of the query cache. (#423) @xpofei
- Add underscore to proposedName when it is equal with type or be literal. (#425) @whalecold
- Ignore the invoke when the struct container the field which has the same type with itself. (#427) @whalecold
- Handle TOP RPC style error data. (#429) @iawia002
- Handle pointer value in the parameter. (#431) @iawia002
v0.3.0-rc.4
v0.3.0-rc.3
v0.3.0-rc.2
v0.3.0-rc.1
v0.3.0-beta.3
Changes:
- definition: add SimpleRPCDescriptor for convenience. (#398) @hezhizhen
- utils: fix the counting logic of duplicate names. (#400) @iawia002
v0.3.0-beta.2
Feature
- metrics: support HTTP metrics for RPC style descriptors (#396) @lichuan0620
v0.3.0-beta.1
v0.3.0-alpha.1
Feature
- Implemented two
reqlog
middlewares (#313) @lichuan0620 - Implemented metrics middleware (#314) @lichuan0620
- Make
init/api/client
command work with go module (#371, #375) @knight42 @iawia002
Changes:
- Breaking change: Standardize Prometheus metrics (#309) @lichuan0620
- Use
packages.Load
instead ofbuild.Import
in API documentation/client generation to get better performance (#369) @iawia002 - Breaking change:
apidocs
plug-in now will provide the Swagger UI page directly (#372) @iawia002 - Bump Swagger UI version to 3.36.0 (#377) @iawia002