bastidest / video-stream-http-proxy

Reads multiple video streams (e.g. RTSP) and outputs low-latency DASH streams, accessible via a HTTP connection, viewable via a simple web interface.
MIT License
1 stars 1 forks source link

chore(deps): update dependency onvif to v0.7.4 #27

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
onvif 0.7.0 -> 0.7.4 age adoption passing confidence

Release Notes

agsh/onvif (onvif) ### [`v0.7.4`](https://redirect.github.com/agsh/onvif/releases/tag/v0.7.4) [Compare Source](https://redirect.github.com/agsh/onvif/compare/v0.7.3...v0.7.4) #### What's Changed - Ability to set font size and color in setOSD and createOSD methods. by [@​RotemDoar](https://redirect.github.com/RotemDoar) in [https://github.com/agsh/onvif/pull/326](https://redirect.github.com/agsh/onvif/pull/326) - Bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/agsh/onvif/pull/327](https://redirect.github.com/agsh/onvif/pull/327) **Full Changelog**: https://github.com/agsh/onvif/compare/v0.7.3...v0.7.4 ### [`v0.7.3`](https://redirect.github.com/agsh/onvif/releases/tag/v0.7.3) [Compare Source](https://redirect.github.com/agsh/onvif/compare/v0.7.2...v0.7.3) #### What's Changed - feat: setOSD support DateAndTime by [@​RotemDoar](https://redirect.github.com/RotemDoar) in [https://github.com/agsh/onvif/pull/324](https://redirect.github.com/agsh/onvif/pull/324) #### New Contributors - [@​RotemDoar](https://redirect.github.com/RotemDoar) made their first contribution in [https://github.com/agsh/onvif/pull/324](https://redirect.github.com/agsh/onvif/pull/324) **Full Changelog**: https://github.com/agsh/onvif/compare/v0.7.2...v0.7.3 ### [`v0.7.2`](https://redirect.github.com/agsh/onvif/releases/tag/v0.7.2) [Compare Source](https://redirect.github.com/agsh/onvif/compare/v0.7.1...v0.7.2) #### What's Changed - Feat: add promises by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/322](https://redirect.github.com/agsh/onvif/pull/322) **Full Changelog**: https://github.com/agsh/onvif/compare/v0.7.1...v0.7.2 ### [`v0.7.1`](https://redirect.github.com/agsh/onvif/releases/tag/v0.7.1) [Compare Source](https://redirect.github.com/agsh/onvif/compare/3cc191a536b5958bd608c357b461592c1f93621b...v0.7.1) #### What's Changed - Fixed [#​55](https://redirect.github.com/agsh/onvif/issues/55): Discovery with multiple network interfaces by [@​Climax777](https://redirect.github.com/Climax777) in [https://github.com/agsh/onvif/pull/58](https://redirect.github.com/agsh/onvif/pull/58) - Allow $.token if token wasn't defined by [@​Climax777](https://redirect.github.com/Climax777) in [https://github.com/agsh/onvif/pull/59](https://redirect.github.com/agsh/onvif/pull/59) - Implementation network interfaces method by [@​Seikon](https://redirect.github.com/Seikon) in [https://github.com/agsh/onvif/pull/71](https://redirect.github.com/agsh/onvif/pull/71) - Request Head Length Error by [@​joastonish](https://redirect.github.com/joastonish) in [https://github.com/agsh/onvif/pull/74](https://redirect.github.com/agsh/onvif/pull/74) - added support for HTTP agents (socks5, etc) by [@​lattice0](https://redirect.github.com/lattice0) in [https://github.com/agsh/onvif/pull/77](https://redirect.github.com/agsh/onvif/pull/77) - Changes to PTZ + others (credit [@​hawkeye64](https://redirect.github.com/hawkeye64)) by [@​chriswiggins](https://redirect.github.com/chriswiggins) in [https://github.com/agsh/onvif/pull/86](https://redirect.github.com/agsh/onvif/pull/86) - Create LICENSE by [@​hawkeye64](https://redirect.github.com/hawkeye64) in [https://github.com/agsh/onvif/pull/87](https://redirect.github.com/agsh/onvif/pull/87) - Add a try catch to getSystemDateAndTime function by [@​francesco-ismb](https://redirect.github.com/francesco-ismb) in [https://github.com/agsh/onvif/pull/90](https://redirect.github.com/agsh/onvif/pull/90) - Removes cylic dependencies so it can be used in React Native by [@​lattice0](https://redirect.github.com/lattice0) in [https://github.com/agsh/onvif/pull/97](https://redirect.github.com/agsh/onvif/pull/97) - Update README.md by [@​shivangidas](https://redirect.github.com/shivangidas) in [https://github.com/agsh/onvif/pull/96](https://redirect.github.com/agsh/onvif/pull/96) - Audio encoder options by [@​Glaadiss](https://redirect.github.com/Glaadiss) in [https://github.com/agsh/onvif/pull/106](https://redirect.github.com/agsh/onvif/pull/106) - Discovery now populates `urn` property of Cam instance by [@​gardere](https://redirect.github.com/gardere) in [https://github.com/agsh/onvif/pull/110](https://redirect.github.com/agsh/onvif/pull/110) - [#​63](https://redirect.github.com/agsh/onvif/issues/63) Bug in parsing XAddrs in Discovery by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/120](https://redirect.github.com/agsh/onvif/pull/120) - Fix tests by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/121](https://redirect.github.com/agsh/onvif/pull/121) - Fix callback calling by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/122](https://redirect.github.com/agsh/onvif/pull/122) - [#​119](https://redirect.github.com/agsh/onvif/issues/119) Warning event by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/123](https://redirect.github.com/agsh/onvif/pull/123) - Update libs by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/124](https://redirect.github.com/agsh/onvif/pull/124) - Improve Events and ServerMockup by [@​RogerHardiman](https://redirect.github.com/RogerHardiman) in [https://github.com/agsh/onvif/pull/127](https://redirect.github.com/agsh/onvif/pull/127) - Prevent error callback being called twice and fix request timeout on Mac by [@​RogerHardiman](https://redirect.github.com/RogerHardiman) in [https://github.com/agsh/onvif/pull/128](https://redirect.github.com/agsh/onvif/pull/128) - Replace lodash package with standalone \_.get realization by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/129](https://redirect.github.com/agsh/onvif/pull/129) - Issue [#​113](https://redirect.github.com/agsh/onvif/issues/113) : follow up ONVIF specs for getVideoEncoderConfigurationOp… by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/114](https://redirect.github.com/agsh/onvif/pull/114) - Issue [#​134](https://redirect.github.com/agsh/onvif/issues/134) Improve xmlns parsing by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/135](https://redirect.github.com/agsh/onvif/pull/135) - Added network related requests by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/143](https://redirect.github.com/agsh/onvif/pull/143) - Better SOAP error handling by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/141](https://redirect.github.com/agsh/onvif/pull/141) - Add setSystemFactoryDefault request by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/138](https://redirect.github.com/agsh/onvif/pull/138) - Add new tests for network related requests by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/144](https://redirect.github.com/agsh/onvif/pull/144) - Add new request GetServiceCapabilities for media service. by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/152](https://redirect.github.com/agsh/onvif/pull/152) - Add new requests to add/remove configurations to/from profiles. by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/151](https://redirect.github.com/agsh/onvif/pull/151) - Fix several typos by [@​Calinou](https://redirect.github.com/Calinou) in [https://github.com/agsh/onvif/pull/156](https://redirect.github.com/agsh/onvif/pull/156) - Fix EventEmitter global to all Cam objects. by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/137](https://redirect.github.com/agsh/onvif/pull/137) - Example 5 error by [@​haoguangsu](https://redirect.github.com/haoguangsu) in [https://github.com/agsh/onvif/pull/163](https://redirect.github.com/agsh/onvif/pull/163) - Modify null pointer in Cam.js by [@​haoguangsu](https://redirect.github.com/haoguangsu) in [https://github.com/agsh/onvif/pull/166](https://redirect.github.com/agsh/onvif/pull/166) - Camera: Option to disable autoconnect by [@​sjkummer](https://redirect.github.com/sjkummer) in [https://github.com/agsh/onvif/pull/174](https://redirect.github.com/agsh/onvif/pull/174) - Fix for cameras without UTCDateTime by [@​dzek69](https://redirect.github.com/dzek69) in [https://github.com/agsh/onvif/pull/165](https://redirect.github.com/agsh/onvif/pull/165) - Bugfix/fix uncaught exception while pulling events by [@​sjkummer](https://redirect.github.com/sjkummer) in [https://github.com/agsh/onvif/pull/179](https://redirect.github.com/agsh/onvif/pull/179) - Make Cam works properly like EventEmitter inheritor by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/181](https://redirect.github.com/agsh/onvif/pull/181) - Add User related requests by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/140](https://redirect.github.com/agsh/onvif/pull/140) - Merge getSystemDateAndTime and 'timeShift' fixes to master by [@​RogerHardiman](https://redirect.github.com/RogerHardiman) in [https://github.com/agsh/onvif/pull/186](https://redirect.github.com/agsh/onvif/pull/186) - Improve SetNTP for multiple NTP addresses. by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/142](https://redirect.github.com/agsh/onvif/pull/142) - Fix getVideoSources response by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/146](https://redirect.github.com/agsh/onvif/pull/146) - Fix getNetworkInterfaces response returning a non-array by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/147](https://redirect.github.com/agsh/onvif/pull/147) - Increase setImagingSettings to set Iris and Focus by [@​JqiangLiu](https://redirect.github.com/JqiangLiu) in [https://github.com/agsh/onvif/pull/168](https://redirect.github.com/agsh/onvif/pull/168) - Connect using GetServices. by [@​bl0ggy](https://redirect.github.com/bl0ggy) in [https://github.com/agsh/onvif/pull/155](https://redirect.github.com/agsh/onvif/pull/155) - Review of Profile T and Media2 API changes requested by [@​RogerHardiman](https://redirect.github.com/RogerHardiman) in [https://github.com/agsh/onvif/pull/187](https://redirect.github.com/agsh/onvif/pull/187) - support https protocol by [@​ManjunathaN](https://redirect.github.com/ManjunathaN) in [https://github.com/agsh/onvif/pull/194](https://redirect.github.com/agsh/onvif/pull/194) - Update ONVIF image URL by [@​curtishall](https://redirect.github.com/curtishall) in [https://github.com/agsh/onvif/pull/199](https://redirect.github.com/agsh/onvif/pull/199) - Move examples to folder and ignore in npm by [@​Mudrekh](https://redirect.github.com/Mudrekh) in [https://github.com/agsh/onvif/pull/206](https://redirect.github.com/agsh/onvif/pull/206) - add option in probe function that allow set specific listen port by [@​viettel-solutions](https://redirect.github.com/viettel-solutions) in [https://github.com/agsh/onvif/pull/208](https://redirect.github.com/agsh/onvif/pull/208) - Bump path-parse from 1.0.6 to 1.0.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/agsh/onvif/pull/203](https://redirect.github.com/agsh/onvif/pull/203) - Bump hosted-git-info from 2.8.8 to 2.8.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/agsh/onvif/pull/202](https://redirect.github.com/agsh/onvif/pull/202) - [#​214](https://redirect.github.com/agsh/onvif/issues/214) tests in js by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/215](https://redirect.github.com/agsh/onvif/pull/215) - setting the port for pull messages to user-provided ports by [@​ThabetSabha](https://redirect.github.com/ThabetSabha) in [https://github.com/agsh/onvif/pull/219](https://redirect.github.com/agsh/onvif/pull/219) - Bump minimist from 1.2.5 to 1.2.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/agsh/onvif/pull/228](https://redirect.github.com/agsh/onvif/pull/228) - Fix documentation by [@​rodrigograca31](https://redirect.github.com/rodrigograca31) in [https://github.com/agsh/onvif/pull/227](https://redirect.github.com/agsh/onvif/pull/227) - Do not pull events if creating the pull-point subscribtion failed. by [@​sjkummer](https://redirect.github.com/sjkummer) in [https://github.com/agsh/onvif/pull/230](https://redirect.github.com/agsh/onvif/pull/230) - Add more function to Recording service by [@​viettel-solutions](https://redirect.github.com/viettel-solutions) in [https://github.com/agsh/onvif/pull/234](https://redirect.github.com/agsh/onvif/pull/234) - Update README.md by [@​silqa](https://redirect.github.com/silqa) in [https://github.com/agsh/onvif/pull/245](https://redirect.github.com/agsh/onvif/pull/245) - Create CONTRIBUTING.md by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/251](https://redirect.github.com/agsh/onvif/pull/251) - Update package.json by [@​silqa](https://redirect.github.com/silqa) in [https://github.com/agsh/onvif/pull/259](https://redirect.github.com/agsh/onvif/pull/259) - GHSA-f8q6-p94x-37v3 (mocha update) by [@​bryopsida](https://redirect.github.com/bryopsida) in [https://github.com/agsh/onvif/pull/263](https://redirect.github.com/agsh/onvif/pull/263) - Bump qs from 6.5.2 to 6.5.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/agsh/onvif/pull/271](https://redirect.github.com/agsh/onvif/pull/271) - \[feat] implemented custom OSD position by [@​yuxiaolejs](https://redirect.github.com/yuxiaolejs) in [https://github.com/agsh/onvif/pull/270](https://redirect.github.com/agsh/onvif/pull/270) - Revert "\[feat] implemented custom OSD position" by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/272](https://redirect.github.com/agsh/onvif/pull/272) - \[feat] custom OSD position by [@​yuxiaolejs](https://redirect.github.com/yuxiaolejs) in [https://github.com/agsh/onvif/pull/274](https://redirect.github.com/agsh/onvif/pull/274) - Add action string to Content-Type in ONVIF HTTP Request Header, fixes for PTZSpaces and RelativePTZ by [@​RogerHardiman](https://redirect.github.com/RogerHardiman) in [https://github.com/agsh/onvif/pull/226](https://redirect.github.com/agsh/onvif/pull/226) - Bump json5 from 2.2.0 to 2.2.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/agsh/onvif/pull/277](https://redirect.github.com/agsh/onvif/pull/277) - 281 fix tests for master branch by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/282](https://redirect.github.com/agsh/onvif/pull/282) - GH test workflow for PRs by [@​bryopsida](https://redirect.github.com/bryopsida) in [https://github.com/agsh/onvif/pull/264](https://redirect.github.com/agsh/onvif/pull/264) - fix: readme fixes by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/285](https://redirect.github.com/agsh/onvif/pull/285) - Bump xml2js from 0.4.23 to 0.5.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/agsh/onvif/pull/289](https://redirect.github.com/agsh/onvif/pull/289) - Relax Token configuration check by [@​TA2k](https://redirect.github.com/TA2k) in [https://github.com/agsh/onvif/pull/288](https://redirect.github.com/agsh/onvif/pull/288) - feat: Implemented SendAuxiliaryCommand by [@​veegishx](https://redirect.github.com/veegishx) in [https://github.com/agsh/onvif/pull/295](https://redirect.github.com/agsh/onvif/pull/295) - Bump word-wrap from 1.2.3 to 1.2.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/agsh/onvif/pull/297](https://redirect.github.com/agsh/onvif/pull/297) - Add support for focus control commands: GetMoveOptions, Move, Stop by [@​WalkerCode1989](https://redirect.github.com/WalkerCode1989) in [https://github.com/agsh/onvif/pull/299](https://redirect.github.com/agsh/onvif/pull/299) - Add GetStatus for Imaging by [@​WalkerCode1989](https://redirect.github.com/WalkerCode1989) in [https://github.com/agsh/onvif/pull/300](https://redirect.github.com/agsh/onvif/pull/300) - Add callback call check by [@​TA2k](https://redirect.github.com/TA2k) in [https://github.com/agsh/onvif/pull/305](https://redirect.github.com/agsh/onvif/pull/305) - Bump [@​babel/traverse](https://redirect.github.com/babel/traverse) from 7.16.3 to 7.23.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/agsh/onvif/pull/303](https://redirect.github.com/agsh/onvif/pull/303) - Add irCutFilter control in Imaging Settings by [@​WalkerCode1989](https://redirect.github.com/WalkerCode1989) in [https://github.com/agsh/onvif/pull/308](https://redirect.github.com/agsh/onvif/pull/308) - Bump ip from 1.1.5 to 1.1.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/agsh/onvif/pull/315](https://redirect.github.com/agsh/onvif/pull/315) - bug fixes in events by [@​koush](https://redirect.github.com/koush) in [https://github.com/agsh/onvif/pull/310](https://redirect.github.com/agsh/onvif/pull/310) - Restart event loop for pull messages request when cam drops connection by [@​akomelj](https://redirect.github.com/akomelj) in [https://github.com/agsh/onvif/pull/314](https://redirect.github.com/agsh/onvif/pull/314) - adds retry when pull subscriptions fails by [@​HarryEMartland](https://redirect.github.com/HarryEMartland) in [https://github.com/agsh/onvif/pull/319](https://redirect.github.com/agsh/onvif/pull/319) - Update readme by [@​MDalprato](https://redirect.github.com/MDalprato) in [https://github.com/agsh/onvif/pull/318](https://redirect.github.com/agsh/onvif/pull/318) - retry on other error codes and sets max retry delay by [@​HarryEMartland](https://redirect.github.com/HarryEMartland) in [https://github.com/agsh/onvif/pull/321](https://redirect.github.com/agsh/onvif/pull/321) - feat(onvif-events): Restart event requests after ECONNRESET error by [@​agsh](https://redirect.github.com/agsh) in [https://github.com/agsh/onvif/pull/320](https://redirect.github.com/agsh/onvif/pull/320) #### New Contributors - [@​Climax777](https://redirect.github.com/Climax777) made their first contribution in [https://github.com/agsh/onvif/pull/58](https://redirect.github.com/agsh/onvif/pull/58) - [@​Seikon](https://redirect.github.com/Seikon) made their first contribution in [https://github.com/agsh/onvif/pull/71](https://redirect.github.com/agsh/onvif/pull/71) - [@​joastonish](https://redirect.github.com/joastonish) made their first contribution in [https://github.com/agsh/onvif/pull/74](https://redirect.github.com/agsh/onvif/pull/74) - [@​lattice0](https://redirect.github.com/lattice0) made their first contribution in [https://github.com/agsh/onvif/pull/77](https://redirect.github.com/agsh/onvif/pull/77) - [@​hawkeye64](https://redirect.github.com/hawkeye64) made their first contribution in [https://github.com/agsh/onvif/pull/87](https://redirect.github.com/agsh/onvif/pull/87) - [@​francesco-ismb](https://redirect.github.com/francesco-ismb) made their first contribution in [https://github.com/agsh/onvif/pull/90](https://redirect.github.com/agsh/onvif/pull/90) - [@​shivangidas](https://redirect.github.com/shivangidas) made their first contribution in [https://github.com/agsh/onvif/pull/96](https://redirect.github.com/agsh/onvif/pull/96) - [@​Glaadiss](https://redirect.github.com/Glaadiss) made their first contribution in [https://github.com/agsh/onvif/pull/106](https://redirect.github.com/agsh/onvif/pull/106) - [@​gardere](https://redirect.github.com/gardere) made their first contribution in [https://github.com/agsh/onvif/pull/110](https://redirect.github.com/agsh/onvif/pull/110) - [@​bl0ggy](https://redirect.github.com/bl0ggy) made their first contribution in [https://github.com/agsh/onvif/pull/114](https://redirect.github.com/agsh/onvif/pull/114) - [@​Calinou](https://redirect.github.com/Calinou) made their first contribution in [https://github.com/agsh/onvif/pull/156](https://redirect.github.com/agsh/onvif/pull/156) - [@​haoguangsu](https://redirect.github.com/haoguangsu) made their first contribution in [https://github.com/agsh/onvif/pull/163](https://redirect.github.com/agsh/onvif/pull/163) - [@​sjkummer](https://redirect.github.com/sjkummer) made their first contribution in [https://github.com/agsh/onvif/pull/174](https://redirect.github.com/agsh/onvif/pull/174) - [@​dzek69](https://redirect.github.com/dzek69) made their first contribution in [https://github.com/agsh/onvif/pull/165](https://redirect.github.com/agsh/onvif/pull/165) - [@​JqiangLiu](https://redirect.github.com/JqiangLiu) made their first contribution in [https://github.com/agsh/onvif/pull/168](https://redirect.github.com/agsh/onvif/pull/168) - [@​ManjunathaN](https://redirect.github.com/ManjunathaN) made their first contribution in [https://github.com/agsh/onvif/pull/194](https://redirect.github.com/agsh/onvif/pull/194) - [@​curtishall](https://redirect.github.com/curtishall) made their first contribution in [https://github.com/agsh/onvif/pull/199](https://redirect.github.com/agsh/onvif/pull/199) - [@​viettel-solutions](https://redirect.github.com/viettel-solutions) made their first contribution in [https://github.com/agsh/onvif/pull/208](https://redirect.github.com/agsh/onvif/pull/208) - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/agsh/onvif/pull/203](https://redirect.github.com/agsh/onvif/pull/203) - [@​ThabetSabha](https://redirect.github.com/ThabetSabha) made their first contribution in [https://github.com/agsh/onvif/pull/219](https://redirect.github.com/agsh/onvif/pull/219) - [@​rodrigograca31](https://redirect.github.com/rodrigograca31) made their first contribution in [https://github.com/agsh/onvif/pull/227](https://redirect.github.com/agsh/onvif/pull/227) - [@​bryopsida](https://redirect.github.com/bryopsida) made their first contribution in [https://github.com/agsh/onvif/pull/263](https://redirect.github.com/agsh/onvif/pull/263) - [@​yuxiaolejs](https://redirect.github.com/yuxiaolejs) made their first contribution in [https://github.com/agsh/onvif/pull/270](https://redirect.github.com/agsh/onvif/pull/270) - [@​TA2k](https://redirect.github.com/TA2k) made their first contribution in [https://github.com/agsh/onvif/pull/288](https://redirect.github.com/agsh/onvif/pull/288) - [@​veegishx](https://redirect.github.com/veegishx) made their first contribution in [https://github.com/agsh/onvif/pull/295](https://redirect.github.com/agsh/onvif/pull/295) - [@​WalkerCode1989](https://redirect.github.com/WalkerCode1989) made their first contribution in [https://github.com/agsh/onvif/pull/299](https://redirect.github.com/agsh/onvif/pull/299) - [@​koush](https://redirect.github.com/koush) made their first contribution in [https://github.com/agsh/onvif/pull/310](https://redirect.github.com/agsh/onvif/pull/310) - [@​akomelj](https://redirect.github.com/akomelj) made their first contribution in [https://github.com/agsh/onvif/pull/314](https://redirect.github.com/agsh/onvif/pull/314) - [@​HarryEMartland](https://redirect.github.com/HarryEMartland) made their first contribution in [https://github.com/agsh/onvif/pull/319](https://redirect.github.com/agsh/onvif/pull/319) - [@​MDalprato](https://redirect.github.com/MDalprato) made their first contribution in [https://github.com/agsh/onvif/pull/318](https://redirect.github.com/agsh/onvif/pull/318) **Full Changelog**: https://github.com/agsh/onvif/compare/0.4.2...v0.7.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.