v.0.3.2 ======= Improvements: ------------- #) [LUNA-6705] K8s namespaces now support in lambdas. The new field is called `namespace` and it located in `deploy_parameters` for next endpoints `create lambda <../_static/api.html#operation/createLambda>`_, `put lambda <../_static/api.html#operation/putLambda>`_. Endpoint `get lambdas <../_static/api.html#operation/getLambdas>`_ support `namespace` query parameter. #) [LUNA-6735] The `/metrics <../_static/api.html#operation/metrics>`_ route that response with requests statistics in prometheus format was added for each lambda. See `docs <../metrics.html>`_ for details, it is the complete analogue of `metrics` resource of *Luna-Lambda* service. #) [LUNA-6697] Added ability to set cpu and memory limits and requirements for lambdas' pods. See `create lambda <../_static/api.html#operation/createLambda>`_, `put lambda <../_static/api.html#operation/putLambda>`_ for new creation parameters and `get lambdas <../_static/api.html#operation/getLambdas>`_, `get lambda <../_static/api.html#operation/getLambda>`_ for new lambda information. Migration: ---------- See a `migration <../migration.html>`_ manual.