Resources

VNTANA Resource Release Notes: 2025

Release Notes: 2025

Updates Deployed December 23rd, 2025

To view past release notes, visit the section at the bottom of this page.

To view release notes pertaining to the VNTANA Mesh Optimizer visit this page.

VNTANA Viewer
  • Fixed a styling issue where the AR button was expanded on mobile within the Embed viewer.
Admin API
  • Fixed an issue where external images were not uploading to Attachments as Renders when storeType was set to RENDER.

Updates Deployed December 18th, 2025

VNTANA Platform
  • Share button UI has been updated to more more clearly identify it’s purpose.
  • Uploaded assets and attachments are now scanned for malware.
VNTANA Viewer
  • View Draft – Live Internal assets in AR during timed temporary sessions.

    • Allows the generation of a QR code for non-Live Public assets to view in AR for a 20 minute session.

Admin API

Files uploaded to the VNTANA Platform will now undergo a malware scan before being committed to storage.

  • When checking an Asset via the API, the Asset will contain a parameter malwareProcessingStatus which will indicate whether it succeeded or failed.

  • There is no change to uploading an Asset, the process remains the same, however when uploading Attachments or files to Comments, resumable upload must be used.

  • The following endpoints are being deprecated and will be removed in February 2026:

    • /v1/attachments

    • /v1/attachments/variant-groups

    • /v1/attachments/upload

    • /v1/attachments/upload/product-attachment

    • /v1/comments

  • Improved error handling for invalid payloads.

    • When an invalid payload is sent, a 500 status code was sent back in some cases. This has been updated to instead send a proper 400 or 422 status code.

Bug Fixes
  • Fixed an issue where the Viewer Preset Name was removed when performing a bulk edit.

  • Fixed an issue where Live Public assets were not loading in AR when viewing the Platform on iPad.

  • Fixed an issue where deleted assets remained selected when performing a bulk deletion.

  • Fixed an issue where Global Search did not allow spaces.

  • Fixed an Annotation issue where comments expanded automatically while editing an Annotation.

  • Fixed an issue where the text field was not closed when adding a Variant Group comment.

  • Fixed an issue where all available files were not downloaded when Download All was selected during a bulk operation.

  • Fixed an issue where the Viewer Size adjustment was not applied to the selected assets during a bulk edit.

Previous Releases

VNTANA Platform

  • Increased max file size for Attachments to 3GB.

  • Workspace tooltips are now visible when hovering on truncated Workspace names in the navigation panel.

VNTANA Platform

  • Scene Graph has been added to the Viewer to help inspect the asset.
    • Can be enabled for an Asset via Viewer Settings > Embed Settings > Scene Graph Button, and then shown/hidden via the new button in the bottom left corner of the Viewer.
  • Exploded View has been added to the Viewer to help inspect the asset.
    • Can be enabled for an Asset via Viewer Settings > Embed Settings > Exploded View Button which adds a slider in the bottom right of the viewer.
  • New version of the embed link has been released. The new version now automatically reflects changes made to the assets’ Embed Settings if changed after embedding.

    • Existing embed links will not be affected.

Bug Fixes

  • Fixed an issue where hotspots were displaying the hotspot number in reverse chronological order within the embed vs in Platform.

  • Fixed an issue where viewing an attachment on Annotation displayed a transparent background.

  • Fixed an issue where the asset failed to process when the Scene – Rotation viewer settings were used.

  • Fixed an issue with filtering tags to ensure the tag UUIDs belong to the Workspace the user is working in.

VNTANA Platform

  • New file types are supported for upload as Assets or Attachments.

    • .zcmr, .vmp, .vlp, .vrp, .avacp, .avac, .vsm, .ase, .aco, .rul, .heic, .hdr.

  • Variant Group Share buttons provide feedback now, letting you know it was clicked.

VNTANA Viewer

  • More granular viewer events have been exposed in the NPM package and iFrame.

    • The events include Fullscreen, QR Modal open and close, Zoom Reset (Recenter), Zoom In/Out (mouse and buttons), and interactions such as panning, zooming, and rotating.

    • At this time, these events will not be reflected in the Analytics dashboard. They can be captured by the page embedding them via a postMessage sent by the iFrame or the events themselves when using the NPM package.

  • The viewer supports descriptions for visually impaired users.

    • Add a ‘title’ attribute to the viewer iFrame with a description of the model or

    • Add an ‘alt’ attribute to the custom HTML Element (NPM package).

Admin API

  • Webhooks will now no longer auto-disable after too many failed attempts.

    • Notifications will still go out to the user email that created the Webhook when failures are occurring.

  • Rate limit information is now available in the response headers of requests made to the Admin API.

    • Rate limits are configured on a per-minute basis, refreshing the full amount every 60 seconds.

    • Check X-Rate-Limit-Remaining to view how many requests are left in a 60 second period, and X-Rate-Limit-Reset-After-Seconds to see how much longer until the next reset, in seconds.

    • Always use pagination for the Admin and Public API.

      • The maximum value allowed for page size is 500. Any higher values will be limited to 500. This is a breaking change, be sure to make necessary updates before the Rate Limits go into effect.

Bug Fixes

  • Fixed an issue where Workspace level users attempting to search via the Organization dashboard (global search) would always return 0 results.

  • Fixed an issue where Tag Group names were not editable.

  • Fixed an issue where Annotations would auto-expand upon checking the Resolve box.

  • Fixed an issue where Hotspot numbers were reversed in the Public view.

  • Fixed an issue where Showroom Share Links now display a date picker when the expiration date checkbox is selected.

  • Fixed an issue where the ‘Verify Email’ banner was appearing for users added to the Organization via SAML SSO.

  • Fixed an issue where invalid Viewer Settings formats could be passed to an Asset or Preset via the API.

  • Fixed an issue with SSR not working correctly with Jewelry assets.

  • Fixed an issue where mouse zoom still triggers when the zoom setting is disabled, preventing users from scrolling the page.

VNTANA Platform

  • Added file support for Alvanon Avatar Files (.ava) and Alvanon Permission files (.apf)

VNTANA Viewer

  • The VNTANA Viewer Custom HTML element is now available in an NPM package.
    • Note: Viewer builds previously served via links such as https://viewer-build.vntana.com/v2.0.0/viewer.min.js will be deprecated. New versions will only be available via the npm package or bundled code hosted in npmjs.com.

  • The camera movement speed when moving after a hotspot click has been reduced to match previous behavior.

Admin API

  • Added the endpoint /v1/bulk/products/send-for-review to allow the setting of multiple Assets to a status of WAITING_REVIEW, resulting in only one email notification for the reviewer instead of one per Asset.

  • Added an endpoint to generate the QR code image that will exist in the attachments section of an Asset: /v1/products/{productUuid}/qr-code/generate.

    • Visit this page for more info.

Bug Fixes

  • QR codes will no longer auto-generate for video files.

  • Fixed an issue preventing the editing of Screen Space Reflections setting in the Bulk Edit window.

  • Fixed an issue where Client Review states were available from non-Client Review states.

  • Fixed an issue preventing a user from accessing the Platform after changing their password.

  • Fixed an issue where AR events were not being counted towards analytics.

  • Fixed an issue where renders could not be deleted from the Renders carousel.

VNTANA Platform

  • AzureAD SSO

    • Enterprise Organizations can now utilize Single Sign-On via Microsoft Azure.

    • Allows the connection of an Azure account after which you can map Azure Groups to VNTANA Roles.

    • See more info on our AzureAD SSO guide.

    • To learn about enabling this feature in your Organization, contact our sales team.

Bug Fixes

  • Fixed an issue preventing the selection of ‘Send for Review’ when bulk creating assets.

  • Fixed an issue preventing the selection of ‘Send for Review’ when linking an asset to a project during creation.

  • Fixed an issue where certain User Roles couldn’t generate an Authentication Token.

  • Fixed an issue where the attachments panel wouldn’t scroll to display all attachments if too many existed.

  • Fixed an issue where Hotspot camera animations weren’t working in embed links.

  • Fixed an issue where the poster could block viewer interaction despite leaving the viewport.

VNTANA Platform

  • Moved the Settings and Support buttons into the User Profile dropdown in the upper right corner of the Platform.

    • Buttons were previously found in the bottom left corner.

  • Free/trial organizations can now upload and optimize CAD file types.

  • Select viewer settings now no longer trigger regeneration of thumbnails.

    • Background, Embed UI options, Auto Rotation and related settings, and Mouse Controls.

  • The new Client role now does not have access to Showrooms.

VNTANA Viewer

  • Hotspots and Annotations will now be properly updated when a transformation is applied to new assets or existing assets that have been reprocessed post April 17,2025.

    • Covers scenarios where a rotation was baked into the model (Scene Settings), model scale was adjusted, or the Pivot Point was changed resulting in a translation in the model.

    • This change is not retroactive. Existing assets would need to be reprocessed to obtain the necessary transform data applied to the model before any new transform is applied. Even in this scenario, if the hotspots/annotations were already misaligned due to a transformation, reprocessing will not fix this misalignment and they will have to be recreated at the correct spot.

Bug Fixes

  • Fixed an issue with bulk cloning non-3D assets.

  • Fixed an issue which resulted in duplication of some metadata when cloning an Asset.

  • Fixed an issue preventing users from de-collapsing the left side bar if it was collapsed.

  • Fixed an issue where certain UI components overlapped the notifications window.

  • Fixed an issue with Field of View where setting the minimum to 0 and then FoV to 0 resulted in the Viewer using the default which is not 0deg.

VNTANA Viewer

  • v2.0 has officially been released!

  • Provides enhanced Camera controls.

    • Switch between perspective and orthographic camera types.

    • Set Field of View (perspective) or Orthographic Size (orthographic camera).

    • Orbit Limits sub-section of Camera Settings has been replaced with the following settings:

      • Camera Distance.

      • Rotation around the x and y axis.

      • X, Y, and Z Pivot Points.

    • Camera controls each allow the setting of an auto value (default), and some allow the minimum or maximum allowable value to be adjusted.

      • Note: the minimum and maximum values themselves have allowable ranges. These just allow you to further restrict those ranges.

    • Camera controls are now stored in viewer presets as well.

  • Rotation has been added to the options of mouse controls that can be disabled.

  • For each mouse control, the sensitivity of the control can be adjusted.

  • A toggle to enable/disable Screen Space Reflections has been added to the Post Processing Settings section.

    • Found in the Screen Space Effects sub-section.

  • The UI options for the viewer have been added to the Viewer Settings panel under Embed Settings.

    • These options will update the buttons that appear in the viewer both on the platform and in embed links.

      • Note: In order for these options to appear in the embed link, a new link must be copied after changing these settings.

    • Enable/disable the:

      • AR buttons on desktop and mobile views.

      • Fullscreen button.

      • Recenter button.

      • Zoom buttons.

    • Set the height/width of the viewer in embed links (this does not impact the viewer when viewed on the platform).

    • UI settings are now stored in viewer presets as well.

  • If you currently have an integration which uses our custom HTML element, the changes described here will only take effect if you update the script version your integration pulls to v2.0.0.

VNTANA Platform

  • Renders

    • With the update to the Viewer and camera controls, renders will now generate based on the Position set in the Viewer.

    • To enable this, simply set the camera in the viewer to the position desired and press the Set From View button in the Camera Controls section of viewer settings.

      • This does not automatically regenerate renders. To do this, navigate to the renders tab and click the Render Images button.

  • STEP Output

    • We now offer STEP output as one of the optimization formats as an add-on feature. Please reach out to our sales team to discuss enabling this for your organization.

  • Public Share Links

    • When sharing a set of Assets for download via a public share link, it is now possible to exempt the original asset from the list of downloadable versions, preventing those with the share link from accessing it.

      • They would only be able to download the optimized versions, not the original IP.

      • This is an add-on option, please reach out to our sales team to enable this for your organization.

Admin API

  • With the new Viewer, a new interface has been created resulting in a change to the viewerSettings parameter of an Asset returned in the Asset search endpoints.

    • The new version of viewerSettings will continue to store the old viewer settings as value, while the new version will be stored as config.

  • The config parameter above has also been added to the response for a viewer settings preset when calling the /v1/viewer-settings/by-organization endpoint.

VNTANA Platform

  • Quality of Life

    • Updated search filter behavior to ensure applied filters are retained when refreshing or copying the link.

    • Merged the ‘Comments’ tab with Annotations, so all comments and annotations on an asset will appear in the ‘Annotations’ tab of an Asset.

    • Updated email notifications for review state notifications to include links to the aset.

      • In the case of bulk review, the link provided will instead direct to the workspace with filters for Waiting for Reviewor Client Review.

  • New User Role – Client

    • The Client user role was added which acts as a middle ground between a Guest and Content Manager.

    • Client's can:

      • View Assets in the Asset Library.

        • Asset details including annotations, hotspots, renders, and attachments are visible.

      • View Projects, Showrooms, and Variant Groups.

      • View Workspace tags and locations.

      • Change the Asset State of assets to one of the new Client asset states.

      • Add/edit hotspots, annotations, and attachments.

      • Download and Share assets.

  • New Asset States – Client

    • In conjunction with the new user role Client, a new set of asset states have been added for these users, similar to the current review states:

      • Client Approved

      • Client Rejected

      • Client Dropped

      • Client Hold

  • Webhooks have been updated to reflect these changes.

Admin API

  • Updated Attachments Resumable Upload endpoint to allow designation of attachment as a RENDER resulting in it appearing in the renders tab of an Asset, not the Attachments tab.

Accelerate Your
Digital Transformation

Learn how our platform can automate your 3D process.

Tap the magnifying glass to the left of your screen to search our resources.