generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions[bot]
committed
Jan 22, 2025
1 parent
90cc8c8
commit 8721212
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
### January 22, 2025 | ||
## dataxp | ||
|
||
api@0e17e6e | ||
Added the ability to create a template space when initiating an app autobuild. | ||
When initiating an app autobuild, a new template space will be created with the name "{app name} Template". | ||
This template space will have the isAppTemplate flag set to true and the metadata property isAutoBuildWorkingSpace set to true. | ||
The template space creation supports providing a namespace parameter to specify the namespace for the created space. | ||
The buildDependenciesForAutobuild method on the AppAutobuildsService now expects an AppModel object instead of an AppId, allowing it to use the app name when creating the template space. |