Skip to content

Commit dbbddb0

Browse files
authored
Merge pull request #905 from atlanhq/bump-to-release-9.4.1
[release] Bumped to release 9.4.1
2 parents ec951a7 + 9bb45c5 commit dbbddb0

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 9.4.1 (April 20, 2026)
2+
3+
### New Features
4+
5+
- **Agentic type hierarchy**: Added Python SDK support for the new Agentic hierarchy (`Agentic`, `Artifact`, `Skill`, `SkillArtifact`, `Context`, `ContextRepository`, `ContextArtifact`) with NanoID-based qualifiedName patterns and auto-populated parent refs on creators. Includes `ContextLifecycleStatus` enum and `FileType.YAML`/`FileType.SQL` additions.
6+
- **`FileType.MD` enum value**: Added `md` file type to the `FileType` enum.
7+
8+
### QOL Improvements
9+
10+
- **Generator `--override` flag**: Added `--override` flag to the generator script to force re-download of typedefs, bypassing the daily cache check.
11+
- **Generator template coverage**: Added Jinja2 asset, attribute, and import templates for all Agentic types so the code generator can reproduce creator methods.
12+
- **`_CORE_ASSETS` updates**: Added Agentic types, Dremio, Cloud, Google, and GCPDataplex to the core assets list to stabilize code generation layout.
13+
- **Regenerated models from latest typedefs.**
14+
115
## 9.4.0 (April 10, 2026)
216

317
### Experimental: `pyatlan_v9`

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.4.0
1+
9.4.1

0 commit comments

Comments
 (0)