|
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) |
2 | 19 |
|
3 | 20 | ### New Features
|
4 | 21 |
|
|
25 | 42 | - Upgraded SDK dependencies (main, dev, and tooling) to the latest versions.
|
26 | 43 | - 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.
|
27 | 44 |
|
28 |
| -## 4.2.5 (February 19, 2024) |
| 45 | +## 4.2.5 (February 19, 2025) |
29 | 46 |
|
30 | 47 | ### New Features
|
31 | 48 |
|
|
43 | 60 | - Added a new job to the `pyatlan-publish.yml` workflow to publish the SDK image to Docker Hub.
|
44 | 61 | - Introduced `dependabot.yml` to manage dependencies and actions, and removed unused secret variables.
|
45 | 62 |
|
46 |
| -## 4.2.4 (February 13, 2024) |
| 63 | +## 4.2.4 (February 13, 2025) |
47 | 64 |
|
48 | 65 | ### Bug Fixes
|
49 | 66 |
|
50 | 67 | - Added safeguards for search pagination methods.
|
51 | 68 |
|
52 |
| -## 4.2.3 (February 13, 2024) |
| 69 | +## 4.2.3 (February 13, 2025) |
53 | 70 |
|
54 | 71 | ### QOL Improvements
|
55 | 72 |
|
56 | 73 | - Refactored the `Asset._convert_to_real_type_()` method for improved clarity and robustness.
|
57 | 74 | 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.
|
58 | 75 |
|
59 |
| -## 4.2.2 (February 11, 2024) |
| 76 | +## 4.2.2 (February 11, 2025) |
60 | 77 |
|
61 | 78 | ### New Features
|
62 | 79 |
|
|
72 | 89 | - Upgraded pre-commit `black` to `24.4.2`
|
73 | 90 | - Enhanced `Credential.creator()` validation to prevent creating fake credentials when `test=False`.
|
74 | 91 |
|
75 |
| -## 4.2.1 (February 6, 2024) |
| 92 | +## 4.2.1 (February 6, 2025) |
76 | 93 |
|
77 | 94 | ### New Features
|
78 | 95 |
|
79 | 96 | - Added an optional boolean parameter `test=True` to `CredentialClient.creator()` method.
|
80 | 97 |
|
81 |
| -## 4.2.0 (February 4, 2024) |
| 98 | +## 4.2.0 (February 4, 2025) |
82 | 99 |
|
83 | 100 | ### New Features
|
84 | 101 |
|
|
0 commit comments