v.0.5.35 ======== Improvements: ------------- #) [LUNA-7330] The `Luna-Handler-Id` header was added for handlers lambda, see `handlers lambda request usage <../handlers.html#handlers-lambda-request-usage>`_ for details. #) [LUNA-7354] The query parameters from user request from now on is available in `handlers <../handlers.html#handlers-lambda-request-usage>`_ and `standalone <../standalone.html#id1>`_ lambdas. #) [LUNA-7354] `The example <../handlers.html#id7>`_ of *handlers* lambda with standard *Luna-Handler* handler reply enriching was added. #) [LUNA-7354] The additional service status (enabled/disabled) from now on is available by simple params, see `luna client services <../development.html#luna-services-clients>`_ description and `example <../standalone.html#id11>`_ for details. Bugs fixed: ----------- #) [LUNA-7329] Several lambda examples have been updated, in particular the `handlers lambda example <../handlers.html#id11>`_ which extracts face descriptor, basic attributes and saves face descriptor, sample and event with estimated data. From now on, the `detectTs`, `detectTime`, `eventCreateTime`, `eventEndTime` fields of event can be send by user and saved in event or not send by user and fills by defaults in the above described example. #) [LUNA-7332] The `detect_ts` field validation was fixed (it was string and became number) for handlers lambda. #) [LUNA-7332] The clients initialization was fixed for case when some services was disabled by using `ADDITIONAL_SERVICES_USAGE` setting. Migration: ---------- See a `migration <../migration.html>`_ manual.