Releases: DoctressWasTaken/Lightshield
0.4.5b - Self Contained Update
Updated Proxy and Services to Match-v5.
Added web interface for easier usage and removed config through config files.
Updated documentation to be shorter and less focused on internal workings.
Added documentation for standalone usage of the Rate Limiter.
Full Changelog: 0.3.1...0.4.5
v0.3.1 Bugfix and Performance improvement
- Match Details service now again properly sets the queue and timestamp column in the match_data table
- match_data table entries are now created by the manager services to allow for pure update tasks in the details/timeline services.
v0.3.0 Release
I'm moving back to sub-1 versions because I can, for now, not assure that changes are backwards compatible and I don't want to jump versions to 2 or 3 digit numbers because I make too many changes.
The services are stable and work without issues but further performance changes might require more db changes that require manually copying data or changing columnns if you don't want to lose your data.
New features:
- Added timeline service
- Added roleml analytics service
- details and timeline now saved as JSON instead of limited selected fields
Changes:
- Services a bit more efficient now
- Proxy updated to be more reliable
Full restructure
- Docker swarm ready.
- Also on docker hub
- Reliable structure.
- Speed 👍 💯
- Not at all compatible with anything previously
Essential bugfix.
I forgot something :|
Its fixed now.
If you tried to get it to run with the 1.0.0 version please delete the league_rankings.db files in your sqlite folder (for each server).
Stable Release
Services are defined and set up properly.
Eliminated issues with the RabbitMQ messaging service by removing it.
Eliminated memory issues with Redis databases by removing the data stored in redis. Moved it to a local SQLite db.
Simplified setup instructions.
RabbitMQ-less
Due to rabbitMQ or rather the libraries surrounding it continuesly breaking never versions move away from it.
Jump to 2.0 because it contains non-backwards compatible changes (mostly to docker volumes)
Stable Release (Not so stable after all)
Running basic version.
Working MVP
Added harsh resource limits to services Cleanup