Skip to content
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

Bump hap-nodejs from 0.12.1 to 1.1.0 #692

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps hap-nodejs from 0.12.1 to 1.1.0.

Release notes

Sourced from hap-nodejs's releases.

v1.1.0

Changes

  • Set Ciao as the default Advertiser

Other Changes

  • Update docs
  • Updated dependencies

v1.0.0

Breaking Changes

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

Fixed

Other Changes

  • 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 Dependencies

... (truncated)

Changelog

Sourced from hap-nodejs's changelog.

v1.1.0 (2024-07-21)

Changes

  • Set Ciao as the default Advertiser

Other Changes

  • Update docs
  • Updated dependencies

v1.0.0 (2024-07-10)

Breaking Changes

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

Fixed

Other Changes

  • 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 Dependencies

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hap-nodejs](https://github.com/homebridge/HAP-NodeJS) from 0.12.1 to 1.1.0.
- [Release notes](https://github.com/homebridge/HAP-NodeJS/releases)
- [Changelog](https://github.com/homebridge/HAP-NodeJS/blob/latest/CHANGELOG.md)
- [Commits](homebridge/HAP-NodeJS@v0.12.1...v1.1.0)

---
updated-dependencies:
- dependency-name: hap-nodejs
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants