From 2b143346caa36c86cea4ea4acf002205c0d14f3a Mon Sep 17 00:00:00 2001 From: Aryamanz29 Date: Tue, 8 Oct 2024 22:43:34 +0530 Subject: [PATCH] Bump to release `2.5.0` --- HISTORY.md | 14 +++++++++++++- pyatlan/version.txt | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 479a7ed9d..bba81344b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,20 @@ +## 2.5.0 (October 8, 2024) + +### New features (experimental) + +- Added support for sending `OpenLineage` events. +- Added support for serialization/deserialization (serde) of the `DataContract` spec. + +### Breaking changes + +- Updated the `ContractClient.generate_initial_spec()` method to directly accept the `asset` for which the initial contract spec is generated, similar to the Java SDK. Previously, you needed to pass the keyword arguments `asset_type` and `asset_qualified_name`. + + ## 2.4.8 (October 5, 2024) ### New features -- Adds new connector types (`IICS`, `ABINITIO`, SAP_S4_HANA`). +- Added new connector types (`IICS`, `ABINITIO`, `SAP_S4_HANA`). ## 2.4.7 (September 30, 2024) diff --git a/pyatlan/version.txt b/pyatlan/version.txt index f041bc6db..437459cd9 100644 --- a/pyatlan/version.txt +++ b/pyatlan/version.txt @@ -1 +1 @@ -2.4.8 +2.5.0