v2025.5.2
[2025.5.2] - 2025-05-24
Important Notes
Take a backup of your FiveNet database! This update changes the database structure quite a bit.
- Make sure to stop all FiveNet components.
- Clear the NATS key value stores with this command (if you use this NATS for more than FiveNet, you need to edit the command to only delete the key value stores of FiveNet):
nats kv ls -n | xargs -n 1 nats kv del --force - Now you can start the FiveNet server and other components (e.g., worker) again.
- In the FiveNet app config, update the default permissions, to update/add permissions you can use this list of permissions here.
Should you run into database migration issues, read this
Please save the container logs and open an issue so we can figure out what went wrong and how to fix it.
🐛 Fixes
- Add validation for negative value/valid value in job grade list
- Document view issues caused by content rendered nuxtimg component
- Sync api error handling improvements
- Issues with html nuxtimg tag and citizen documents list
🚀 Features
- Add basic
fivenet tools sync statussubcommand - Use NuxtImg for lazy loading images
- Rework index page
- Add custom i18n logic for backend
- Citizen documents improvements
- Cleanup naming schema of apis, perms and more
📚 Documentation
- Add github issues templates