From 0eb0dd8dcd8cbeb774de218a955ece3e577f9ae2 Mon Sep 17 00:00:00 2001 From: Aryamanz29 Date: Thu, 10 Sep 2026 16:01:02 +0530 Subject: [PATCH] [release] Bumped to release 11.1.0 --- HISTORY.md | 6 ++++++ pyatlan/version.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4bba2c6f6..79c0d433f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +## 11.1.0 (September 10, 2026) + +### Bug Fixes + +- **Miner runs no longer rename the connection they mine (AICHAT-1798)**: A miner created by referencing an existing connection *only* by `qualified_name` (e.g. `BigqueryMiner(client).connection(qualified_name=...).run()`) sent a connection object with no `name`. The downstream popularity/publish step derives the connection name from that payload and, finding it empty, fell back to the qualifiedName's numeric tail — renaming the connection to that number. A fresh miner run now reads the connection's stored config back (identity, credential, admins, query settings — the same shape the UI sends, without internal analytics/popularity fields) and sends it with the name intact, so the connection cannot be renamed. If the connection cannot be read and no explicit `connection(name=...)` was given, the run now raises `CONNECTION_READ_FOR_APP_FAILED` rather than silently renaming it. Crawler `create`, `load()` / `update()`, and rerun (`submit`) are unaffected. + ## 11.0.1 (September 9, 2026) ### Packages diff --git a/pyatlan/version.txt b/pyatlan/version.txt index 4201fdf7c..d8ffaa07e 100644 --- a/pyatlan/version.txt +++ b/pyatlan/version.txt @@ -1 +1 @@ -11.0.1 \ No newline at end of file +11.1.0 \ No newline at end of file