Skip to content

Commit 52c6d94

Browse files
authored
Update CHANGELOG.md
1 parent 831d9c7 commit 52c6d94

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22
All release higlighths of this project will be documented in this file.
3+
## 4.3.3 - May 01 2022
4+
### Added
5+
- `attach_items()` function to link items (images, videos, and documents) from external storages to SuperAnnotate using URLs.
6+
- `copy_items()` function to copy items (images, videos, and documents) in bulk between folders in a project.
7+
- `move_items()` function to move items (images, videos, and documents) in bulk between folders in a project.
8+
- `set_annotation_statuses()` function to change the annotation status of items (images, videos, and documents) in bulk.
9+
### Updated
10+
- `aggregate_annotations_as_df()` function now supports Text Projects.
11+
### Fixed
12+
- `validate_annotations()` function to accept only numeric type values for the `points` field.
13+
- `prepare_export()` function to address the issue when the entire project is prepared when a wrong folder name is provided.
14+
- `search_team_contributors()` function to address the error message when `email` parameter is used.
15+
- `get_item_metadata()` to address the issue with approved/disapproved items.
16+
### Removed
17+
- `get_project_and_folder_metadata()` function.
18+
- `get_image_metadata()` function. Please use `get_item_metadata()` instead.
19+
- `search_images()` function. Please use `search_items()` instead.
20+
- `search images_all_folders()` function. Please use `search_items()` instead.
21+
###
322
## 4.3.2 - April 10 2022
423
### Added
524
- `query()` function to run SAQuL queries via SDK.

0 commit comments

Comments
 (0)