Skip to content

Releases: kusanagi/kusanagi-sdk-python

5.0.0

01 Mar 08:59
cb8f2f7
Compare
Choose a tag to compare

Changed

  • Update version to 5.0.0

4.0.0

01 Mar 19:52
Compare
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
  • 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

01 Mar 19:12
Compare
Choose a tag to compare

Changed

  • Move to poetry for dependency management

2.1.1

27 Feb 17:40
Compare
Choose a tag to compare

Changed

  • Remove unused f-strings
  • Change copyright year
  • Remove version and license import from setup.py

2.1.0

05 Jul 09:53
Compare
Choose a tag to compare

Changed

  • Code refactor with typing and pure python3

2.0.0

01 Mar 11:54
Compare
Choose a tag to compare

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

17 Aug 15:02
Compare
Choose a tag to compare

Fixed

  • Update value of default timeout
  • Revise method name

1.0.0

26 Mar 18:06
Compare
Choose a tag to compare
  • Initial release