Warning
This version of the MicroPowerManager currently under active development. Features, APIs, and overall structure may change frequently and without notice. Use at your own risk, and please expect possible bugs or incomplete functionality.
We encourage you to report any bugs, issues, or suggestions you encounter by opening an issue. Your feedback is invaluable in helping us improve the project!
Breaking Changes
- This release changes the database connection to Tenant database to
strict
mode. - This release changes the way Demo data is loaded into development environment. Existing local setups and installations should reset the Demo data, see here
What's Changed
- Fix the Kubernetes Demo setup by @dmohns in #392
- Run migrations automatically by @dmohns in #393
- Add
HEALTHY
checks to local MariaDB by @dmohns in #394 - Create Demo transaction data for 1 Year by @dmohns in #395
- Load Demo Company data with
MPM_LOAD_DEMO_DATA
environment variable by @dmohns in #397 - Refactor code with phpstan warning #248 by @beesaferoot in #398
- Update PHP dependencies by @dmohns in #401
- Remove country abstraction #254 by @beesaferoot in #399
- feat: switching to RDS maria db by @Delyc in #385
- Make sure redis extension is available by @dmohns in #404
- Fix
larastan
warning by @dmohns in #406 - Remove
MiniGridEnergyService
by @dmohns in #407 - Enable
larastan
on Github Actions by @dmohns in #408 - Run
larastan
on next level on CI by @dmohns in #410 - use correct paid_for_type on payment #396 by @beesaferoot in #400
- Fix strict mode in Seeder by @dmohns in #416
- Fix transaction data generation by @dmohns in #417
- Clean up Ticket Models and factories by @dmohns in #418
- Simplify DemoData script and Ticket/Maintenance Seeders by @dmohns in #420
- More Transaction generation to Seeder by @dmohns in #422
- Add Ticke seeding by @dmohns in #423
Full Changelog: v0.0.6...v0.0.7