Skip to content

Commit

Permalink
Bump to release 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Oct 16, 2024
1 parent ca6f4ab commit b90cf73
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.5.3 (October 16, 2024)

### Bug fixes

- Added the missing `FluentLineage.includes_on_relations` method and the `LineageListRequest.relation_attributes` field.

### New features

- Added a new connector type (`INRIVER`).
- Added `APIObject`, `APIQuery`, and `APIField` assets, along with their `creator()` methods.
- Added a boolean field `immediate_neighbors` to the `LineageListRequest`, which allows users to include immediate neighbors of the starting `asset` in the response (`True`), or exclude them (`False` - default).

## 2.5.2 (October 11, 2024)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion pyatlan/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.2
2.5.3

0 comments on commit b90cf73

Please sign in to comment.