Skip to content

Releases: caicloud/nirvana

v0.3.1

21 Jan 02:59
6349af2
Compare
Choose a tag to compare

Bug Fixes

Feature

v0.3.0

12 Jan 10:30
2913cde
Compare
Choose a tag to compare

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

18 Dec 06:59
7973a4f
Compare
Choose a tag to compare
v0.3.0-rc.4 Pre-release
Pre-release

Bug Fixes

  • Validate the number of params/results and function args/return values. (#414) @knight42
  • Sort type names to make the package aliases deterministic. (#416) @knight42

Feature

v0.3.0-rc.3

09 Dec 03:14
6f5ab44
Compare
Choose a tag to compare
v0.3.0-rc.3 Pre-release
Pre-release

Bug Fixes

  • Handle the custom Destination in API docs and client generation. (#412) @iawia002

v0.3.0-rc.2

08 Dec 13:25
5714d9a
Compare
Choose a tag to compare
v0.3.0-rc.2 Pre-release
Pre-release

Bug Fixes

  • utils: fix an issue when the Auto parameter is a pointer in client generation. (#410) @iawia002

v0.3.0-rc.1

08 Dec 06:08
35b52e9
Compare
Choose a tag to compare
v0.3.0-rc.1 Pre-release
Pre-release

Bug Fixes

  • service: make modifier ProduceAllIfProducesIsEmpty also modify ErrorProduces. (#402) @knight42
  • service/rpc: disallow duplicated rpc path. (#404) @knight42
  • config: add lock in Set function to avoid concurrent map writes when we run several servers at once. (#406) @iawia002

v0.3.0-beta.3

26 Nov 13:01
fb150fe
Compare
Choose a tag to compare
v0.3.0-beta.3 Pre-release
Pre-release

Changes:

  • definition: add SimpleRPCDescriptor for convenience. (#398) @hezhizhen
  • utils: fix the counting logic of duplicate names. (#400) @iawia002

v0.3.0-beta.2

24 Nov 12:54
56c677b
Compare
Choose a tag to compare
v0.3.0-beta.2 Pre-release
Pre-release

Feature

v0.3.0-beta.1

24 Nov 03:14
2bee466
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release

Feature

v0.3.0-alpha.1

28 Oct 09:07
5b022b2
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

Feature

Changes:

  • Breaking change: Standardize Prometheus metrics (#309) @lichuan0620
  • Use packages.Load instead of build.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