Part-DB 1.17.0
Warning
From this version Part-DB uses the digikey v4 API. If you have an existing API key, make sure to select the Product Information V4
capability on digikey's api console. Otherwise the digikey info provider will not function!
Important
If you are using Part-DB it would be helpful if you fill out this short survey on your usage of Part-DB (Google Forms): https://forms.gle/Q15twx3YYq3qCNfe8
Tip
There is a new experimental docker image, which is much faster. See this post for more info.
Tip
You can help to translate Part-DB to other languages. See this post for more info.
Changes
New features
- Added a way to change the location of parts as batch action, as long as they contain only one lot.
- Improved attachment download compatibility (thanks @Treeed)
- Show digikey packing type (tape&Reel, Box, etc.) in info provider search list
- Render units of parameters with Latex (#856)
- Added a command to download all external-only attachments to the local file system (
php bin/console partdb:attachments:download
) - Added an experimental automigration feature to docker image. Set
DB_AUTOMIGRATE
to true in your docker-compose file to automatically apply database migrations on container startup.
Bug fixes
- Fixed bugs for pollin info provider
- Workaround a bug in KiCAD which could cause a crash (#878)
- Use own CA bundle for element14 provider, to workaround missing CA in debian (#891, #866)
- Fixed problems with mouser info provider, where part numbers could not be resolved to a unique part (#888, #616)
- Fixed 500 if internal attachment path was not resolvable to an URL (#898)
- Fixed problem that global_theme config param was ignored (#880)
- Fixed problem, that categories did not appear in KiCAD, even though they contained visible parts (#885)
- Make database migrationn more compliant with SQL standard (#900)
Miscellaneous
- Updated translations
- Updated dependencies
New Contributors
Full Changelog: v1.16.1...v1.17.0