You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new **Reset Cache** action available from project settings under the **Danger Zone** section. You can use this action to reset and recalculate the labeling cache.
28
+
29
+
This action is particularly useful for situations in which you are attempting to modify the labeling configuration and you receive a validation error pointing to non-existent labels or drafts.
30
+
31
+

32
+
33
+
### Security
34
+
35
+
Fixed an issue where sensitive information was available in activity logs.
36
+
37
+
### Bug fixes
38
+
39
+
- Fixed an issue where users could not submit annotations if the labeling configuration included the `TextArea` tag with the `required` and `skipDuplicates` parameters.
40
+
41
+
- Fixed an issue where the Projects page was displaying the wrong number when indicating how many projects are displayed on the page.
42
+
43
+
- Fixed an issue where when calling `GET api/tasks?projects={id}&fields=all`, reviews were not returned.
44
+
45
+
- Fixed an issue where an empty draft was created every time a user clicked **View all annotations**.
46
+
47
+
- Fixed an issue where the URL in email invites was missing the `http` protocol.
48
+
49
+
- Fixed an issue where sometimes the **Refresh** action on the project dashboard would be stuck in a loading state.
0 commit comments