From a1d5a3893161a95ba3eb2d41535bd8bf1a2d0001 Mon Sep 17 00:00:00 2001 From: Aryamanz29 Date: Mon, 25 Nov 2024 16:46:59 +0530 Subject: [PATCH] Bump to release `2.6.1` --- HISTORY.md | 17 +++++++++++++++++ pyatlan/version.txt | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 080b35ad1..8b1d93248 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/pyatlan/version.txt b/pyatlan/version.txt index e70b4523a..6a6a3d8e3 100644 --- a/pyatlan/version.txt +++ b/pyatlan/version.txt @@ -1 +1 @@ -2.6.0 +2.6.1