v3.1.0 - Napa
[v3.1.0] Napa - 2023-11-15 (Only compatible with the 3.x releases)
Changelog
First-party Dependencies
- device-sdk-go
- go-mod-core-contracts
- go-mod-bootstrap
- go-mod-messaging (indirect dependency)
- go-mod-registry (indirect dependency)
- go-mod-secrets (indirect dependency)
- go-mod-configuration (indirect dependency)
✨ Features
BREAKING CHANGE: Remove snap packaging ([#303](https://github.com/edgexfoundry/device-usb-camera/issues/303))
- Add proxy to build script for device-usb-service (#271) (9c60bf2…)
- Update example device files to modify Path to Paths (#273) (c79013a…)
- Replace gorilla/mux with labstack/echo (f8ecbd8…)
- Select stream for api commands (#266) (860b2ed…)
- Implement get/set pixel format commands. (#269) (bd38f51…)
- Ability to disable RTSP server on startup via configuration (#268) (01aee5a…)
- FrameRate command v4l2 (#265) (040a5a6…)
- Extend discovery to support Intel real sense cameras (#264) (7adbeca…)
♻ 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…)