This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
31 lines (25 loc) · 1.74 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
CHANGES file for AGHAST Server
==============================
AGHAST v0.5.1 (release 2022-05-08) - Fix PostgreSQL Logging Issue
- Bug Fix: Postgres integration was failing when expecting Integers and Floats arrived.
AGHAST v0.5.0 (released 2021-08-21) - Simpler Conditions
- New Feature: Conditions may now use a value from the triggering message
AGHAST v0.4.0 (released 2021-08-18) - Simpler Event Configuration
- WARNING: There are breaking changes to the Automation configuration files in this release.
(Hopefully for the last time in a while.)
- Major Changes: Automation Events now simply send 'Payload' strings.
AGHAST v0.3.0 (released 2021-08-14) - Email Messages
- WARNING: There are breaking changes to the Automation configuration files in this release.
- Major Changes: Automation Events fields renamed to 'Key' and 'Value'.
Unnecessary [Event] section in Automation TOML files removed.
- New Features: mqtt2smtp MQTT-to-Email Integration added.
- Bug Fixes: Issue #14 (Goroutine leak) and related bugs and races were fixed.
AGHAST v0.2.0 (released 2021-08-09) - MQTT or Bust
- WARNING: There are breaking changes to the Automation configuration files in this release.
- Major Changes: The internal event system has been scrapped in favour of using an all-MQTT approach.
Automations are now triggered by MQTT messages.
Several no-longer-needed Integrations have been removed.
The Daikin Integration has been spun off into its own project 'daikin2mqtt' on Github.
- New Features: MqttCache and MqttSender Integrations.
AGHAST v0.1.0 (not explicitly released)
- Integrations include Daikin, Influx PiMqttGpio, Postgres, Scraper, Tuya, zigbee2mqtt.