v0.9.7
This release contain a major change, where each tenant can now connect to multiple databases, contrary to the previous one-tenant-one-database approach, and use server load balancing strategies to distribute the load among these databases. Random, round robin and weighted RR strategies with consistent hashing are supported, thanks to @sinadarbouy and @eabasir for their contributions.
What's Changed
- Changed the log level for plugin startup failures from debug to error by @sinadarbouy in #560
- Update deps by @mostafa in #561
- Remove the enforced value of the ARCH in docker-compose by @eabasir in #562
- Feature/integrate docker scout with git hub actions by @sinadarbouy in #564
- Bugfix/workflow vulnerability comparison by @sinadarbouy in #569
- add Tempo, Prometheus and Grafana to docker-compose by @eabasir in #571
- Update deps by @mostafa in #576
- Feature: enable multi pool client connections by @sinadarbouy in #577
- Fix casting of client connections upon enumeration by @mostafa in #584
- Update golangci lint and clean up code by @mostafa in #586
- Fix parameters camelCase support in loadEnvVars for environment variable parsing by @sinadarbouy in #588
- Fix/env vars expect lower case letters by @sinadarbouy in #587
- Add Multi-Proxy Support to Docker-Compose by @sinadarbouy in #589
- Add Random Load Balancing Strategy by @sinadarbouy in #590
- Add Weighted Round Robin Algorithm to Load Balancer by @sinadarbouy in #591
- Add Consistent Hashing Load Balancing Strategy by @sinadarbouy in #592
- Fix Consistent Hashing to Use Remote Address Instead of Local Address by @sinadarbouy in #599
- Update deps by @mostafa in #600
New Contributors
Full Changelog: v0.9.6...v0.9.7