Ad-Hoc Reporting at an Organization Level
It allows users, to write reports and then save them any time that you want. Users can also create their own report definition, export to CSV and XLSX.
You can find this in in the following location: Organizations/ Organization/ Ad-Hoc Reporting.
For more on Ad-Hoc Reporting, please see: Scorpion Ad-Hoc Reporting
Webhooks Now Support Optional HMAC Authentication Using a Shared Secret
Scorpion webhooks now support optional HMAC authentication using a shared secret.
When a webhook’s security type is set to Secret, Scorpion generates an HMAC SHA-256 signature from the raw webhook payload and includes it in the x-scorpion-signature request header. The receiving system can validate the webhook by generating its own signature from the same raw payload and shared secret, then comparing the results.
The shared secret is never included in the webhook payload. If the security type is set to None, Scorpion does not include the x-scorpion-signature header.
You can find this in in the following location: Apps/ App/ Settings/ Hooks
App Credentials Support IP Address Restrictions and Configurable Credential Lifetimes
IP restrictions can be configured to allow requests only from approved addresses or deny requests from specified addresses. API requests made from an unauthorized IP address will fail, while requests from an approved IP address will continue to work. Setting the restriction type to None removes IP-based enforcement. Credential lifetime settings define how long app credentials remain valid before they must be rotated.
You can find this in in the following location: Apps/ App/ Settings/ Permissions
Bug Fixes:
- External items had a issue that would block navigation. This has been fixed in this release.
- There was an issues that caused markdown highlighting to break formatting which has been fixed for this release.
- There was an issues that would make it difficult to navigate forms if there were too many forms. This has been fixed by adding pagination for this release.
- There was an issue that caused projects with large item counts to not display search results properly. This has been fixed for this release.
Comments
0 comments
Article is closed for comments.