Skip to content

Commit ab5aacd

Browse files
authored
Merge pull request #772 from atlanhq/bump-to-release-8.4.4
[release] Bumped to release 8.4.4
2 parents 6bd8de7 + 656c42e commit ab5aacd

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ATLAN_BASE_URL=your_tenant_base_url
22

3-
#API KEY based authentication
3+
# Option 1 - API KEY based authentication
44
ATLAN_API_KEY=your_api_key
55

6-
#OAuth based authentication
6+
# Option 2 - OAuth based authentication
77
ATLAN_OAUTH_CLIENT_ID=your_oauth_client_id
8-
ATLAN_OAUTH_CLIENT_SECRET=your_oauth_client_secret
8+
ATLAN_OAUTH_CLIENT_SECRET=your_oauth_client_secret

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 8.4.4 (December 3, 2025)
2+
3+
### New Features
4+
5+
- Added support for initializing `AtlanClient` and `AsyncAtlanClient` using `OAuth` credentials.
6+
7+
### Bug Fixes
8+
9+
- Fixed `pyatlan.test_utils.create_connection()` which was missing the required `client` parameter.
10+
111
## 8.4.3 (December 2, 2025)
212

313
### Bug Fixes

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4.3
1+
8.4.4

0 commit comments

Comments
 (0)