Skip to content

Commit

Permalink
Bump to release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Oct 8, 2024
1 parent 8e50e3d commit 2b14334
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 2b14334

Please sign in to comment.