v5.0.0
🎉 New features
- Adds new connectors by @rupeshatlan in #1307
- Adds latest models by @cmgrote in #1322
- Adds new connector types cratedb and kx by @pranay-at-atlan in #1338
⛑️ Breaking changes
- Changes default behavior for tag propagation, to avoid propagation by default by @cmgrote in #1343
- Adds deeper granularity for tag management by @cmgrote in #1342
- Interfaces for configuring tag handling in
ParallelBatch
andAssetBatch
have changed to anAtlanTagHandling
enumeration rather than a simple boolean value - Constructors for the same that used default tag handling values retain backwards-compatibility
- For consistency, the
CustomMetadataHandling
enumeration that was previously embedded inAssetBatch
has been moved to a top-level enumeration (alongsideAtlanTagHandling
).
- Interfaces for configuring tag handling in
🧪 Experimental
- Adds ability to create source-synced tags by @cmgrote in #1315
- Adds Anaplan System Dimension by @prateekrai-atlan in #1301
- Adds models for DocumentDB by @cmgrote in #1333
🐞 Bug fixes
- Fixes missing connector types by @cmgrote in #1344
- Fixes a link edge case by @ErnestoLoma in #1292 and #1312
- Adds errorCause to response payloads by @cmgrote in #1317
📦 Packages
- Improves error handling in lineage builder package by @cmgrote in #1344
- Adds relational asset builder as a publish target by @cmgrote in #1308
- Enhances widgets used in package toolkit by @cmgrote in #1316
- Adds tag management to asset import by @cmgrote in #1318
- Adds generic SourceTag handling to asset import by @cmgrote in #1323
- Adds logic to detect multi-character field separators and fast-fail by @cmgrote in #1341
- Fixes CSV exports in admin-export package by @pavanmanishd in #1349
New Contributors
- @pranay-at-atlan made their first contribution in #1338
Full Changelog: v4.3.1...v5.0.0