Skip to content

Releases: kusanagi/kusanagi-sdk-go

5.0.0

01 Mar 08:33
74e4c37

Choose a tag to compare

Changed

  • Response.GetTransport() now returns a Transport pointer

Fixed

  • Action properties are now properly assigned to transport
  • Parameter schema changed types for "items", "max" and "min"
  • Response reply payload does not leak the call data into the payload anymore
  • Request initializes the attributes on demand when there are no attributes
  • Change service processor to return action errors as transport errors instead of error replies
  • Changed local file token validation to fail when there is a token

4.0.0

01 Mar 19:43

Choose a tag to compare

Added

  • Support for the component address CLI "--address" argument

Changed

  • Change incoming socket HWM to avoid limiting the number of incoming requests
  • CLI --socket option is now called --ipc
  • Runtime calls now get the component address from the CLI arguments instead of the mappings
  • Log level ERROR is used by default until the level is read from the CLI arguments

Fixed

  • Server socket initialization issue during error checking

3.0.0

01 Mar 19:42

Choose a tag to compare

Changed

  • Complete SDK rewrite

2.1.0

27 Feb 18:11

Choose a tag to compare

Changed

  • Release update

2.0.0

01 Mar 11:57
b283526

Choose a tag to compare

Changed

  • Release update

1.0.0

01 Mar 20:09

Choose a tag to compare

  • Initial public release