Skip to content

Salto v0.3.56

Compare
Choose a tag to compare
@saltoio saltoio released this 21 Apr 13:09
· 785 commits to main since this release
3816e6c

New features and bug fixes

Core

  • Added support for deletion in S3 dir store

Salesforce Adapter:

  • Added a new change validator which checks for flows with an unsupported API version

Zendesk Adapter:

  • Active apps inside workspace will now be ordered by position

Jira Adapter:

  • Added change validator for maximum description length of a FieldConfiguration, limiting to a maximum of 255 characters
  • Added change validator for maximum description length of a FieldConfiguration item, limiting to a maximum of 1000 characters
  • Fixed a bug that prevented fetching some of the issue layouts
  • Added important values
  • Fixed a bug in automation that could cause fetch to fail
  • Fixed bug by adding references from objectTypeAttribute to statuses, objectSchemaStatuses and groups
  • Improved the duplicate id Warning messages text
  • objectTypes will have no field called objectCount

Okta Adapter

  • Fixed bug in signOn policy rule
  • Brand subtypes (BrandTheme, BrandLogo, FavIcon) NaCl files are now nested under their respective Brand
  • New instances responsible for policy rules priorities were added
  • Fix issue that would cause false pending changes to remain after deploy
  • Deleting active NetworkZone is no longer allowed, Salto will now deactivate NetworkZone when trying to delete it

Confluence Adapter:

  • Change structure of permissions objects array (on space instance)
  • Support deployment of space permissions
  • Improve folder structure for pages
  • Templates body will be template expression to support references inside the body
  • Throw original error when trying to modify page with illegal version number

Google Workspace Adapter:

  • Improve folder structure for org units

Intercom adapter:

  • First version (public API + read only) is ready to use

Expected changes to existing workspaces

Confluence Adapter:

  • Changed structure of permissions objects array (on space instance)
  • Changed folder structure for pages
  • Templates body will change to template expression

Google Workspace Adapter:

  • Change folder structure for org units

Jira Adapter:

  • InobjectTypeAttribute the field TypeValueMulti changed from string to referenceExpression
  • objectTypes will have no field called objectCount

Okta Adapter:

  • Brand subtypes (BrandTheme, BrandLogo, FavIcon) NaCl files are now nested under their respective Brand
  • New instances responsible for policy rules priorities will be added