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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## 6.1.0 (May 13, 2025)
2
+
3
+
### New Features
4
+
5
+
- Added support for dynamic extension of `AtlanConnectorType` to enable custom connectors.
6
+
- Migrated from `TLS` to `ContextVars` to support both multithreaded and asynchronous environments.
7
+
- Introduced `PyAtlanThreadPoolExecutor` in `pyatlan.utils`, which preserves context variables across threads—useful for running SDK methods in multithreaded or asynchronous environments.
8
+
- Implemented iterative pagination in `WorkflowClient` search methods.
9
+
10
+
### Bug Fixes
11
+
12
+
- Resolved pagination issues in `UserClient` and `GroupClient` search methods.
13
+
14
+
### QOL Improvements
15
+
16
+
- Regenerated the latest typedef models.
17
+
- Simplified the `creator()` methods in both `AtlasGlossaryTerm` and `AtlasGlossaryCategory`.
0 commit comments