v.0.19.0 ======== Improvements: ------------- #) [LUNA-7728] In lambdas has been added new resource `/lambda_metrics`, so that the user can see metrics his lambda. For now metrics collected only for `/main` resource. In addition to the standard metric labels from `/metrics <../metrics.html#metric-types>`_ added **lambda-id**. #) [LUNA-7798] Added a new parameter **shared** for lambdas responsible for their accessibility to any user. If **shared = 0**, then only user who created it can use it, otherwise any user will have access to lambda. If lambda type is `agent` and **external_agent = 1**, then it can't be shared. For more information see `lambda types <../lambda_types.html#Foreword>`_. Updated resources: - `create lambda <../_static/api.html#operation/createLambda>`_ - `put lambda <../_static/api.html#operation/putLambda>`_ - `get lambda <../_static/api.html#operation/getLambda>`_ - `get lambdas <../_static/api.html#operation/getLambdas>`_ - `lambda import <../_static/api.html#operation/importLambda>`_ - `lambda export <../_static/api.html#operation/importExport>`_ Migration: ---------- See a `migration <../migration.html>`_ manual. [LUNA-7798] See a `migration <../migration.html>`_ manual.