rattail-tempmon/CHANGES.rst

107 lines
1.7 KiB
ReStructuredText
Raw Normal View History

2016-12-05 19:06:34 -06:00
CHANGELOG
=========
2017-08-08 18:47:29 -05:00
0.1.14 (2017-08-08)
-------------------
* Fix alembic script AGAIN
2017-08-08 18:44:21 -05:00
0.1.13 (2017-08-08)
-------------------
* Don't kill tempmon client if DB session.commit() fails
* Grow the ``Reading.degrees_f`` column
* Fix tempmon alembic script per continuum needs
2017-08-04 16:08:44 -05:00
0.1.12 (2017-08-04)
-------------------
* Auto-delete child objects when deleting Client or Probe object
2017-07-07 09:24:48 -05:00
0.1.11 (2017-07-07)
-------------------
* Switch license to GPL v3 (no longer Affero)
2017-07-06 21:33:42 -05:00
0.1.10 (2017-07-06)
-------------------
* Add ``rattail purge-tempmon`` command
* Tweak import placement to fix startup
2017-06-01 17:38:57 -05:00
0.1.9 (2017-06-01)
------------------
* Fix bug when marking client as offline from server loop
2017-06-01 17:18:30 -05:00
0.1.8 (2017-06-01)
------------------
* Refactor main server loop a bit, to add basic retry w/ error logging
* Tweak mail templates a bit, to reference config values
2017-06-01 16:24:40 -05:00
0.1.7 (2017-06-01)
------------------
* Add ``rattail export-hotcooler`` command, for initial hotcooler support
* Add client error logging in case committing session fails..
2017-02-09 19:05:00 -06:00
0.1.6 (2017-02-09)
------------------
* Add configurable delay per client; improve client try/catch
2016-12-12 09:47:13 -06:00
0.1.5 (2016-12-12)
------------------
* Add config for "good temp" email
2016-12-11 10:48:32 -06:00
0.1.4 (2016-12-11)
------------------
* Hopefully fix alert logic when status becomes good
2016-12-10 22:18:52 -06:00
0.1.3 (2016-12-10)
------------------
* Add email config for tempmon-server alerts
* Add mail templates to project manifest
2016-12-10 12:50:03 -06:00
0.1.2 (2016-12-10)
------------------
* Add support for dummy probes (random temp data)
* Add mail templates, plus initial status alert delay for probes
2016-12-05 20:59:55 -06:00
0.1.1 (2016-12-05)
------------------
* Fix import bug in server daemon
2016-12-05 19:06:34 -06:00
0.1.0 (2016-12-05)
------------------
* Initial release.