Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 44 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,26 @@

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

## BETA
## v1.2.0 (Unreleased)

### Changes

- add constants for `SecuritySystemAlarmType` (#1086)
- update hk plist file from V=880 to V=886 (#1087)
- updated dependencies (#1085)
- fix OOC errors from `validateUserInput` on steps
- merge branch 'release-0.x' into latest
- fix some bad merge conflicts from previous commit

### Homebridge Dependencies

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

## v1.1.2 (2025-06-04)

*No changes since v1.1.1, just a version bump to trigger a new release.*

## v1.1.1 (2025-03-11)

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

## v0.12.3 (2024-10-25)
## v0.13.1 (2025-06-04)

*No changes since v0.13.0, just a version bump to trigger a new release.*

### Homebridge Dependencies

- `@homebridge/ciao` @ `v1.3.1`
- `bonjour-hap` @ `v3.9.0`

## v0.13.0 (2025-06-04)

### Changed

_Most of these commits have been backported from the `v1.x` track. None should be breaking changes._

- Mitigate event emitter "memory leak" warnings when a significant number of HomeKit camera streaming events occur simultaneously. (#1037)
- fix type issue and fix ts build issue
- Correct the formatting and presentation of some recording-related debug and error logging. (#1040)
- AdaptiveLightingController fix & improvement (#1038)
- Bridged core and core cleanup (#1048)
- correct log spacing
- fix: Ensure data is only transmitted on open and ready connections. (#1051)
- Increase snapshot handler warning timeout to 8000ms. (#1055)
- Cleanup and refactor `getLocalNetworkInterface` and address a potential edge case. (#1056)
- add constants for `SecuritySystemAlarmType` (#1086)
- update hk plist file from `V=880` to `V=886` (#1087)
- dependency updates, lint and repo maintenance
- fix OOC errors from `validateUserInput` on steps
- regenerate documentation for new version

### Homebridge Dependencies

- `@homebridge/ciao` @ `v1.3.1`
- `bonjour-hap` @ `v3.9.0`

## v0.12.3 (2024-10-26)

### Changed

Expand Down
Loading
Loading