Skip to content

Commit

Permalink
Merge pull request #397 from atlanhq/bump-to-release-2.5.0
Browse files Browse the repository at this point in the history
Bump to release `2.5.0`
  • Loading branch information
Aryamanz29 authored Oct 8, 2024
2 parents 8e50e3d + 2b14334 commit 6343aac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pyatlan/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.8
2.5.0

0 comments on commit 6343aac

Please sign in to comment.