[release] Bumped to release 8.4.4#772
Merged
Aryamanz29 merged 1 commit intomainfrom Dec 3, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the pyatlan package version from 8.4.3 to 8.4.4, documenting new OAuth authentication support and a bug fix to the test utilities.
- Version updated to 8.4.4 in version.txt with improved formatting
- Added comprehensive changelog entry documenting new features and bug fixes
- Enhanced .env.example with clearer authentication option labels
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyatlan/version.txt | Updated version from 8.4.3 to 8.4.4 with whitespace cleanup |
| HISTORY.md | Added changelog entry for 8.4.4 release documenting OAuth support and test_utils fix |
| .env.example | Improved comments with "Option 1" and "Option 2" labels for authentication methods |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Release 8.4.4 with changelog entries (OAuth client init support, bug fix) and clarified auth sections in
.env.example.pyatlan/version.txtto8.4.4.HISTORY.mdentry: support initializingAtlanClient/AsyncAtlanClientvia OAuth; fixpyatlan.test_utils.create_connection()missingclientparameter..env.example(Option 1: API key, Option 2: OAuth) and ensureATLAN_OAUTH_CLIENT_SECRETis included.Written by Cursor Bugbot for commit 656c42e. This will update automatically on new commits. Configure here.