Skip to content

Commit

Permalink
Bump to release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Nov 25, 2024
1 parent c83eaf1 commit a1d5a38
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 2.6.1 (November 25, 2024)

### New features

- Added the `"x-atlan-client-origin": "product_sdk"` header to the `AtlanClient`.
- Added a method to retrieve all credentials: `CredentialClient.get_all()`.

### QOL improvements

- Generated the latest typedef models.
- Application typedef changes:
- Replaced the `Application` supertype with `App`.
- Renamed `ApplicationContainer` to `Application`.
- Changed the level of the relationship from `Catalog` to `Asset`.
- Updated the name of the de-normalized attribute.
- Added a wait to the integration test fixtures (atlan_tag_test, custom_metadata_test).

## 2.6.0 (November 21, 2024)

### New features
Expand Down
2 changes: 1 addition & 1 deletion pyatlan/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
2.6.1

0 comments on commit a1d5a38

Please sign in to comment.