v.0.32.0 ======== Improvements: ------------- #) [LUNA-8171] `luna-lambda-tools` now install via `luna-lambda-package-helper[base]`. Available extras: - `lambda` - used for `luna-lambda` service, - `base` - install `luna-lambda-tools`, used for `lpa-lambda-base` image, - `agent` - install `luna-lambda-tools` and `luna-smith`, used for `lpa-lambda-agent-base` image, - `fsdk` - install `luna-lambda-tools` and `faceengine`, used for `lpa-lambda-base-fsdk` image. #) [LUNA-8201] The `base image requirements <../lambda_requirements.html#lambda-base-image-requirements>`_ chapter of developers documentation was updated. #) [LUNA-8158] The *disabled* flag which allow to launch lambda in disabled state for several requests: - `create lambda <../_static/api.html#operation/createLambda>`_ - `put lambda <../_static/api.html#operation/putLambda>`_ - `lambda import <../_static/api.html#operation/importLambda>`_ To switch lambda to enabled state in future it is allowed to use `switch lambda request <../_static/api.html#operation/switchLambda>`_. #) [LUNA-8178] Added new user setting ``luna_video_agent_groups`` as a means to override ``LUNA_LAMBDA_AGENT_UNIT_GROUPS`` from Luna-Configurator. #) [LUNA-8178] Added new section "`User settings <../agent.html#user-settings>`_" to agent lambda development documentation. Migration: ---------- See a `migration <../migration.html>`_ manual.