Releases: Derssa/Torollo
Releases · Derssa/Torollo
Release list
v1.1.1 - Fix: Real-Time Security Groups for Redis Nodes
What's Changed
This patch release addresses a minor bug in the network engine regarding real-time Security Group enforcement for Redis nodes.
🐛 Bug Fixes
- Redis Stateful Firewalls: Fixed a minor issue where dynamic Security Group rules were failing to apply to Redis nodes. The default
redis:7-alpineDocker image lacksiptables, causing the backend to silently fail when injecting firewall intents. - Custom Image Builder: Torollo will now automatically build a custom local image (
derssa/backend-lab-redis:v1) equipped withiptablesandiproute2upon first startup. - Real-time Sync: Changes made to Redis Security Groups in the UI now instantly flush and apply to the container's kernel firewall in real-time, accurately replicating stateful connection behavior (dropping new connections while maintaining established ones).
Full Changelog: v1.1.0...v1.1.1
v1.1.0 - Introducing Redis Cache Nodes & Built-in Explorer
What's New in v1.1.0 🚀
This minor release introduces a brand new infrastructure component to the Torollo canvas, expanding our database capabilities into high-performance caching!
✨ New Feature: Redis Cache Store
- Drag-and-Drop Caching: You can now drag a Redis node into your subnets to simulate in-memory caching layers.
- Built-in Redis Explorer: Clicking the node opens a visual explorer that seeds sample data (surviving standard Database 0 flushes) so you can start querying immediately.
- Native CLI Support: Includes a built-in terminal interface allowing you to execute native
redis-clicommands (likeGET,SET,HSET) directly from the browser with full string parsing support.
🛡️ Architecture Validation Updates
- Redis nodes are now fully integrated into the architecture validator. Torollo will automatically warn you if you expose your Cache Store to the public internet (
0.0.0.0/0) or place it in a public subnet, teaching security best-practices.
📝 Documentation
- Updated
README.mdto officially list Redis as a supported node.
What's Changed
- Dev by @Derssa in #32
- Feat/redis node by @OthmaneZ05 in #34
New Contributors
- @OthmaneZ05 made their first contribution in #34
Full Changelog: v1.0.18...v1.1.0
v1.0.18 - UI Polish, Community Templates, & Network Stability
What's Changed
- Dev by @Derssa in #20
- Dev by @Derssa in #21
- Dev by @Derssa in #22
- docs: use static Node.js version badge in README by @Derssa in #23
- Dev by @Derssa in #24
- Dev by @Derssa in #25
- Dev by @Derssa in #26
- Create SECURITY.md by @Derssa in #28
- Update issue templates by @Derssa in #29
- Update README.md by @Derssa in #30
- Update README.md by @Derssa in #31
Full Changelog: v1.0.17...v1.0.18
v1.0.17 - Fix NAT routing overlay conflicts & verify Docker daemon status in CLI
Full Changelog: v1.0.16...v1.0.17
v1.0.16: Security Group Fixes & CLI Styling
Full Changelog: v1.0.15...v1.0.16
v1.0.15 - Modal Spinners, Name Validation, & CLI Clean-up
Full Changelog: v1.0.14...v1.0.15
Complete french Support and Security Patches
Full Changelog: v1.0.13...v1.0.14
v1.0.13 - Frensh language Support
What's Changed
- creating folder structer by @Derssa in #1
- Dev by @Derssa in #2
- filling readme by @Derssa in #3
- merge main to dev by @Derssa in #4
- Dev by @Derssa in #5
- Dev by @Derssa in #6
- Dev by @Derssa in #7
- Dev by @Derssa in #8
- Dev by @Derssa in #9
- Dev by @Derssa in #10
- Dev by @Derssa in #11
- Dev by @Derssa in #12
- Dev by @Derssa in #13
- Dev by @Derssa in #14
- Create CODEOWNERS by @Derssa in #15
- docs: align README.md with implemented project features by @Derssa in #16
- Dev by @Derssa in #17
- Dev by @Derssa in #18
- Dev by @Derssa in #19
Full Changelog: https://github.com/Derssa/Torollo/commits/v1.0.13