Skip to content

LUNA PLATFORM v.5.2.1#

Changes

  • API service:

    • Time fields validation was fixed for all the resources utilizing create_time__gte and create_time__lt filters. An error occurred when time was set in UTC format (the "Z" suffix was used in the field). Example: "2018-08-11T09:11:41.674Z".

    • Fixed was validation for "match_policy" with events set as candidates. The wrong error message "unexpected value; permitted: 'faces'" was returned when filters for events were set incorrectly.

  • Admin service:

    • The internal error with status code 500 was fixed for requests without any authorization data.

    • The error "BadAdminAuth" is now returned in the case of authorization with an incorrect login/password pair.