v.4.20.0¶
Improvements:¶
[LUNA-8710] Unlimited license is supported. The license is considered unlimited if the faces_limit license value is equal to or greater than 999999999999999. In this case only the license activity is checked, the face attributes count is not requested from the database anymore, so heavy count queries are not executed on large databases. As soon as the faces_limit license value becomes less than 999999999999999, the face attributes count check is restored.
[LUNA-8731] The user_data filter became case-insensitive, so IVANOV, ivanov and IvAnOv give the same result. See following resources:
get faces resource
get faces count resource
delete faces with filters resource
get lists resource
get lists count resource
The user_data__eq filter is still case-sensitive.
Migration:¶
See a migration manual.