v.1.0.0

Improvements:

  1. Service version was updated. Current API version is 2.

  2. The top_similar_object_similarity__gte and top_similar_object_similarity__lt were replcaed with object_similarity__gte and object_similarity__lt. The top_similar_face_lists was replaced with matching_candidate_labels.

  3. Matches by events also can be returned in WS messages now (only matches by faces were returned previously).

  4. The handler_id, face_id, event_id, and other identifiers can be of any UUID now (previously were UUID4 only).

  5. Body detections support was added.

  6. Information about query parameters restrictions was added.

  7. Ability to subscribe for events with utf-8 symbols in tags, user_data, matching_candidates_labels location fields was added.

Bugs fixed:

How to update from previous version:

To update from previous version simply replace all folders with files and update dependencies from requirements.txt.