v2.0.0
Blogo v2
This new version comes with big speed improvements, Blogo is now 2 times faster than it was before, and it does not need Redis to work!
⚠️ docker-compose.yml changes
- You can remove the
redis
service and volumes - You can remove the
redis
related variables
You can check out the docker-compose.yml file. No other action is needed, just pull and restart. Leaving the redis
container and variables will have no impact, blogo will just ignore it and you will have a useless container.
Changes
- Migrate to BadgerDB backend instead of Redis.
- Improve logic and make it more efficient
- Remove unused code
- Other minor changes
What's next?
In the next release I want to introduce pagination for the main page, so that if you have many posts it is not rendered as a large list.