Salto v0.3.41
New features and bug fixes
Core:
- Change fetch to only update changed elements in the state, instead of overriding all the elements
- Fix parser issue where single line strings that contained unicode newline characters would cause a parse error
- Expand validateCredentials API to return accountType and isProduction.
- Support static file path changes will as a change in Fetch
Jira adapter:
- Add support for global looped transition in Workflow's diagram
- Add support for new API to deploy circular workflow transitions
- Change Automation scope (projects field) to be sorted
- Fix a bug in scriptRunner that prevented deployment of notification post functions without users
- Fix a bug in scriptRunner, sometimes FIELD_LINK_TYPE was not parsed corretly
- Fix a bug that prevented workflow modification deployment in some cases
- Fix a bug that prevented the deployment of active workflows
- Fix a type mismatch in automations
- Improve fetch times (pagination requests will be called simultaneously)
- Change how missing references are created, and add a warning on fetch
Netsuite adapter:
- Increase SDF default timeout to 10 min
- Skip querying bundle-able fields if SuiteBundles feature is disabled
Okta adapter:
- Support fetch of 'EmailDomain' instances
- Support multibrand customizations
- Fix bug where fetch sometimes failed due to 410 error code
Salesforce adapter:
- Fix a bug when attempting to deploy new Data Record instances.
- Fix typo in CPQ default config
- Stop generating references in profile fields
- Support more dependencies from formula fields
- Support deploying additions of Data Instances that reference the same type
- Validate additional fields for unknown users
- Use a different API to fetch custom objects
- Remove some fields of OrganizationSettings
Zendesk adapter:
- Add a warning when activating a feature in account settings that this might be a paid feature
- Add workaround to a zendesk API limitation that inline article attachments are not deleted properly
- Fix bug that prevented the deploy of two articles that reference each other
- Support deploying triggers, macros and automations with action 'deflection', if the feature is activated in the service
- Change path for article attachment static files
Expected changes to existing workspaces
Code:
- Some static files might move to a different directory
Jira adapter:
- Workflows will have a new field called
diagramGlobalLoopedTransition
that represents a global transition location from any status to itself. - When there are missing references, a new missing reference will appear whose purpose is to highlight the fact that there is a problem
Okta adapter:
- Changes to
Brand
,BrandTheme
,BrandLogo
andDomain
instances due to recent changes in Okta - 'EmailDomain' instances will be added
Salesforce adapter:
- References in fields of profiles will be replaced with the field's original content.
- Changing the API used for fetching custom objects will result in several changes across all custom object types, including additional data as well as changes to existing fields.
Zendesk adapter:
- Certain attachments may be deleted. Previously, these deleted attachments continued to appear in Salto, despite being removed from the Zendesk UI due to zendesk API limitation. This issue is now fixed by adding a workaround.
- Article attachment static files will move to a different location