[release] Bumped to release 10.0.0 - #1006
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the SDK from 9.11.0 → 10.0.0 (major — a breaking behavior change in
AtlanTag).Updates
pyatlan/version.txtand prepends theHISTORY.mdrelease notes.Included since 9.11.0
New features
client.requests+client.inbox(feat: client.requests + client.inbox — approve/reject both request systems programmatically (BLDX-1611) #1003, BLDX-1611): manage both of Atlan's approval systems — the classic Requests module and the governance-workflow Inbox (first SDK to support the latter). Sync + async parity.CsaUberAssetExportBasic(feat: v3 app builder for Asset Export (Basic) + migration pointers on all legacy packages (AICHAT-1588) #1004, AICHAT-1588): v3 app builder for Asset Export (Basic) on native-app tenants, plus deprecation pointers on every legacymodel.packagesclass that has a typed v3 builder.Breaking changes
AtlanTagpropagation defaults now reach the wire (fix: AtlanTag propagation defaults now reach the wire (BLDX-1589) — breaking behavior change #1001, BLDX-1589): a bareAtlanTag(type_name=t)now serializes its documented propagation defaults (propagate=false, …) instead of letting the server applypropagate=true. Tags built without explicit propagation settings will no longer propagate by default.Documentation
(Docs links go live once atlan-docs #1424 and #1434 merge alongside this release.)