Skip to content

Commit 38c8094

Browse files
committed
[release] Bump to release 6.1.0
1 parent d472f48 commit 38c8094

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

HISTORY.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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`.
18+
119
## 6.0.6 (April 29, 2025)
220

321
### New Features

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.6
1+
6.1.0

0 commit comments

Comments
 (0)