Skip to content

Version 1.6

Latest

Choose a tag to compare

@AHReccese AHReccese released this 03 Apr 14:30
d1b0b25

[1.6] - 2026-04-03

Added

  • _check_response_error function in WebSocketClientCommunicator
  • register_client function in WebSocketClientCommunicator
  • remove_client function in WebSocketClientCommunicator
  • register_model function in WebSocketClientCommunicator
  • remove_model function in WebSocketClientCommunicator
  • get_ml_models function in WebSocketClientCommunicator
  • grant_access function in WebSocketClientCommunicator
  • revoke_access function in WebSocketClientCommunicator
  • get_allowance function in WebSocketClientCommunicator
  • get_allowed_models function in WebSocketClientCommunicator
  • _action_handlers registry in WebSocketServerCommunicator
  • _handle_register_client function in WebSocketServerCommunicator
  • _handle_remove_client function in WebSocketServerCommunicator
  • _handle_register_model function in WebSocketServerCommunicator
  • _handle_remove_model function in WebSocketServerCommunicator
  • _handle_get_ml_models function in WebSocketServerCommunicator
  • _handle_grant_access function in WebSocketServerCommunicator
  • _handle_revoke_access function in WebSocketServerCommunicator
  • _handle_get_allowance function in WebSocketServerCommunicator
  • _handle_get_allowed_models function in WebSocketServerCommunicator
  • scenario4 access control test for streaming
  • --port argument in test server runner
  • close function in WebSocketClientCommunicator
  • close function in PymiloClient
  • Context manager support (__enter__/__exit__) in PymiloClient

Changed

  • Test system modified
  • _ArrayFunctionDispatcher import in FunctionTransporter to use new numpy API
  • datetime.utcnow() to datetime.now(timezone.utc) in PymiloException
  • get_allowance endpoint in RESTServerCommunicator to handle empty allowances
  • send_message function in WebSocketClientCommunicator
  • download function in WebSocketClientCommunicator
  • upload function in WebSocketClientCommunicator
  • attribute_call function in WebSocketClientCommunicator
  • attribute_type function in WebSocketClientCommunicator
  • __init__ function in WebSocketServerCommunicator
  • handle_message function in WebSocketServerCommunicator
  • _handle_download function in WebSocketServerCommunicator
  • _handle_upload function in WebSocketServerCommunicator
  • _handle_attribute_call function in WebSocketServerCommunicator
  • _handle_attribute_type function in WebSocketServerCommunicator
  • parse function in WebSocketServerCommunicator
  • WebSocket streaming tests enabled