evercam / ex_nvr

Video recording and computer vision for edge devices
https://evercam.github.io/ex_nvr/
GNU Affero General Public License v3.0
33 stars 6 forks source link

Bump membrane_core from 1.0.1 to 1.1.0 #447

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps membrane_core from 1.0.1 to 1.1.0.

Release notes

Sourced from membrane_core's releases.

v1.1.0-rc1

What's Changed

New Contributors

Full Changelog: https://github.com/membraneframework/membrane_core/compare/v1.1.0-rc0...v1.1.0-rc1

v1.1.0-rc0

This release contains:

  • Upgrade in flow control mechanism - queuing buffers, when demand is low in flow_control: :auto.
  • Few bug fixes.
  • Deprecation of handle_spec_started/3 callback and Membrane.Testing.Pipeline.message_child/3 in favor of Membrane.Testing.Pipeline.notify_child/3.
  • Bump dependency to Ratio to ~> 3.0 or ~> 4.0.
  • Docs upgrade.

All changes

New Contributors

Full Changelog: https://github.com/membraneframework/membrane_core/compare/v1.0.1...v1.1.0-rc0

Changelog

Sourced from membrane_core's changelog.

1.1.0

  • Add new callbacks handle_child_setup_completed/3 and handle_child_playing/3 in Bins and Pipelines. #801
  • Deprecate handle_spec_started/3 callback in Bins and Pipelines. #708
  • Handle buffers from input pads having flow_control: :auto only if demand on all output pads having flow_control: :auto is positive. #693
  • Set :ratio dependency version to "~> 3.0 or ~> 4.0". #780
  • Deprecate Membrane.Testing.Pipeline.message_child/3. Introduce Membrane.Testing.Pipeline.notify_child/3 instead. #779
Commits
  • 5f53b95 Ensure error logs are always printed (#822)
  • c7afa10 Add CI workflow publishing Hex release on tag (#817)
  • 14d8018 Modify 5s linking timeout constraint (#810)
  • e2c282f Implement handle_spec_setup_completed and handle_spec_playing. Release v1.1.0...
  • 240d20e Reshape put_in/update_in calls in crashgroups (#811)
  • 3f9e0eb Fix doc for handle_start_of_stream (#809)
  • ca34336 Test if GitHub Action add_pr_to_smackore_board works again (#806)
  • eae44ae [Passed] Auto update packages list (#795)
  • fb10564 Refactor demand mechanism (#783)
  • ef91c4d Bump Ratio to 4.0.1 (#780)
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 1 week ago

Looks like membrane_core is up-to-date now, so this is no longer needed.