v.0.5.35
Improvements:
[LUNA-7330] The Luna-Handler-Id header was added for handlers lambda, see handlers lambda request usage for details.
[LUNA-7354] The query parameters from user request from now on is available in handlers and standalone lambdas.
[LUNA-7354] The example 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 description and example for details.
Bugs fixed:
[LUNA-7329] Several lambda examples have been updated, in particular the handlers lambda example 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 manual.