Part-DB 1.9.0 - Update existing parts from info providers, merge parts, part associations and more #441
jbtronics
announced in
Announcements
Replies: 1 comment 4 replies
-
Upgraded from 1.8 to 1.9.1 and run the migration command. Now I get 500 error. I can't make heads or tails of the log, there's a LOT of junk in there for each time I attempt to load the page. Mainly some permission denied messages. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Part-DB 1.9.0
If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.
Update existing parts
Using the blue button in the tools tab on a part info page, you can update part info from an info provider. This means you can pull datasheets, price infos and more from digikey, octopart and more for existing parts.
You still needs to review and manually choose what infos you wanna keep
Merge parts
You can now merge two parts together: If you have created two versions of the same part by accident, then you can now merge the two versions of the part into a single one. All information like datasheets, partLots, etc. are combined.
Blue dot on newly created collection items
Newly created items of a collection, which were not persisted to database yet, are marked with a blue dot on the delete item:

This is especially useful when merging parts together or update parts from info providers.
Part Associations
You can now associate part with each other. This can for example be used to denote alternative/compatible parts, or what part replaces an obsolete part.
Full changelog
Database schema changed: You need to run
php bin/console doctrine:migrations:migrate
after upgrade!New features
Bugfixes
Miscellaneous
New Contributors
Full Changelog: v1.8.2...v1.9.0
This discussion was created from the release Part-DB 1.9.0.
Beta Was this translation helpful? Give feedback.
All reactions