Skip to content

Salto v0.4.1

Compare
Choose a tag to compare
@saltoio saltoio released this 08 Sep 08:17
· 530 commits to main since this release
c20f1ae

Salto Version 0.4.1

Core

  • Slight performance improvement when loading workspaces without a valid workspace cache
  • Fixed issue where fetch in “isolated” mode could potentially drop field attributes in some cases
  • fix OOM error when cloning large amount of Fields

CLI

  • Added cli command to sync a salto workspace to an adapter format folder

Jira adapter

  • Parse additional smart values in automations. To enable this feature add parseAdditionalAutomationExpressions config flag under the fetch section
  • Fixed deployment annotations in ScriptRunner for DC
  • Check the existence of field context order when adding an option
  • Improve memory usage of custom references calculation
  • Update for a few filters related to field contexts and options
  • Fix deletion of automation label from an Automation
  • Update filters related to splitting options from contexts
  • Validate that the context order instance reference all of it’s options and validate the default values of the context

Zendesk adapter

  • Create fetch warning when failing to get brand logos due to insufficient permissions, instead of failing the entire fetch
  • Add support for custom omnichannel routing queues

Netsuite adapter

  • Allow users to config the SOAP WSDL version used by SoapClient using the suiteAppClient.wsdlVersion adapter config
  • Identify more ASVs, unresolved [ACCOUNT_SPECIFIC_VALUE] values may be resolved

Microsoft Security adapter

  • Support fetch & deploy for Device Configurations.
  • Support fetch & deploy for Device Configurations - Setting Catalog.
  • Support fetch & deploy for Device Configurations.
  • Support fetch & deploy for Application Configuration [Managed Devices]
  • Support fetch & deploy for Application Configuration [Managed Apps]

Okta adapter

  • Fix a bug in the deployment of custom apps when subdomain has changed. Name field will be removed for custom SAML and AUTO_LOGIN applications.
  • Fixed a bug where applications with similar names caused a naming collision for their logo file names, resulting in pending changes after fetch / restore. AppLogo file names may change to ensure uniqueness.
  • Support deployment of Authorization Server scopes
  • Fix a bug in deployment of Authorization Server Policy Rules that references scopes. Reference will be added in Authorization Server Policy Rule that references Auth Scopes

Salesforce adapter

  • Improved the progress report of deploy operation.
  • Implement PermissionSet/MutingPermissionSet Elements fixer (turned off by default)