Releases: inventree/InvenTree
Releases · inventree/InvenTree
1.2.0
Release blog entry 1.2.0 Release
What's Changed
Breaking Changes
- feat(backend)!: bump to dj 5.2 lts / py 3.11 by @matmair in #10730
- [WIP] Generic parameters by @SchrodingersGat in #10699
- [API] Tags filters by @SchrodingersGat in #11021
- refactor(backend): reduce API surface by unifying metadata endpoints by @matmair in #11035
Security Patches
- fix uv dep vul by @matmair in #10742
- Auth Improvements by @SchrodingersGat in #10752
- [UI] MFA Refactor by @SchrodingersGat in #10775
- chore(deps): bump django from 4.2.25 to 4.2.26 in /src/backend by @dependabot[bot] in #10781
- feat: add cooldown to dependabot by @matmair in #10930
- chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs by @dependabot[bot] in #10962
- chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /contrib/dev_reqs by @dependabot[bot] in #10961
- [security] Bump react deps by @SchrodingersGat in #10991
- deps(backend): bump allauth by @matmair in #11030
- refactor(backend): SSO registration cleanup by @matmair in #11239
- bump django by @matmair in #11265
Database Changes
- [bug] Migration test fix by @SchrodingersGat in #10899
New Features
- [UI] BOM part category by @SchrodingersGat in #10772
- Offload stock consume operations by @SchrodingersGat in #10856
- Better handling of an invalid config file by @SchrodingersGat in #10857
- [plugin] Add printing delay to sample machines by @SchrodingersGat in #10873
- Enable input controls in PDF reports by @mlam19 in #10969
- [UI] Barcode form inputs by @SchrodingersGat in #10973
- [refactor] Optional prefetch by @SchrodingersGat in #11012
- [ui] Table fix by @SchrodingersGat in #11022
- feat(backend): add performance tests by @matmair in #11017
- feat(backend): Add dedicated health endpoint by @matmair in #11104
- feat(backend): enable reseting mfa via username from the cli by @matmair in #11133
- [UI] Add notification dot to all notes panel tabs when there's a note by @wlcx in #11195
- feat: matrix testing for python 3.14 by @matmair in #10904
- Split "Assign Batch Code" and "Assign Serials" in PO Receive by @jacobfelknor in #11213
- feat(frontend): add warning to SO line calcs by @matmair in #11296
- feat(frontend): Add better frontend tracing by @matmair in #11244
Bug Fixes
- fix: typo ins installer stops script from working by @matmair in #10744
- fix(dbbackup): cannot use custom backup_storage by @lehoangnam040 in #10751
- PurchaseOrderForms tweaks by @SchrodingersGat in #10773
- Fix for pricing display by @SchrodingersGat in #10804
- PO receive fix by @SchrodingersGat in #10807
- [UI] Auto-fill stock allocation for build order by @SchrodingersGat in #10819
- Bug fix for loading boolean settings by @SchrodingersGat in #10826
- Char fix by @SchrodingersGat in #10827
- [bug] State change fixes by @SchrodingersGat in #10832
- [UI] Fix for form OPTIONS query by @SchrodingersGat in #10840
- [UI] Remove duplicate action by @SchrodingersGat in #10844
- Updates for data exporting by @SchrodingersGat in #10854
- Specify python version in netlify.toml by @SchrodingersGat in #10859
- Bug fix for sales order pricing by @SchrodingersGat in #10858
- Fix for shipping virtual parts by @SchrodingersGat in #10853
- [bug] Media url fix by @SchrodingersGat in #10855
- [UI] Delete stock fix by @SchrodingersGat in #10868
- Implement caching for unit registry: by @SchrodingersGat in #10870
- [UI] Suggested pricing by @SchrodingersGat in #10867
- [bug] Serialize location by @SchrodingersGat in #10882
- [UI] Fix for PartTestResultTable by @SchrodingersGat in #10886
- [bug] Stock adjust by @SchrodingersGat in #10914
- Fix for python bindings CI check by @SchrodingersGat in #10934
- [devcontainer] revert postgres version by @SchrodingersGat in #10937
- [bug] Handle TransactionManagementError by @SchrodingersGat in #10942
- Allow null values for InvenTreeDecimalField by @SchrodingersGat in #10948
- Fixed typo in shebang interpreter directive by @ttftw in #10952
- Obvserve default values for part forms by @SchrodingersGat in #10964
- Fix for string form fields by @SchrodingersGat in #10814
- [UI] Spotlight Updates by @SchrodingersGat in #10994
- fix(frontend): re-add default supplier to part form by @matmair in #10980
- [bug] BOM exporter by @SchrodingersGat in #11038
- Data export fix by @SchrodingersGat in #11055
- [bug] Trim stock allocation by @SchrodingersGat in #11060
- Fix for data importer by @SchrodingersGat in #11076
- Fix BOM pie tool tips by @SchrodingersGat in #11086
- Bug fix for stock entry calculation by @SchrodingersGat in #11103
- Tweak for auto allocation by @SchrodingersGat in #11106
- BuildItem quantity fix by @SchrodingersGat in #11108
- feat(backend): better for logging to detect issues with static files discovery by @matmair in #11067
- [bug] build output stock status by @SchrodingersGat in #11126
- [bug] Fix for "Cancel Build Outputs" form by @SchrodingersGat in #11130
- [UI] Improved flow for 409 errors by @SchrodingersGat in #11132
- [UI] Bug fix for table column reordering by @SchrodingersGat in #11131
- fix: MFA enforce flows / interactions by @matmair in #10796
- [UI] Default supplier fix by @SchrodingersGat in #11142
- [UI] Fix "Owner" detail badge using wrong id by @GoryMoon in #11144
- [UI] Fix "assign to customer" by @SchrodingersGat in #11151
- fix(auth): Use correct data for SSO group sync by @p-fruck in #11164
- Stock status fix by @SchrodingersGat in #11183
- [bug] Fix "can_build" quantity by @SchrodingersGat in #11185
- Improved handling for non-git-repo in docker mode by @SchrodingersGat in #11187
- [UI] Fix broken links by @SchrodingersGat in #11189
- fix (backend): finer grained registration control for Single Sign On by @matmair in #11190
- [UI] Fix datetime field by @SchrodingersGat in #11229
- Fix spelling error by @SchrodingersGat in #11230
- [UI] Bug fix for test result table by @SchrodingersGat in #11236
- [API] Allow sorting of test results by start/finish time ...
1.1.12
What's Changed
Security Patches
- [1.1.x] bump django due to... all the releases vulns (#11265) by @matmair in #11294
- chore(backend): fix stable batch vulns by @matmair in #11295
Other Changes
- [1.1.x] change role for allocation table multiselect (#11264) by @github-actions[bot] in #11272
- Bump software version to 1.1.12 by @SchrodingersGat in #11273
Full Changelog: 1.1.11...1.1.12
1.1.11
What's Changed
Bug Fixes
Other Changes
- Bump software version to 1.1.11 by @SchrodingersGat in #11194
- [1.1.x] [UI] Bug fix for test result table (#11236) by @github-actions[bot] in #11237
- [1.1.x] refactor(backend): SSO registration cleanup (#11239) by @github-actions[bot] in #11241
Full Changelog: 1.1.10...1.1.11
1.1.10
What's Changed
Security Patches
Bug Fixes
- [1.1.x] Stock status fix (#11183) by @github-actions[bot] in #11186
- [1.1.x] [bug] Fix "can_build" quantity (#11185) by @github-actions[bot] in #11188
Other Changes
- Bump software version to 1.1.10 by @SchrodingersGat in #11169
- [1.1.x] [UI] Fix broken links (#11189) by @github-actions[bot] in #11191
- [1.1.x] fix (backend): finer grained registration control for Single Sign On (#11190) by @github-actions[bot] in #11192
Full Changelog: 1.1.9...1.1.10
1.1.9
What's Changed
Other Changes
- Bump software version to 1.1.9 by @SchrodingersGat in #11154
- [1.1.x] fix(auth): Use correct data for SSO group sync (#11164) by @github-actions[bot] in #11167
Full Changelog: 1.1.8...1.1.9
1.1.8
What's Changed
New Features
- [1.1.x] feat(backend): enable reseting mfa via username from the cli (#11133) by @github-actions[bot] in #11136
Bug Fixes
- Bug fix for stock entry calculation (#11103) by @SchrodingersGat in #11105
- [1.1.x] Tweak for auto allocation (#11106) by @github-actions[bot] in #11107
- [1.1.x] [bug] build output stock status (#11126) by @github-actions[bot] in #11127
- [1.1.x] [UI] Fix "Owner" detail badge using wrong id (#11144) by @github-actions[bot] in #11150
Other Changes
- Bump InvenTree software version to 1.1.8 by @SchrodingersGat in #11028
- [1.1.x] BuildItem quantity fix (#11108) by @github-actions[bot] in #11110
Full Changelog: 1.1.7...1.1.8
1.1.7
What's Changed
Bug Fixes
- [1.1.x] [bug] Handle TransactionManagementError (#10942) by @github-actions[bot] in #10943
- [1.1.x] Allow null values for InvenTreeDecimalField (#10948) by @github-actions[bot] in #10951
- [1.1.x] Fixed typo in shebang interpreter directive (#10952) by @github-actions[bot] in #10953
- [1.1.x] Obvserve default values for part forms (#10964) by @github-actions[bot] in #10965
- [1.1.x] Fix for string form fields (#10814) by @github-actions[bot] in #10968
- Default Supplier Support Missing in 1.X.X (#10980) by @SchrodingersGat in #11027
Other Changes
- Bump software version to 1.1.7 by @SchrodingersGat in #10916
Full Changelog: 1.1.6...1.1.7
1.1.6
What's Changed
Bug Fixes
Devops / Setup Changes
- [1.1.x] Installer missing some required packages from REQS (#10897) by @github-actions[bot] in #10898
Other Changes
- Bump software version to 1.1.6 by @SchrodingersGat in #10890
Full Changelog: 1.1.5...1.1.6
1.1.5
What's Changed
Bug Fixes
- [bug] UI fix by @SchrodingersGat in #10885
- [1.1.x] [UI] Fix for PartTestResultTable (#10886) by @github-actions[bot] in #10889
Other Changes
- Bump software version to 1.1.5 by @SchrodingersGat in #10884
Full Changelog: 1.1.4...1.1.5
1.1.4
What's Changed
Security Patches
- [1.1.x] fix(backend): auth check middleware for specific media access (#10784) by @matmair in #10795
Bug Fixes
- [1.1.x] Fix for pricing display (#10804) by @github-actions[bot] in #10805
- [1.1.x] PO receive fix (#10807) by @github-actions[bot] in #10808
- [UI] Bug fix for pack quantity display by @SchrodingersGat in #10810
- [1.1.x] Bug fix for loading boolean settings (#10826) by @github-actions[bot] in #10828
- [1.1.x] Char fix (#10827) by @github-actions[bot] in #10830
- [1.1.x] [bug] State change fixes (#10832) by @github-actions[bot] in #10839
- [1.1.x] [UI] Fix for form OPTIONS query (#10840) by @github-actions[bot] in #10843
- [1.1.x] [UI] Remove duplicate action (#10844) by @github-actions[bot] in #10845
- [1.1.x] Fix for shipping virtual parts (#10853) by @github-actions[bot] in #10864
- [1.1.x] [UI] Delete stock fix (#10868) by @github-actions[bot] in #10869
- [1.1.x] [bug] Serialize location (#10882) by @github-actions[bot] in #10883
Other Changes
- Bump software version to 1.1.4 by @matmair in #10792
- [1.1.x] Bug fix for sales order pricing (#10858) by @github-actions[bot] in #10863
Full Changelog: 1.1.3...1.1.4