Changelog

Enterprise API
3/31/2026

Fixed a bug where '' would be converted to NULL, breaking some dashboard reports.

3/31/2026

Fixed a bug that prevented the server from starting.

3/27/2026

Patch Changes

  • Fixed a bug with Query.transferOrders.totalItems.
3/26/2026

Patch Changes

  • Fixed a bug that would cause attachments to fail if done during teardown.
  • Fixed a bug that prevented new part creation.
3/25/2026

Patch Changes

  • Fixed a bug with Customer.salesOrders that would cause a MySQL error.
3/25/2026

Patch Changes

  • Fixed a bug preventing inventory attachments from being deleted.
3/24/2026

Patch Changes

  • Fixed a bug that prevented attachments from being added to vehicles.
3/17/2026

Major Changes

  • The zipcode argument for Query.autoFillByZip is now required.
  • Changed PermissionLevel enum to use all caps, conforming to convention.
  • Changed PurchaseOrder.vendor to be nullable.

Minor Changes

  • Group.permissions now supplies an exhaustive list of permissions. Any permissions unset for that Group will return NONE.
  • Added filtering by Custom Field values to Customers and Vendors
  • Added better support for modern MySQL databases.
  • Added license management features. Added Query.licenseInfo. Added Mutation.flushLicenseCache.
  • Added ability to use wildcards on StringFilter.eq and StringFilter.ne.

Patch Changes

  • Fixed a bug where Inventory was not being searched correctly when using certain string comparisons.
  • Added an error to stop users from setting Inventory.quantity to zero if there is still average cost or average core cost on the sku. This is to prevent total inventory valuation changing without a document.
  • Fixed a bug where an invalid weight unit value could result in an error. Now, invalid data is automatically converted to 'lb'.
  • Fixed an error that would occur when using the customerFilter property on SalesOrderFilter.
  • Added an error to stop users from setting Inventory.quantity to below zero.
  • Improved error messages that occur at login.
  • Fixed a bug where the API would crash if no filter was used with Query.adjustmentTypes.
11/19/2025

Patch Changes

  • Fixed a bug where changes to Inventory.status were not being saved.
11/18/2025

Patch Changes

  • Optimized the loading of SalesOrder.totalQuantityReady. This should reduce the amount of time to load the Home screen Sales Orders tab.
Newer Older