Skip to content

v0.19.0

Latest
Compare
Choose a tag to compare
@tankerkiller125 tankerkiller125 released this 06 May 18:05
· 178 commits to main since this release

Warning

This update brings several database changes, including the migration system, and the merging of two tables. We always recommend backing up your database before upgrades, but especially before this one.

Note

This update changes how attachments are stored. Previously the files where stored in a <parentpath>/<groupid>/<uuid>.<ext> format. This has been updated to <parentpath>/<groupid>/<filehash> old attachments are not affected by this change. This does mean that if you have a process or tool designed to work off file extensions they will no longer work, and you will have to do some database integration to find the correct files.

This change results in the deduplication of item attachments. So if you upload the same exact image for 30 items the file will only be stored one time in the actual file system. Previously, this would have resulted in 30 unique file names on the filesystem. Additionally, because of this change deleting an attachment from an item will only delete the backend file IF there are no other items using the file.

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.19.0