Changelog

Presage API
12/9/2025

Minor Changes

  • Added support for a setting to disable SSL connectivity for servers where it is not possible
  • Added support for SSL connectivity to the database, which will be on by default
12/4/2025

Minor Changes

  • PA-774 - Support suppliers in calculated defaults
  • PA-776 - Add supplierId to TestOptionRestrictionsInput and GetOptionRestrictionInput

Patch Changes

  • Fix issue where PresageColumnChart dashboard data source would filter dates in the wrong timezone
11/13/2025

Minor Changes

  • Dashboard charts now support columns with arbitrary roles

Patch Changes

  • Fixed an issue in formatting query strings introduced by a recent update
11/12/2025

Patch Changes

  • Fix Mutation.createUserAccount and Mutation.updateUserAccount checking for permission to manage API tokens even if you are not including one in the request
11/12/2025

Minor Changes

  • Implement licensing of a handful of features
  • Add Mutation.flushLicenseCache
  • Add Query.licenseInfo
  • Requires DB version 704

Patch Changes

  • The number of connections allocated for data loaders is now increased automatically in order to avoid deadlocks on busy systems
  • Mutation.updateWorkOrderType - Support sparse updates. Omitted fields will no longer incorrectly be populated with their default values, so you only have to send the fields you are updating rather than the whole set every time.
11/10/2025

Minor Changes

  • PA-797 - Implement new permissions for recipe, alert subscription, and report subscription configuration. Requires DB version 703
  • Added result and results filter to Query.sampleValues

Patch Changes

  • Make DashboardItemLegacy.newConfiguration more resilient to bad data
  • Fix Mutation.createSample and Mutation.updateSample checking auth if the analysis did not require it, instead of if it did
10/21/2025

Minor Changes

  • PA-758 - Add Mutation.updateReportQueuePrinter

Patch Changes

  • Change ReportQueuePrinter.hidden and ReportQueuePrinter.online to be non-nullable
  • Allow updating a sample with an inactive analysis on it. Creating samples with inactive analyses is still disallowed.
10/9/2025

Major Changes

  • Requires D version 700

  • Added supplier to samples

  • Change type of AutomaticWorkOrder.dayOfWeek, NewAutomaticWorkOrder.dayOfWeek, UpdateAutomaticWorkOrder.dayOfWeek to an enum of the days of the week to make sending the right value easier

Patch Changes

  • Query.getTotalQuantity - Fix error when input.products is empty
10/7/2025

Minor Changes

  • Update dashboard backend module
10/6/2025

Minor Changes

  • loadArbitraryChartData will now add non-default parameters sent in parameterSelectionList to the "report" parameter list when evaluating parameters
  • Support all SampleFilter values in PresageScatterChart dashboard chart data source

Patch Changes

  • Remove seconds from computed time/datetime default sample values to match behavior of the legacy Presage Scanner application
Newer Older