We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fa64fb + 227fe1d commit 02854beCopy full SHA for 02854be
HISTORY.md
@@ -1,3 +1,19 @@
1
+## 4.0.2 (January 22, 2025)
2
+
3
+### New Features
4
5
+- Added the ability to the custom package logger to log unhandled exceptions.
6
+- Added support for creating `OpenLineage` connections (`OpenLineageClient.create_connection()`).
7
8
+### Bug Fixes
9
10
+- Fixed handling of deleted `AtlanTagName`s in `Purpose` asset deserialization. Previously, a `ValueError` was raised.
11
12
+### QOL Improvements
13
14
+- Added an "Installing for development" section to the `README.md`.
15
+- Removed `pyatlan-codeql.yaml` in favor of using the organization-level CodeQL workflow to avoid configuration conflicts and failures.
16
17
## 4.0.1 (January 14, 2025)
18
19
### New Features
pyatlan/version.txt
@@ -1 +1 @@
-4.0.1
+4.0.2
0 commit comments