Batch validation landed. If you've ever needed to validate a pile of component attributes — say, after a bulk import or a scripted update — you can now do it in one API call instead of looping through hundreds of individual requests. The backend fans out the work and enforces size limits so you don't accidentally bring yourself down.
What's new
Batch attribute validation. Send us a list of component attributes; we'll validate them all at once and return the results. Useful for bulk operations where hitting the API one-by-one gets old fast.
Improvements & fixes
Fixed the users list pagination so it doesn't strand you on a nonexistent page when the result set shrinks. Search now resets you to page 1 like it should.
The manufacturer picker in the sourcing flow now remembers your previous selection when you reopen an edit session.