rattail-tempmon/docs/OLDCHANGES.rst

257 lines
4.7 KiB
ReStructuredText
Raw Normal View History

2016-12-05 19:06:34 -06:00
CHANGELOG
=========
2024-06-10 21:21:30 -05:00
NB. this file contains "old" release notes only. for newer releases
see the `CHANGELOG.md` file in the source root folder.
2024-05-30 11:14:16 -05:00
0.3.0 (2024-05-30)
------------------
* Migrate all commands to use ``typer``.
2023-11-30 22:24:15 -06:00
0.2.10 (2023-11-30)
-------------------
* Update subcommand entry point group names, per wuttjamaican.
2023-05-16 17:40:36 -05:00
0.2.9 (2023-05-16)
------------------
* Replace ``setup.py`` contents with ``setup.cfg``.
2023-02-12 11:22:06 -06:00
0.2.8 (2023-02-12)
------------------
* Refactor ``Query.get()`` => ``Session.get()`` per SQLAlchemy 1.4.
2023-02-10 21:09:51 -06:00
0.2.7 (2023-02-10)
------------------
* Officially drop support for python2.
* Address a warning from SQLAlchemy for ``declarative_base``.
2022-08-06 21:10:11 -05:00
0.2.6 (2022-08-06)
------------------
* Register email profiles provided by this pkg.
2020-09-22 19:56:10 -05:00
0.2.5 (2020-09-22)
------------------
* Remove config for deprecated 'tempmon_critical_temp' email.
* Declare sort order for ``Appliance.probes`` relationship.
2019-04-23 22:22:07 -05:00
0.2.4 (2019-04-23)
------------------
* Make sure we use zero as fallback/default timeout values.
2019-01-28 15:48:57 -06:00
0.2.3 (2019-01-28)
------------------
* Add more template context for email previews.
* Convert ``enabled`` for Client, Probe to use datetime instead of boolean.
* Modify tempmon server logic to take "unfair" time windows into account.
2018-10-25 09:01:19 -05:00
0.2.2 (2018-10-25)
------------------
* Fix bug when sending certain emails while checking probe readings.
2018-10-24 19:20:44 -05:00
0.2.1 (2018-10-24)
------------------
* Make dummy probe use tighter pattern for random readings.
* Add "default" probe timeout logic for server readings check.
* Don't mark client as online unless it's also enabled.
* Add try/catch for client's "read temp" logic.
2018-10-19 20:30:07 -05:00
0.2.0 (2018-10-19)
------------------
* Add per-status timeouts and tracking for probe status.
* Add appliance table, and probe "location" in that context.
* Add image fields for Appliance table.
2018-10-17 19:31:37 -05:00
0.1.19 (2018-10-17)
-------------------
* Add probe URL to email template context.
* Leverage common "now" value when sending emails from server.
* Fix logic bug when checking readings for client.
2018-10-09 16:36:07 -05:00
0.1.18 (2018-10-09)
-------------------
* Log our supposed hostname on client startup.
* Log error on client, when probe takes a 185.0 reading.
* Improve docstrings for some model attributes (for Tailbone).
* Make server more tolerant of database restart.
* Make client more tolerant of database restart.
* Add "status since" to template context for email alerts.
* Add "recent readings" to email template context.
2018-10-04 19:59:14 -05:00
0.1.17 (2018-10-04)
-------------------
* Include client key in disabled probe list email.
* Don't let server mark client as offline until readings fail 3 times in a row.
* Add ``Client.archived`` flag, ignore archived for "disabled probes" check.
* Add notes field to client and probe tables.
* Add ``Client.disk_type`` to track SD card vs. USB.
2018-02-07 17:53:11 -06:00
0.1.16 (2018-02-07)
-------------------
* Send first alert "immediately" if critical temp status.
* Send email alert when tempmon server marks a client as offline.
2017-11-19 17:46:46 -06:00
0.1.15 (2017-11-19)
-------------------
* Add problem report for disabled clients/probes.
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.