Version 6 marks the use of ArcGIS Rest JS 4x within Solution JS. Previous versions leveraged ArcGIS Rest JS 3x.
**v6.5.0 **
- Abort deployment - do a second pass on folder deletion in case ArcGIS Online or Enterprise is still in process of deletion.
- Add optional solution owner parameter to delete and update functions to support custom user type delete/update privileges of non owned items.
**v6.4.0 **
- cancel deployment mid deployment
- delete solution item if if their were dependencies
- add support for tasks
v6.3.0.next.*
- Fix for supporting embedded groups in the "Create a Solution from a deployed solution" demo app.
- Fix handling data as a file or plain text when adding item data.
v6.0.2-alpha.0
- Switch ArcGIS Rest JS to 4.x.
v5.8.*
- Move web tool to solution folder for ArcGIS Enterprise.
- Portal check for subtypes and contingent values and add indexes logic.
- Ability to create a new template from an existing deployed Solution.
- Added support for not creating solution item during deployment.
v5.6.*
- Enhanced constraints for creating zips for uploading resources.
- Consolidated all ArcGIS Rest JS imports into a single file.
v5.3.*
- Add support for Web Tool.
Versions not denoted constitutes minor bug fixes and/or dependency package updates.
KNOWN APP DEPENDENCY CHANGES
These are ESRI maintained apps that leverages Solution JS for finer grain changes which may have impact. HUB
v6.0.2-alpha.0
-
solution-common
- copyResource
- Added maxZipSize = 49999000
- migrateSchema
- no changes
- copyResource
-
solution-deployer
- deploySolution
- Added support for not creating solution item during deployment
- isSolutionTemplateItem
- no changes
- deploySolution
-
solution-creator
- createSolution
- Added ability to create a template from a deployed solution by reading from deployed's solution item for Ids and reset tags and keywords.
- createSolution