Skip to content

Releases: eyetowers/gonvif

v0.0.38

08 Oct 13:40
7debeab

Choose a tag to compare

Changelog

v0.0.37

02 Oct 11:36

Choose a tag to compare

Changelog

  • 45bdcb5 Don't use authorization for the first get system time call

v0.0.36

12 Sep 14:36

Choose a tag to compare

Changelog

  • 445f742 Fix EventStream message cardinality

v0.0.35

11 Sep 09:03

Choose a tag to compare

Changelog

  • e8c5d39 Add metadata commands
  • c9b919f Upgrade deps and go v1.25.1
  • 32b5d47 Upgrade github.com/go-viper/mapstructure to fix security issue

v0.0.34

20 Mar 14:37
53d669b

Choose a tag to compare

Changelog

  • 53d669b Use device time for authentication (#9)

v0.0.33

18 Feb 14:17

Choose a tag to compare

Changelog

v0.0.32

04 Dec 10:25
dc4a8af

Choose a tag to compare

Changelog

Release v0.0.31

18 Jul 07:09
2371161

Choose a tag to compare

What's Changed

  • Add xml namespaces to SetSystemDateAndTime command fields by @osery in #7

Full Changelog: v0.0.30...v0.0.31

v0.0.30

15 May 10:36

Choose a tag to compare

Changelog

  • cb03b94 Add device get-system-time command.

v0.0.29

14 May 08:04

Choose a tag to compare

Changelog

  • d8428ba Pass context to client creation for timeouts and cancelations.
  • fda612c Upgrade dependencies and toolchain.