Current Release¶
What’s new or changed in 9A Raptor Document Warehouse 2026.1.0.6
Release Version: 2026.1.0.6
Release Date: 2026-01-29
Total # Work Items: 11
Features¶
This section contains a table that lists the features that are included in this release when available. We might update this article to include features that were added to the build after this article was originally published.
| ID | Title |
|---|---|
| 16503 | Support for new image formats: .webp & .avif |
| 16608 | Modified kickstart for D365-FO: Added a custom Free Text Invoice template |
| 16610 | Modified kickstart for D365-FO: Added a sales picking list template |
| 16617 | Modified kickstart for D365-FO: changed customer collection letter config |
| 16595 | Modified kickstart for D365-FO: Added return order entity |
| 15585 | Update backend dependencies |
Bugs & Fixes¶
This section contains a table that lists the bugs and fixes that are included in this release when available. We might update this article to include features that were added to the build after this article was originally published.
| ID | Title |
|---|---|
| 17018 | User filter failed for special characters |
| 16993 | Default tenant not working |
| 16915 | Prevent adding roles to external systems |
| 17032 | Swagger “about” url pointed to a 404 page |
| 16967 | Clicking a timestamp field could crash the UI |
Detailed Notes¶
This section contains the workitems mentioned in the above sections, with additional details and applicable notes
16503¶
- Title: Support for new image formats: .webp & .avif
- Type: User Story
- Notes: Our viewer now also supports the .webp and .avif image format.
17018¶
- Title: User filter failed for special characters
- Type: Bug
- Notes: When filtering users on the admin pages you could not specify a filter for names that contained special characters like é, this should now be fixed.
16993¶
- Title: Default tenant not working
- Type: Bug
- Notes: In rare cases users with multiple tenants assigned to them could not select a default tenant. This should now be fixed.
16915¶
- Title: Prevent adding roles to external systems
- Type: Bug
- Notes: Using the API it was possible to assign a template to an external system. This makes no sense, and does not do anything, except resulting in strange empty records in the UI. We added a check to only allow valid users to external systems, and return a Bad Request error in case the operation is called with incorrect parameters.
16608¶
- Title: Modified kickstart for D365-FO: Added a custom Free Text Invoice template
- Type: User Story
- Notes: This only applies for new tenants. Running the kickstart will now add a dedicated template and document type for free text invoices.
16610¶
- Title: Modified kickstart for D365-FO: Added a sales picking list template
- Type: User Story
- Notes: This only applies for new tenants. Running the kickstart will now add a specific template and document type for sales picking list.
16617¶
- Title: Modified kickstart for D365-FO: changed customer collection letter config
- Type: User Story
- Notes: This only applies for new tenants. Changed the tag code for the document type to "DocumentTypes\CustomerLetter". Changed the code of the template to "Templates\R2B\CustCollectionLetter" Added the entity setup to the default RAPTOR_CONTEXT package.
16595¶
- Title: Modified kickstart for D365-FO: Added return order entity
- Type: User Story
- Notes: This only applies for new tenants. Running the kickstart will now also add the "Return Order Headers V2" entity, and add a matching template and document type.
17032¶
- Title: Swagger “about” url pointed to a 404 page
- Type: Bug
- Notes: In swagger we had an "about" url that pointed to a page that was removed, resulting in a 404 page.
16967¶
- Title: Clicking a timestamp field could crash the UI
- Type: Bug
- Notes: In certain situations clicking a timestamp field could result in a UI crash. Additional checks have been added to prevent this from happening.
15585¶
- Title: Update backend dependencies
- Type: User Story
- Notes: This update is not expected to have any functional impact. Its purpose is to keep the platform and dependencies up to date.
- TechnicalNotes All backend services have been upgraded to .NET 10, and third-party libraries have been updated to their latest versions.