Releases: kusanagi/kusanagi-sdk-go
Releases · kusanagi/kusanagi-sdk-go
5.0.0
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
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
Changed
- Complete SDK rewrite
2.1.0
Changed
- Release update
2.0.0
Changed
- Release update
1.0.0
- Initial public release