From 2160100a699d9bf8efd58ae0273e0b155ad801a0 Mon Sep 17 00:00:00 2001 From: Aryamanz29 Date: Mon, 30 Sep 2024 16:52:36 +0530 Subject: [PATCH] Bump to release `2.4.7` --- HISTORY.md | 13 +++++++++++++ pyatlan/version.txt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 9e402b709..1e13b7bb0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,16 @@ +## 2.4.7 (September 30, 2024) + +### New features + +- Added `CompoundQuery.tagged_with_value()` method to search +for source-synced tags by assigned value eg: Snowflake tags. +- Added `ContractClient.generate_initial_spec()` method to generate +the initial contract specification for the provided asset `typeName` and `qualifiedName`. + +### Experimental + +- Added initial support for `Span`, `SpanNear`, `SpanWithin`, and `SpanTerm` queries for textual fields. + ## 2.4.6 (September 24, 2024) ### New features diff --git a/pyatlan/version.txt b/pyatlan/version.txt index 7bf4b6a8a..e30309f73 100644 --- a/pyatlan/version.txt +++ b/pyatlan/version.txt @@ -1 +1 @@ -2.4.6 +2.4.7