Releases: Evolutionary-Algorithms-On-Click/runner_controller_microservice
Releases · Evolutionary-Algorithms-On-Click/runner_controller_microservice
v1.0.3
Latest Images: https://github.com/Evolutionary-Algorithms-On-Click/runner/pkgs/container/runner_controller_microservice
What's Changed
- Integrate Redis for live logs via SSE by @Ashrockzzz2003 in #28
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Implement WebSocket and SSE functionality for live log streaming; Add testing SSE viewer tool. by @Ashrockzzz2003 in #27
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Refactor docker-compose and enhance EA functions for bug fixes by @Ashrockzzz2003 in #25
- Made
genFull
work - bug-fix and upgrade deps. by @Hariharan-Arul in #26 - Docker compose updates by @Abhinav-ark
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
Available as a package in ghcr
. Part of EvOC
(Evolutionary algorithms On Click).
What's Changed
- Create code generators for EA, ML and EAML. by @Ashrockzzz2003 in #3
- Implement gRPC authentication calls for auth. by @Ashrockzzz2003 in #6
- Implement CreatePSO API with evaluation functions and animation support in generated code. by @Ashrockzzz2003 in #8
- Add CORS for frontend to access it. Will make it more strict later on. by @Ashrockzzz2003 in #9
- Secure CORS implementation to prevent Cross-Site intrusion by @Ashrockzzz2003 in #10
- Save runs to CockroachDB and upload code&input to MinIO. by @Ashrockzzz2003 in #11
- Update .gitignore by @Ashrockzzz2003 in #13
- Add /runs API for user runs and sharing functionality by @Ashrockzzz2003 in #14
- Add DE support to /ea API by @Ashrockzzz2003 in #16
- Create API to retrieve run by ID and improve logging by @Ashrockzzz2003 in #17
- Customize differential evolution parameters and functions by @Ashrockzzz2003 in #18
- Use the 'name' field to represent population and generation for frontend to use 1 api call. by @Ashrockzzz2003 in #19
- Update docker-compose.yml by @Abhinav-ark in #23
New Contributors
- @Ashrockzzz2003 made their first contribution in #3
- @Abhinav-ark made their first contribution in #23
Full Changelog: https://github.com/Evolutionary-Algorithms-On-Click/runner_controller_microservice/commits/v1.0.0