Releases: SUPLA/supla-cloud
Releases · SUPLA/supla-cloud
v2.1.1
v2.1.0
- client apps page with ability to disable or delete them #90
- ability to enable or disable new I/O devices registration #119
- support of clients and devices registration with account's e-mail address
- mobile-ready layouts for login form, I/O Devices and Clients lists
- improvements in managing of I/O device's original location id #118 #120 #121
- many small fixes and technical improvements (see the completed issues list for this release)
Database schema changes 🏦
This release contains database schema changes. In order to apply them, run the following command after update:
php bin/console doctrine:migrations:migrate
Upgrades ⬆️
- Symfony 3.3.2 ➡️ 3.3.5
v2.0.3
v2.0.2
- improve the way of creating instance of an e-mail message fa28134
- ability to select a white color for RGB channel in schedules #93 (update of supla-scheduler required)
- fix rare double executions of a sunset-based schedules #78
- calculate interval schedule executions relative to the start time #80
This change allows to set executions on any time slots, not limited to cron-based executions; for example 10-minutes interval can be now launched on 12:00, 12:10, 12:20 but also on 12:05, 12:15, 12:25 and so on.
Moreover, the maximum interval limit has been enlarged from 30 to 300 minutes. - prevent caching of JSON responses #91
- do not calculate schedule executions for past dates #82
- fix webpack chunks URL generation for production 3db5628
v2.0.1
- communication with the API now works on any host #89
- integration tests added #54
.yml
configuration files cleanup 9140334, d6efaee- improve naming of API access related classes 3a1275f
- add missing translations #92, #73
- improve webpack and bundle configuration 4098dbf, c86faa3
Important security update 🔐
SUPLA-Cloud prior to v2.0.1 uses an obsolete MD5 algorithm for hashing user passwords. The password are now hashed with an appropriate solution using BCrypt.
Passwords for existing users will be silently re-hashed on the next successfull authentication.
Database schema changes 🏦
This release contains database schema changes. In order to apply them, run the following command after update:
php bin/console doctrine:migrations:migrate
Upgrades ⬆️
Symfony 3.1.10 ➡️ 3.3.2
Swift Mailer 5.4.6 ➡️ 6.0.1
If upgrading manually, run composer install
to fetch the new dependencies.