What's new
aiWARE Grants Support: Grants allow you to permission your aiWare resources by granting permission of a single package with multiple resources, instead of having to permission each resource itself:
- Applications
- Engines
- Flow Revisions
- Automate Templates
- TDOs
- Automate Nodes
- Automate Pallets
Search API Supports sort by filename: The search service API now supports sorting by file name.
{
"index": [
"mine"
],
"select": [
"veritone-job",
"veritone-file"
],
"limit": 10,
"offset": 0,
"query": {
"operator": "and",
"conditions": [
{
"field": "parentTreeObjectIds",
"operator": "terms",
"values": [
"ad767998-d4c7-4ac9-8718-20f7002e3f6e"
],
"not": true
}
]
},
"sort": [{
"field": "veritone-file.filename",
"order": "asc"
}]
}
Extend Temporal Data: The temporalDataObjects query now supports multiple TDO IDs as input.
query GetListofTDOs {
temporalDataObjects(ids: [2730028974, 2730028974, 2730028974]) {
record {
id
name
details
}
}
}
New Application Onboarding Panels:
-
Roles: We create default roles for applications since version 3.46.1.19, but you can now define your own Application Role and permissions using the Application Wizard if you want something besides just the default role.
-
Use Cases: There is a new markdown editor for resource developers to define their application use cases and read me. These will be visible in the Application details panels in the near future.
Bug Fixes:
-
AiData:
- Remove Validation for Package Primary Resource changing
- Improved handling of problematic API requests
- Multi-Org: Fixed some issues where the user becomes invalidated sometimes switching orgs
-
Developer Application:
- Name Validation on some applications
- Fixed an issue where the engine build tab would make extra GraphQL calls
-
Automate Studio:
- Fixed an issue where the deploy flow button would create multiple revisions
- Fixed an issue where a flow could fail to load due to missing an associated package