v4.2.0
🎉 New Features
- Added support for
ApplicationField.creator()
. - Added support for
CredentialClient.creator()
andCredentialClient.purge_by_guid()
. - Added support for optional parameters (
host
andport
) inConnection.creator()
.
⛑️ Breaking Changes
- Changed the default setting for tracking
IndexSearch
logs (save_search_log=False
). Previously, it was set toTrue
, 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 newCredentialClient.creator()
.
Full Changelog: 4.1.0...4.2.0