Skip to content

Commit f396227

Browse files
authored
bring latest up to date with release-0.x (#1093)
2 parents 4a2009f + 5b0a9f4 commit f396227

File tree

10 files changed

+487
-281
lines changed

10 files changed

+487
-281
lines changed

CHANGELOG.md

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,26 @@
22

33
All notable changes to `hap-nodejs` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).
44

5-
## BETA
5+
## v1.2.0 (Unreleased)
66

77
### Changes
88

99
- add constants for `SecuritySystemAlarmType` (#1086)
1010
- update hk plist file from V=880 to V=886 (#1087)
1111
- 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
1215

1316
### Homebridge Dependencies
1417

1518
- `@homebridge/ciao` @ `v1.3.0`
1619
- `bonjour-hap` @ `v3.8.0`
1720

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+
1825
## v1.1.1 (2025-03-11)
1926

2027
### Changes
@@ -87,7 +94,42 @@ All notable changes to `hap-nodejs` will be documented in this file. This projec
8794
- `@homebridge/ciao` @ `v1.3.0`
8895
- `bonjour-hap` @ `v3.8.0`
8996

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)
91133

92134
### Changed
93135

0 commit comments

Comments
 (0)