New
- Added config option for ensuring ACID by @SinTan1729
- The frontend now works properly with the pagination by @SinTan1729
- Create database backups before opening in WAL mode by @SinTan1729
- Added support for pagination of returned data by @SinTan1729 in #98
Fixes
- Run optimize with recommended mask at start, and call VACUUM properly by @SinTan1729
- Simplified logic flow to minimize number of transactions by @SinTan1729
- More consistent and legible SQL indentation by @SinTan1729
- Use cached statement as much as possible by @SinTan1729
- Some database optimizations, may help in #97 by @SinTan1729
Changes
- Clean up the imports a little by @SinTan1729
- Some optimizations by using &str and Rc instead of String and Vec by @SinTan1729
- Make WAL mode an option by @SinTan1729
- Do not print which expired links were deleted by @SinTan1729
- API key access and hashing info now uses DEBUG loglevel by @SinTan1729
- Some small layout adjustments in the WebUI by @SinTan1729
- A semantic change, does not change functionality by @SinTan1729
Full Changelog: 6.3.2...6.4.0
Link to Docker Hub