|
2 | 2 |
|
3 | 3 | All notable changes to `hap-nodejs` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/). |
4 | 4 |
|
5 | | -## BETA |
| 5 | +## v1.2.0 (Unreleased) |
6 | 6 |
|
7 | 7 | ### Changes |
8 | 8 |
|
9 | 9 | - add constants for `SecuritySystemAlarmType` (#1086) |
10 | 10 | - update hk plist file from V=880 to V=886 (#1087) |
11 | 11 | - updated dependencies (#1085) |
| 12 | +- fix OOC errors from `validateUserInput` on steps |
| 13 | +- merge branch 'release-0.x' into latest |
| 14 | +- fix some bad merge conflicts from previous commit |
12 | 15 |
|
13 | 16 | ### Homebridge Dependencies |
14 | 17 |
|
15 | 18 | - `@homebridge/ciao` @ `v1.3.0` |
16 | 19 | - `bonjour-hap` @ `v3.8.0` |
17 | 20 |
|
| 21 | +## v1.1.2 (2025-06-04) |
| 22 | + |
| 23 | +*No changes since v1.1.1, just a version bump to trigger a new release.* |
| 24 | + |
18 | 25 | ## v1.1.1 (2025-03-11) |
19 | 26 |
|
20 | 27 | ### Changes |
@@ -87,7 +94,42 @@ All notable changes to `hap-nodejs` will be documented in this file. This projec |
87 | 94 | - `@homebridge/ciao` @ `v1.3.0` |
88 | 95 | - `bonjour-hap` @ `v3.8.0` |
89 | 96 |
|
90 | | -## v0.12.3 (2024-10-25) |
| 97 | +## v0.13.1 (2025-06-04) |
| 98 | + |
| 99 | +*No changes since v0.13.0, just a version bump to trigger a new release.* |
| 100 | + |
| 101 | +### Homebridge Dependencies |
| 102 | + |
| 103 | +- `@homebridge/ciao` @ `v1.3.1` |
| 104 | +- `bonjour-hap` @ `v3.9.0` |
| 105 | + |
| 106 | +## v0.13.0 (2025-06-04) |
| 107 | + |
| 108 | +### Changed |
| 109 | + |
| 110 | +_Most of these commits have been backported from the `v1.x` track. None should be breaking changes._ |
| 111 | + |
| 112 | +- Mitigate event emitter "memory leak" warnings when a significant number of HomeKit camera streaming events occur simultaneously. (#1037) |
| 113 | +- fix type issue and fix ts build issue |
| 114 | +- Correct the formatting and presentation of some recording-related debug and error logging. (#1040) |
| 115 | +- AdaptiveLightingController fix & improvement (#1038) |
| 116 | +- Bridged core and core cleanup (#1048) |
| 117 | +- correct log spacing |
| 118 | +- fix: Ensure data is only transmitted on open and ready connections. (#1051) |
| 119 | +- Increase snapshot handler warning timeout to 8000ms. (#1055) |
| 120 | +- Cleanup and refactor `getLocalNetworkInterface` and address a potential edge case. (#1056) |
| 121 | +- add constants for `SecuritySystemAlarmType` (#1086) |
| 122 | +- update hk plist file from `V=880` to `V=886` (#1087) |
| 123 | +- dependency updates, lint and repo maintenance |
| 124 | +- fix OOC errors from `validateUserInput` on steps |
| 125 | +- regenerate documentation for new version |
| 126 | + |
| 127 | +### Homebridge Dependencies |
| 128 | + |
| 129 | +- `@homebridge/ciao` @ `v1.3.1` |
| 130 | +- `bonjour-hap` @ `v3.9.0` |
| 131 | + |
| 132 | +## v0.12.3 (2024-10-26) |
91 | 133 |
|
92 | 134 | ### Changed |
93 | 135 |
|
|
0 commit comments