2.11.0 - Time Till Now, to the Minute

May 13, 2024

New Features:

  • When setting up a comparison report column with datetime, a new dropdown lets you select the unit of time (previously, it was only "day")
  • Materials can now be filtered by their material code using the "codes" parameter in GET /api/materials calls
  • GraphQL connections can now be tested by setting the body of the POST to be sent for the test call
  • In Data Pull, the "Request" method setting (POST or GET) is only shown if the Data Pull connection has a type of "GraphQL"
  • Integrations are no longer removed from the database when deleted, but "soft deleted" and kept with a status of -1

Bugfixes:

  • Fixes materialProperty key in GET /api/materials/[id] calls to show the Material Property name and details
  • Connection test log times are now fixed
  • Report files with 0 rows in the report will now generate properly
  • A text bug in the new "delete file" confirmation popup (introduced in 2.10.2.2) is fixed