Changelog

Stay up-to-date

Stay informed about the latest features, bug fixes, and improvements to our products. Whether you're a customer or a curious newcomer, our Changelog is designed to keep you in the loop about everything that's happening with our software.

Version 1.0.8

Jan 04, 24

added
Resources list endpointadded an endpoint that retrieves a list of predefined resources that can be invoked inside an asset; there can be both internal and external resources
added
New property type: from_sourceassets now have a new special property allowing their values to be fetched from an external resource
added
New properties type: Dynamic propertiesDynamic properties offer a powerful way to dynamically calculate a property based on the values of other properties in related models. There are two main scenarios to consider: trigger properties and computed properties.
fixed
Bug in internal log creation that prevented the log to be saved when an error occurs
Version 1.0.7

Dec 15, 23

added
External mutationsWith external mutation, we now have the ability to trigger a mutation (change of state or property update) on another asset's model.
added
Version endpoint: added endpoint to retrieve Datome version in the HEADER of the HTTP response
added
New property type: Operation triggersa special property that triggers operations from a parent asset to a child or vice versa
fixed
Asset property render now avoid crash when model is wrong
Version 1.0.6

Nov 15, 23

added
Basic user can create assets from cross model assets page
added
Added Permission section (ACL)Whether you hold an admin or model admin role, this section equips you to establish Access Control Lists (ACLs), shaping interactions with your data.
changed
Added state to asset tables
changed
Model label is not mandatory anymore
fixed
Fixed assets view using the right model version to render properties
Version 1.0.5

Oct 18, 23

added
Ability to delete models via API
added
Ability to login multiple instances with the same email
added
Asset form and view handling array of objects
fixed
Fixed asset relations in tables
Version 1.0.4

Oct 03, 23

added
Ability to set which props must be visibile during asset creation and which not
added
Export assets list in CSV or JSON format
change
Handling log file for csv import
fixed
FIxed user password update
changed
Refactored settings handling (decoupled public from private json)
Version 1.0.3

Sep 19, 23

added
Ability to add custom fields in user infoNew generic 'additional_info' field for users: users can have a generic JSON field that can contain custom information
fixed
Can not remove a label (a model must have at least one label)
changed
Redesigned search and filter box for assets list
changed
Refactored settings handling (decoupled public from private json)
Version 1.0.2

Sep 05, 23

added
Assets integration on Postgresassets are now saved also in Postgres
added
Added info on organization creation and expiration date on admin dashboard
added
Added asset counter box to admin and stakeholder dashboardlorem ipsum description
Added to editor the ability to choose which props use on asset creation
Version 1.0.1

Aug 23, 23

Added
Ability to import a list of assets by .csv or json external fileIn case of errors while saving assets, returns a file id where there will be all occurred errors
fixed
Fixed non standard payload received from assignee list
Version 1.0.0

Aug 05, 23

Added
Added the ability to assign a specific owner to a specific mutation to an asset
added
Added a new filter based on Asset state in assets list section
changed
Groups showing by default real members and not inherited members
fixed
fixed asset mutation authorization check