Skip to content

Commit 97e7f1f

Browse files
author
Tim Harper
authored
Release 1.1.5 (#74)
1 parent 5495314 commit 97e7f1f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# HAP-Java 1.1.5
2+
3+
## Fixes
4+
5+
* `null` values are now allowed, since Homekit allows them.
6+
* `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)
7+
* Null pointer exception no longer thrown if a characteristic is not implemented [#32](https://github.com/hap-java/HAP-Java/issues/32)
8+
* Fixed incorrect support for BatteryLevel in battery-powered accessories. Appropriate characteristic is battery status. [#50](https://github.com/hap-java/HAP-Java/pull/50)
9+
* Clear all connections in SessionManager during HomekitRoot.stop() [#54](https://github.com/hap-java/HAP-Java/issues/54)
10+
* 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)
11+
* Fix various spec violations and optimize communications to improve performance [#65](https://github.com/hap-java/HAP-Java/pull/65)
12+
* 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)
13+
* 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)
14+
15+
## New and improved
16+
17+
* Occupancy sensor support [#59](https://github.com/hap-java/HAP-Java/pull/59)
18+
* Leak sensors and valve support added [#52](https://github.com/hap-java/HAP-Java/pull/52)
19+
* Notifications are batched now, when possible [#66](https://github.com/hap-java/HAP-Java/pull/66)

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>hap</artifactId>
66
<name>hap-java</name>
77
<description>Homekit Accessory Protocol for Java</description>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.1.5</version>
99
<packaging>jar</packaging>
1010
<url>http://www.github.com/beowulfe/HAP-Java</url>
1111

0 commit comments

Comments
 (0)