From 97e7f1f7f84a61afb5b7d81f5d98bfb52a7194d0 Mon Sep 17 00:00:00 2001 From: Tim Harper Date: Sun, 10 Mar 2019 14:47:40 -0600 Subject: [PATCH] Release 1.1.5 (#74) --- CHANGES.md | 19 +++++++++++++++++++ pom.xml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 000000000..143958172 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,19 @@ +# HAP-Java 1.1.5 + +## Fixes + +* `null` values are now allowed, since Homekit allows them. +* `SecuritySystemAlarmType` and `TargetSecuritySystemState` now match the Homekit documentation [#44](https://github.com/hap-java/HAP-Java/pull/44) [#45](https://github.com/hap-java/HAP-Java/pull/45) +* Null pointer exception no longer thrown if a characteristic is not implemented [#32](https://github.com/hap-java/HAP-Java/issues/32) +* Fixed incorrect support for BatteryLevel in battery-powered accessories. Appropriate characteristic is battery status. [#50](https://github.com/hap-java/HAP-Java/pull/50) +* Clear all connections in SessionManager during HomekitRoot.stop() [#54](https://github.com/hap-java/HAP-Java/issues/54) +* Fix issue in which communications would drop when encrypted frames didn't line up with network frames [#64](https://github.com/hap-java/HAP-Java/pull/64) +* Fix various spec violations and optimize communications to improve performance [#65](https://github.com/hap-java/HAP-Java/pull/65) +* Fix a pairing issue in which HAP-Java could listen on a different interface than that which it advertises [#67](https://github.com/hap-java/HAP-Java/pull/67) +* Allow window covering to be used without optional characteristics. The inclusion of `HoldPositionCharacteristic` did terrible things, and we're still not sure why. Addressed [#56](https://github.com/hap-java/HAP-Java/pull/56) + +## New and improved + +* Occupancy sensor support [#59](https://github.com/hap-java/HAP-Java/pull/59) +* Leak sensors and valve support added [#52](https://github.com/hap-java/HAP-Java/pull/52) +* Notifications are batched now, when possible [#66](https://github.com/hap-java/HAP-Java/pull/66) diff --git a/pom.xml b/pom.xml index bd96a4976..d889a6211 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ hap hap-java Homekit Accessory Protocol for Java - 1.1.5-SNAPSHOT + 1.1.5 jar http://www.github.com/beowulfe/HAP-Java