Releases: eyetowers/gonvif
Releases · eyetowers/gonvif
v0.0.12
Changelog
- 8786860 Fix primitive types emptiness in coordinates.
v0.0.11
Changelog
- 7eb07d4 Implement a caching client pool to save on the initial handshake.
v0.0.10
Changelog
- e8be46c Add linter settings.
- 70f9a2a Add media get-snapshot-uri command.
- c27c4b4 Add media get-stream-uri command.
- c6a3042 Add media get-video-envoder-configurations command.
- f9c127a Fix client connection error handling.
- c404098 Link Ginvif from README.
v0.0.9
Changelog
- 2e0b92f Forked dependency renamed to make using the client easier.
v0.0.8
Changelog
- 94edeab Add ptz get-presets command.
v0.0.7
Changelog
- 7822de1 Rename client package to gonvif.
v0.0.6
Changelog
- 9f715d6 Group all the clients and only provide the actually supported services.
- a11c8f7 Update README with usage examples.
v0.0.5
Changelog
- 14c8588 Add imaging get-status command.
- b0b8f70 Add imaging move-continuous command.
- 8079022 Add imaging set-imaging-settings-auto-focus command.
- 8bbc43b Fix parsing of tokens.
- d8984cf Generate Analytics client.
- d03583b Remove namespace from attr field to fix their parsing.
v0.0.4
Changelog
- bd36a01 Add device get-services command.
- f9a2e78 Generate sources for DeviceMgmt.
- 6f18728 Use Media2 service path for media services.
v0.0.3
Changelog
- ac90805 Add imaging get-imaging-settings command.
- 61f0ecd Add imaging get-move-options command.
- 87a525d Add imaging get-options command.
- 1f16df3 Add imaging get-service-capabilities command.
- 8393fcc Add imaging get-video-source-configurations command.
- 5c2ea8d Add verbose flag to print also request and response bodies.
- ba7ee69 Generate sources for Imaging.
- a3e575a Make auth flags required only in the actual onvif commands.
- cee9db9 Use *VarP flags to remove a bit of boiler plate.