WikiTraccs 1.32.29 (Prerelease)
(Pre)release Evolution
v1.32.6
- new: support for Microsoft Edge for all browser-dependent features (interactive login, draw.io preview image generation, whiteboard export, table size optimization, etc.) (roadmap item #165)
- new: auth cookie refresh for interactive authentication mode (blog post)
- new: initial transformation support for Excellentable macros (on-prem only)
- improved: expanding the list of known auth cookie names to make the interactive authentication experience smoother
- fix: space ID was not stored in the space inventory
- fix: masking proxy password in log files
- Confluence Cloud API: switching BACK to synchronous content conversion endpoint to accommodate for NEW extended deprecation date of the synchronous endpoint (Aug 5, 2026) (Extension Note)
v1.32.6 → v1.32.29
new: first alpha version of the Confluence Inventory Mode, that allows scanning Confluence before the migration to get an inventory of all pages, links, macros, attachments, etc.
- no SharePoint connection required, only Confluence
- more information to come and heavy work in progress
- sample link graph, clustering spaces by linked-ness:
new: adding a setting to optionally ignore broken Confluence attachments, which otherwise would prevent a page from being migrated
- broken attachments will be skipped over and you can see this in the logs
- read more: Skip Broken Confluence Attachments During Migration
new: certificate-based authentication for SharePoint Online, using application permissions
- together with token-based Confluence authentication, this allows automating WikiTraccs migrations
- supported are certificate path + certificate password, or certificate from the local certificate store via certificate thumbprint
- read more: Run an Automated Confluence to SharePoint Migration
new: health monitor for external domains
- so far, when image downloads from external domains failed, migration speed could considerably slow down due to ongoing retries
- WikiTraccs now monitors those failed downloads and if they persist, external endpoints will be automatically marked as degraded and future download attempts will be skipped
- this greatly improves migration speed if you have a lot of pages linking to inaccessible external resources
improved: status panels in automated browsers now have a colored background to better highlight their use
improved: images from Confluence-external domains that fail to download are no longer counted as failed transformation as there is nothing that could be done to fix that; however they will still show up in the missing image and inaccessible link metric of each page
improved: making SharePoint site preparation more resilient to handle SharePoint’s eventual consistency, where newly created lists and fields take some time before being accessible
improved: the link fixer now fully supports the following scenario:
- space A is migrated to SharePoint, has links to space B; during migration, links are transformed to SharePoint links
- later, during Confluence cleanup, pages from space B are MOVED to other Confluence spaces C and D; their space keys change to C and D, the ID remains unchanged
- spaces C and D are migrated to SharePoint; links on previously migrated space A pages are now broken
- running the link fixer will now be able to find those moved pages in SharePoint and will fix links in previously migrated space A pages
fix: resolved some browser-related quirks around the auth cookie refresh
fix: error when trying to migrate to the SharePoint tenant root site; this is now officially unsupported and a proper message will be shown