Skip to content

Commit 0f21922

Browse files
authored
Merge pull request #555 from atlanhq/bump-to-release-5.0.1
[release] Bump to release `5.0.1`
2 parents f294be4 + f1748f9 commit 0f21922

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

HISTORY.md

+24-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
## 5.0.0 (February 26, 2024)
1+
## 5.0.1 (March 03, 2025)
2+
3+
### New Features
4+
5+
- Added support for the `MatchPhase` query.
6+
7+
### Bug Fixes
8+
9+
- Fixed handling of `aggregations` in `AuditSearchResults`.
10+
- Added `Asset.TYPE_NAME` condition in `FluentSearch` for append terms, replace terms, and remove terms methods to ensure an exact asset match. Previously, only `Asset.GUID/QUALIFIED_NAME` was used, which could return multiple assets if different asset types had the same qualified name.
11+
12+
### QOL Improvements
13+
14+
- Bumped `ruff` to the latest version (`0.9.9`).
15+
- Removed redundant asset relationship fields.
16+
- Updated the **"Installing for Development"** section in `README.md`.
17+
18+
## 5.0.0 (February 26, 2025)
219

320
### New Features
421

@@ -25,7 +42,7 @@
2542
- Upgraded SDK dependencies (main, dev, and tooling) to the latest versions.
2643
- Replaced the existing linter and formatter stack (`black`, `flake8`, `isort`, `autoflake8`) with `ruff`, significantly reducing development and QA check times while consolidating all configurations into a single file.
2744

28-
## 4.2.5 (February 19, 2024)
45+
## 4.2.5 (February 19, 2025)
2946

3047
### New Features
3148

@@ -43,20 +60,20 @@
4360
- Added a new job to the `pyatlan-publish.yml` workflow to publish the SDK image to Docker Hub.
4461
- Introduced `dependabot.yml` to manage dependencies and actions, and removed unused secret variables.
4562

46-
## 4.2.4 (February 13, 2024)
63+
## 4.2.4 (February 13, 2025)
4764

4865
### Bug Fixes
4966

5067
- Added safeguards for search pagination methods.
5168

52-
## 4.2.3 (February 13, 2024)
69+
## 4.2.3 (February 13, 2025)
5370

5471
### QOL Improvements
5572

5673
- Refactored the `Asset._convert_to_real_type_()` method for improved clarity and robustness.
5774
In certain cases, asset types may be undefined or invalid—likely due to an unhandled backend edge case. To handle this gracefully, the method now ignores deserialization of `Asset` API responses in such scenarios instead of raising `AttributeError` or `TypeError` exceptions.
5875

59-
## 4.2.2 (February 11, 2024)
76+
## 4.2.2 (February 11, 2025)
6077

6178
### New Features
6279

@@ -72,13 +89,13 @@
7289
- Upgraded pre-commit `black` to `24.4.2`
7390
- Enhanced `Credential.creator()` validation to prevent creating fake credentials when `test=False`.
7491

75-
## 4.2.1 (February 6, 2024)
92+
## 4.2.1 (February 6, 2025)
7693

7794
### New Features
7895

7996
- Added an optional boolean parameter `test=True` to `CredentialClient.creator()` method.
8097

81-
## 4.2.0 (February 4, 2024)
98+
## 4.2.0 (February 4, 2025)
8299

83100
### New Features
84101

pyatlan/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
5.0.1

0 commit comments

Comments
 (0)