Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.96 KB

File metadata and controls

56 lines (42 loc) · 1.96 KB

Version 6 marks the use of ArcGIS Rest JS 4x within Solution JS. Previous versions leveraged ArcGIS Rest JS 3x.

RELEASES

**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
  • solution-deployer

    • deploySolution
      • Added support for not creating solution item during deployment
    • isSolutionTemplateItem
      • no changes
  • 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.