To see the changes done in a specific release, select a version number from the drop-down below.
Date: December 12, 2024
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 added the following filterable property to the Invoice model. This gives you the ability to retrieve voided invoices through the Invoice List endpoint by filtering for isVoid=true using the where parameter. Previously, this endpoint would not retrieve voided invoices at all.
- isVoid: Indicates whether the invoice is void or not
- We implemented a unified versioning system across CORE that makes it easier to track releases. For example, 2024.12.1.0 indicates the first release of December 2024. The last number is reserved for any off-cycle fixes to a main release.
- We updated the documentation and Swagger portal.