Skip to content

Commit

Permalink
Merge pull request #495 from atlanhq/bump-to-release-4.1.1
Browse files Browse the repository at this point in the history
[release] Bump to release `4.2.0`
  • Loading branch information
Aryamanz29 authored Feb 4, 2025
2 parents 28b7fe8 + d078830 commit 438d0d6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 4.2.0 (February 4, 2024)

### New Features

- Added support for `ApplicationField.creator()`.
- Added support for `CredentialClient.creator()`.
- Added support for optional parameters (`host` and `port`) in `Connection.creator()`.

### Breaking Changes

- Changed the default setting for tracking `IndexSearch` logs (`save_search_log=False`). Previously, it was set to `True`, which was causing frequent Out of Memory (OOM) issues in Metastore pods.

### QOL Improvements

- Generated the latest typedef models.
- Refactored `OpenLineageClient.create_connection()` to use the new `CredentialClient.creator()`.

## 4.1.0 (January 28, 2025)

### New Features
Expand All @@ -13,14 +30,14 @@
- APITokenConnectionAdmin

- Extended the `WorkflowClient.run()` method to accept raw workflow `JSON` strings.
- Added support for creating `OpenLineage` connections via `OpenLineageClient.create_connection()`.

### Bug Fixes

- Updated the maximum API token Time-to-Expire (TTE) to `5` years. Previously, the value was set to `13` years (`409,968,000` seconds), which was reverted to `5` years due to an integer overflow issue in Keycloak. For more details, see [Keycloak Issue #19671](https://github.com/keycloak/keycloak/issues/19671).

### QOL Improvements

- Added support for Python `3.10`, `3.11`, `3.12` and `3.13`.
- Increased the default read timeout for `AtlanClient` to `900` seconds (`15` minutes).

## 4.0.2 (January 22, 2025)
Expand Down
2 changes: 1 addition & 1 deletion pyatlan/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0
4.2.0

0 comments on commit 438d0d6

Please sign in to comment.