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: HISTORY.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## 6.0.4 (April 22, 2025)
2
+
3
+
### New Features
4
+
5
+
- Added a new optional parameter `source_tag_qualified_name` to `tagged_with_value()`, allowing users to explicitly provide the qualified name of the source tag to match (useful when multiple tags share the same name).
6
+
- Added support for undefined fields in `DataContract` models by allowing extra fields in `AtlanYamlModel` (`Extra.allow`).
7
+
- Added a new method `WorkflowClient.find_runs_by_status_and_time_range()` to search workflow runs based on their status and a specified time range (`started_at` / `finished_at`).
8
+
9
+
### QOL Improvements
10
+
11
+
- Regenerated the latest typedef models.
12
+
- Fixed an indentation issue in the `DocumentDB` generator Jinja templates.
0 commit comments