Part-DB 2.2.0
Warning
After upgrade, you need to run php bin/console doctrine:migrations:migrate
(or equivalent) as webserver user after upgrade.. If you are running a docker container, use sudo docker exec --user=www-data partdb php bin/console doctrine:migrations:migrate
, or sudo -E
inside the docker container, to ensure that the migrations are applied to the correct database.
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
You can help to translate Part-DB to other languages. See this post for more info.
New features
- Added xlsx/xls import/export for parts (thanks to @barisgit, PR #1036)
- Allow to update many parts at once from information providers (thanks @barisgit, PR #1036)
- Optimized part tables performance
Bug fixes
- Fixed problem with mouser and chinese yuan as currency (#1045)
Miscellaneous
- Improved translations
- Updated dependencies
- Use php's native lazy objects on PHP8.4+, this should help to reduce performance overheads
Full Changelog: v2.1.2...v2.2.0