Salto v0.3.51
Salto Version 0.3.51
New features and bug fixes
Zendesk Adapter
- Remove merge errors on collision of elemIds
- Allow fetch without converting user Ids, either by configuration of resolveUserIDs = false in the adapter nacl, or if the users query is forbidden
- Inactive instances will be omitted by default
Jira Adapter:
- Support deployment of Asset Schema
- Support deployment of Asset Object Type
- Fix bug in deployment of Issue layout
- Change Forms elemId
- Automation elemIds can now be configured by the user
- Board type is now excluded when interfacing with the Jira Service Desk (JSM) server.
- Fix an issue with maps in Form type
- Notfiy user when trying to deploy a JSM linked Automation and JSM is not enabled in the adapter config
- Add validator to verify Board have at least one column before deployment
- Resolve bug in deployment of NotificationScheme type
- Allow fetching untitled Form
- Support deployment of Assets Attributes
Netsuite Adapter:
- Change default excluding in the adapter config
- Add important values (with adapter config addImportantValues=true)
Salesforce Adapter:
- Improved the coverage of resolving extra dependencies between Metadata components. This is a beta feature that requires the optional feature extraDependenciesV2
Core:
- New optional argument to loadWorkspace with ignoreFileChange. Using this parameter can lead to unexpected behavior if there was a NaCl change in the workspace. Use this only if you're sure there was no NaCl file update in the workspace.
- Fixed issue where loadWorkspace would have degraded performance when static file modification times changed
CLI:
- Added the option to store state file content in S3 instead of storing it locally, see command salto workspace set-state-provider
User Notifications
Jira Adapter:
- To change the current elemId for Form, perform a fetch with --regenerate-salto-ids flag. This will change the forms elemId, which may cause some disruptions
- Changes in Form structure
Zendesk Adapter:
- Inactive instances will be omitted
Salesforce Adapter:
- Using the beta feature extraDependenciesV2, may result in _extra_dependencies changes on existing NaCls.
Netsuite_Adapter:
- The _important_values annotation will be added to all types (custom record types will also have _self_important_values)