Skip to content
Merged

v2.1.7 #1120

Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Get Release Tag (Latest Only)
if: steps.release-type.outputs.type == 'latest'
id: get_version
uses: jannemattila/get-version-from-tag@v3
uses: jannemattila/get-version-from-tag@v4

- name: Tag Info (Latest Only)
if: steps.release-type.outputs.type == 'latest'
Expand Down
66 changes: 0 additions & 66 deletions @types/bonjour-hap.d.ts

This file was deleted.

4 changes: 0 additions & 4 deletions @types/simple-plist.d.ts

This file was deleted.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

## v2.1.7 (Pending Release)

### Changes

- chore: dependency updates
- chore: drop local @types shims, use upstream bonjour-hap types
- chore(ci): bump release workflow action versions
- test: cover encrypted data length validation in pair handlers
- test: cover required TLV field validation in pairing handlers
- test: cover RTP proxy setup rejection handling
- test: cover SEQUENCE_NUM presence check in pair handlers
- test: cover M1 reset prevention in pair-setup
- test: cover safe accessory lookups in slow/timeout warnings
- test: cover aid.iid format validation
- test: cover camera stream start TLV parsing guards
- test: cover error argument in pairing debug logs
- test: cover constant-time pincode comparison
- test: cover characteristic warning message for non-Error throws

### Homebridge Dependencies

- `@homebridge/ciao` @ `v1.3.9`
- `@homebridge/dbus-native` @ `v0.7.6`
- `bonjour-hap` @ `v3.10.3`

## v2.1.6 (2026-05-08)

### Changes
Expand Down
Loading
Loading