-
-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.0 #1042
Merged
Merged
v1.0.0 #1042
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wait for my change guys! 😅 |
will do. |
…9630265250/job/26560643600 (#1041) * ciao beta * Resolve node-build issues https://github.com/homebridge/HAP-NodeJS/actions/runs/9630265250/job/26560643600 * Update HAPServer.spec.ts * Fix lint issues * Fix lint issues * Revert "ciao beta" This reverts commit fb01c53. * Fix lint issues --------- Co-authored-by: Donavan Becker <beckersmarthome@icloud.com>
Shaquu
suggested changes
Jun 25, 2024
Shaquu
reviewed
Jun 25, 2024
* AdaptiveLightingController on update should provide some data without the need to build it yourself * Fix TypeError * Fixed linting and test issues * Typedoc fixes * Updated examples * Eslint fixes --------- Co-authored-by: Donavan Becker <beckersmarthome@icloud.com>
donavanbecker
force-pushed
the
beta-0.12.3
branch
from
June 26, 2024 02:24
b1def95
to
55bfbfa
Compare
May I ask what is the plan with 0.12.3? Anything I could help with to boost this release? |
donavanbecker
force-pushed
the
beta-0.12.3
branch
from
June 28, 2024 11:23
e5383f8
to
3b7cad3
Compare
* BridgedCore.ts and Core.ts cleanup (updated deprecation date from year 2022 to 2024). * Removed not allowed char from Sprinkler accessory example * Code review remarks
Update README.md
donavanbecker
force-pushed
the
beta-0.12.3
branch
from
June 28, 2024 12:09
3b7cad3
to
7089876
Compare
donavanbecker
force-pushed
the
beta-0.12.3
branch
3 times, most recently
from
July 4, 2024 05:29
391c57e
to
55015db
Compare
donavanbecker
force-pushed
the
beta-0.12.3
branch
from
July 4, 2024 05:44
55015db
to
21faa99
Compare
* Remove the long-deprecated init(). * Remove the long-deprecated Core and BridgedCore capabilities. * Remove long-deprecated Camera options. * Linting.
* Remove the long-deprecated init(). * Remove the long-deprecated Core and BridgedCore capabilities. * Remove long-deprecated Camera options. * Linting. * Deprecation cleanup. --------- Co-authored-by: Donavan Becker <beckersmarthome@icloud.com>
donavanbecker
requested review from
bwp91,
nfarina,
KhaosT,
dgreif,
oznu,
adriancable,
Supereg,
AppleTechy,
NorthernMan54,
hjdhjd,
ebaauw and
Shaquu
July 11, 2024 01:59
hjdhjd
previously approved these changes
Jul 11, 2024
auto-merge was automatically disabled
July 11, 2024 02:02
Rebase failed
- **The minimum Node.js version required is now `v18`.** - **Important notice:** Because of the cleanup of the Deprecated code, you will need to migrate you code base. - Remove the long-deprecated init(). - Deprecate Core, BridgedCore, legacy Camera characteristics. (#1058) (@hjdhjd) - For deprecated `Core` and `BridgedCore` see: https://github.com/homebridge/HAP-NodeJS/wiki/Deprecation-of-Core-and-BridgeCore - Legacy code deprecation cleanup. (#1059) (@hjdhjd) - For deprecated `storagePath` switch to `HAPStorage.setCustomStoragePath`, `AudioCodec` switch to `AudioStreamingCodec`, `VideoCodec` switch to `H264CodecParameters`,`StreamAudioParams` switch to `AudioStreamingOptions`, `StreamVideoParams` switch to `VideoStreamingOptions`,`cameraSource` switch to `CameraController`. - Others deprecated code to highlight removed: `useLegacyAdvertiser`, `AccessoryLoader`. - Fix: Naming for Characteristic.ProgramMode has been corrected from `PROGRAM_SCHEDULED_MANUAL_MODE_` to `PROGRAM_SCHEDULED_MANUAL_MODE` - Fix: Build Issues (#1041) (@NorthernMan54) - Fix: Ensure data is only transmitted on open and ready connections. (#1051) (@hjdhjd) - Fix: Ensure we check names using the full UTF-8 character set. (#1052) (@hjdhjd) - Fix: ConfiguredName (#1049) (@donavanbecker) - Fix: Manufacturer looking at checkName but should look at checkValue. (#1053) (@donavanbecker) - 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) - AdaptiveLightingController fix & improvement (#1038) (@Shaquu) - Minor fixes to recording logging and one change in logging. (#1040) (@hjdhjd) - Bridged core and core cleanup (#1048) (@Shaquu) - Increase snapshot handler warning timeout to 8000ms. (#1055) (@hjdhjd) - Cleanup and refactor getLocalNetworkInterface and address a potential edge case. (#1056) (@hjdhjd) - Correct log spacing - Updated and fixed `typedoc` config file - Updated dependencies - `@homebridge/ciao` @ `v1.3.0` - `bonjour-hap` @ `v3.8.0`
donavanbecker
force-pushed
the
beta-0.12.3
branch
from
July 11, 2024 02:04
880350c
to
e57bed2
Compare
hjdhjd
approved these changes
Jul 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v1.0.0 (2024-07-10)
Breaking Changes
v18
.Core
andBridgedCore
see: https://github.com/homebridge/HAP-NodeJS/wiki/Deprecation-of-Core-and-BridgeCorestoragePath
switch toHAPStorage.setCustomStoragePath
,AudioCodec
switch toAudioStreamingCodec
,VideoCodec
switch toH264CodecParameters
,StreamAudioParams
switch toAudioStreamingOptions
,StreamVideoParams
switch toVideoStreamingOptions
,cameraSource
switch toCameraController
.useLegacyAdvertiser
,AccessoryLoader
.PROGRAM_SCHEDULED_MANUAL_MODE_
toPROGRAM_SCHEDULED_MANUAL_MODE
Fixed
Other Changes
typedoc
config fileHomebridge Dependencies
@homebridge/ciao
@v1.3.0
bonjour-hap
@v3.8.0