This one's mostly infra and Onshape refinements — nothing flashy, but the kind of stuff that makes the product feel tighter.
What's new
Faster Onshape auth for returning users. After you OAuth with Onshape, we cache your credentials and skip redundant network calls on subsequent visits. The cache is scoped to your Auth0 identity, so no cross-contamination if you switch accounts.
Assembly change detection in Onshape. The client now polls for microversion changes and tracks visibility state. Useful if you're working with live assemblies and need to know when something upstream shifted.
DXF support in SolidWorks integration. You can now pull DXF files through the SolidWorks connector. One less export step.
Improvements & fixes
Fixed sub-assembly matching when re-expanding the Onshape tree. It was getting confused with nested structures.
Corrected truncated field names in the Onshape credentials query. Copy-paste error from an earlier refactor.
Added guards to prevent non-DESIGN components from being deleted or having their category/CPN updated. You shouldn't have been able to do that anyway.
Included attribute type in sync/update logic. Was missing, caused silent failures in edge cases.