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