To see the changes done in a specific release, select a version number from the drop-down below.
Date: August 27, 2025
This update log describes the changes made to the BQE CORE Public API components. If you have any questions, please reach out to CORE Developer Support.
Following updates have been made in this release:
- We optimized the performance of the Invoice List endpoint and resolved an issue with serviceTaxAmount and expenseTaxAmount properties returning zero when invoiceDetails was not expanded.
- We added the following new properties in the InvoiceDetail model nested in the Invoice model to improve visibility into the extra charges on invoices. We also added these properties in the main Invoice model, summing up the values from the nested items.
- extraServiceAmount
- extraExpenseAmount
- extraExpenseTaxAmount
- extraServiceTaxAmount
- extraMainExpenseTax
- extraMainServiceTax
- We added a new property isWrittenOff in the Time Entry and Expense Entry models. It indicates whether the entry is written off (excluded from billing) or not. Written off entries are excluded from Revenue Recognition journal entries as well.
- We added the enum value for the project rule Generate WIP Revenue to enable adding this rule in the Project object.
- We improved system reliability by implementing a retry mechanism during server failover events.
- The Authorize button was not visible in the Swagger UI after token expiry, leading to 401 errors. We improved the handling of token expiry to make the button visible again and prevent the errors.
- We updated the documentation and Swagger portal.