Added - Add PATCH /index/<name> endpoint - Add user to Index object - Add "compact" query parameter to GET /documents/<identifier> endpoint - Add "compact" query parameter to POST /documents endpoint
4.14.0
Added - Add `parent` field to `Annotation`
Fixed - Make `Annotation.rectangles` field non-nullable - Make `Annotation.document` field required
Changed - Remove enum constraint from `ordering` on the `getAllDocuments` operation
4.13.0
Added - Add display_enum_value config to Collection field config
Changed - Migrate display_enum_value from DataPoint to Collection field config
Removed - Remove display_enum_value from DataPoint
4.12.0
Added - Add disableEditDocumentMetadata option to validation tool config - Add field custom_identifier to DocumentMeta model - Allow specifying custom_identifier when create/update document
Deprecated - Deprecate writing to identifier when creating/updating document