Skip to content

v10.0.0

Latest

Choose a tag to compare

@Aryamanz29 Aryamanz29 released this 13 Aug 09:45
067065e

πŸŽ‰ New Features

  • Added client.requests and client.inbox to manage both of Atlan's approval systems β€” the classic Requests module and the governance-workflow Inbox. Typed filters, enums, lazy pagination, group-scoped bulk approve/reject; sync + async parity.
  • Added CsaUberAssetExportBasic app builder to run Asset Export (Basic) on v3 native-app tenants (DIRECT / EMAIL / CLOUD delivery; s3() / gcs() / adls() targets). Legacy model.packages builders with a v3 equivalent now emit deprecation pointers.

⛑️ Breaking Changes

  • AtlanTag now serializes its propagation defaults on the wire. A bare AtlanTag(type_name=t) previously sent no propagate, so the server applied propagate=True; it now defaults to propagate=False. Tags built without explicit propagation settings no longer propagate by default β€” set the flags explicitly if you relied on the old behavior.

πŸ“š Documentation

Full Changelog: 9.11.0...10.0.0