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
Copy file name to clipboardExpand all lines: libs/labelbox/CHANGELOG.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,27 @@
1
1
# Changelog
2
-
Version 6.8.0 (2025-02-20)
3
-
### Added Support for Source Ontology Names in Relationships
2
+
# Version 6.10.0 (2025-04-04)
3
+
## Added
4
+
* API keys Management: ([#1961](https://github.com/Labelbox/labelbox-python/pull/1961))
5
+
* Get invitations: ([#1962](https://github.com/Labelbox/labelbox-python/pull/1962))
6
+
* Add tasks to organization and TaskStatus to filter tasks: ([#1958](https://github.com/Labelbox/labelbox-python/pull/1958))
7
+
8
+
9
+
# Version 6.9.0 (2025-03-17)
10
+
## Added
11
+
* Provide support to cancel tasks ([#1957](https://github.com/Labelbox/labelbox-python/pull/1957))
12
+
* Added support for AUDIO attachment type ([#1956](https://github.com/Labelbox/labelbox-python/pull/1956))
13
+
14
+
# Version 6.8.0 (2025-02-20)
15
+
## Added Support for Source Ontology Names in Relationships
4
16
5
17
Added the ability to specify relationships using `source_ontology_name` instead of a concrete source annotation. This enhancement is particularly useful for PDF document annotations where you can create relationships referencing ontology classes directly.
6
18
7
19
Key changes:
8
20
- Added optional `source_ontology_name` field to `Relationship` class
9
21
- Made `source` field optional
10
22
- Added validation to ensure either `source` or `source_ontology_name` is provided, but not both
0 commit comments