Skip to content

v3.1.0 - Napa

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 22:11
· 56 commits to main since this release
v3.1.0

[v3.1.0] Napa - 2023-11-15 (Only compatible with the 3.x releases)

Changelog

First-party Dependencies

✨ Features


BREAKING CHANGE: Remove snap packaging ([#303](https://github.com/edgexfoundry/device-usb-camera/issues/303))

♻ Code Refactoring

  • Remove obsolete comments from config file (112e1b9…)
  • Use PatchDevice calls instead of UpdateDevice (#267) (b4dc3cb…)

🐛 Bug Fixes

  • StreamURI values not parsed in external rtsp mode (#295) (e7b533f…)
  • Both path and paths need to be supported to address the breaking change until the next release (#290) (884b56a…)
  • None mode being seen as invalid option to RtspServerMode (#285) (3411f34…)
  • Support external RTSP servers using RtspServerMode (#270) (0836578…)
  • Rtsp auth server router not initialized properly (#279) (5f6ddc4…)
  • Fix panic when device is missing CardName or SerialNumber (#261) (c5a4cd9…)

👷 Build

  • Upgrade to go-1.21, Linter1.54.2 and Alpine 3.18 (a8ab136…)

🤖 Continuous Integration

  • Add automated release workflow on tag creation (2d62c07…)
  • Ci: Remove repo specific PR template (9ab6e28…)