8000 v0.12.3 · homebridge/HAP-NodeJS@1782f0a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1782f0a

Browse files
committed
v0.12.3
- Implement warning messages for invalid characters in names (#1009) (@NorthernMan54) - Mitigate event emitter "memory leak" warnings when a significant number of camera streaming events occur simultaneously (#1037) (@hjdhjd) - Updated dependenies
1 parent 63ef5c2 commit 1782f0a

File tree

4 files changed

+187
-122
lines changed

4 files changed

+187
-122
lines changed

.github/workflows/release-drafter.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Release Drafter
2+
3+
on:
4+
push:
5+
branches: [latest]
6+
pull_request: # required for autolabeler
7+
branches: [latest]
8+
types: [opened, reopened, synchronize, ready_for_review, review_requested]
9+
workflow_dispatch:
10+
11+
jobs:
12+
stale:
13+
uses: homebridge/.github/.github/workflows/release-drafter.yml@latest
14+
secrets:
15+
token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## v0.12.3 (2024-06-22)
6+
7+
### Other Changes
8+
9+
- Implement warning messages for invalid characters in names (#1009) (@NorthernMan54)
10+
- Mitigate event emitter "memory leak" warnings when a significant number of camera streaming events occur simultaneously (#1037) (@hjdhjd)
11+
- Updated dependenies
12+
513
## v0.12.2 (2024-05-31)
614

715
### Changed

0 commit comments

Comments
 (0)
0