What's Changed
Breaking Changes
- Samesite fix by @SchrodingersGat in #8390
Bug Fixes
- [0.16.x] [Bug] Ensure links are prepended with base URL on receipt (#8367) by @github-actions in #8370
Other Changes
- Update version.py by @SchrodingersGat in #8364
Breaking Change
In PR #8390 we fixed a bug related to specifying samesite cookie.
For existing installations, if the value of the INVENTREE_COOKIE_SAMESITE
setting is set to none
, this must be changed to false
- other users will be unable to login to the InvenTree server.
For new installations, there is no change required.
You can refer to the InvenTree documentation to see how this value can be specified.
Full Changelog: 0.16.6...0.16.7