Releases: kusanagi/kusanagi-sdk-python
Releases · kusanagi/kusanagi-sdk-python
5.0.0
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
- Runtime calls now get the component address from the CLI arguments
instead of the mappings - CLI --socket option is now called --ipc
3.0.0
Changed
- Move to poetry for dependency management
2.1.1
Changed
- Remove unused f-strings
- Change copyright year
- Remove version and license import from setup.py
2.1.0
Changed
- Code refactor with typing and pure python3
2.0.0
Fixed
- Fixes Param type resolution when no type is given
- Fixes broken tests
- Handle runtime call exceptions
Changed
- Adds more tests
- Changes runtime call to save the call into the transport after errors
- Adds
get_timeout()
to ActionSchema - Adds
get_url_host()
method to HttpRequest - Fixes
HttpResponse.set_header()
to match new specifications - Adds flake8 config file
- Changes pylama settings to use github review line length
- Improves
Param.get_value()
- Changes max line length to 119 to match Github's code review line length
- Update param constructor and add value fallback
- Add overwrite option
- Update language support
1.0.1
Fixed
- Update value of default timeout
- Revise method name
1.0.0
- Initial release