Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Latest commit

 

History

History
130 lines (109 loc) · 8.92 KB

CHANGELOG.md

File metadata and controls

130 lines (109 loc) · 8.92 KB

EdgeX Camera Device Service

Github repository

Change Logs for EdgeX Dependencies

[v2.2.0] Kamakura - 2022-05-11 (Not Compatible with 1.x releases)

Features ✨

Bug Fixes 🐛

  • snap: Expose parent directory in device-config plug (#f6f2141)

Code Refactoring ♻

  • snap: Remove redundant content indentifier (#a81407d)

Documentation 📖

  • snap: remove two environment configuration overrides (#ccfe6b2)

Build 👷

  • Update to latest SDK w/o ZMQ on windows (#9b3fa78)
    BREAKING CHANGE:
    ZeroMQ no longer supported on native Windows for EdgeX
    MessageBus
    
  • snap: source metadata from central repo (#193) (#3f3ab22)

Continuous Integration 🔄

  • gomod changes related for Go 1.17 (#82a10a5)
  • Go 1.17 related changes (#569337f)

[v2.1.0] Jakarta - 2021-11-18 (Not Compatible with 1.x releases)

Features ✨

  • Update config files to include secretsfile (#94ad87a)

Documentation 📖

  • Add comment for secretsfile (#6f6b908)

Build 👷

[v2.0.1] Ireland - 2021-10-08 (Not Compatible with 1.x releases)

  • Use correct constants for authentication (#4e5edb8)
  • Update PascalCase for device resource names (#138) - Aligns code with device profile changes made in PR 111 (#8e9dd4c)
  • Update all TOML to use quote and not single-quote (#d3b9f4b)

[v2.0.0] Ireland - 2021-06-30 (Not Compatible with 1.x releases)

Features ✨

  • Enable using MessageBus as the default (#9d8893d)
  • Remove Logging configuration (#2f6e8f2)
  • security: Get Camera creds from SecretProvider - Add implementation of getting camera credentials from secret provider / secret store instead of configuration toml directly - Remove plain text camera credentials from toml config file - Refactor camera credentials to allow multiple different camera credentials using DeviceList instead of Driver config (#0fadece)

Style

  • Use pascal case in the sample Profiles (#b9d8927)

Code Refactoring ♻

  • remove unimplemented InitCmd/RemoveCmd configuration (#d1479f8)
  • Remove the dependency of pkg/errors (#1083b87)
  • use v2 SDK (#3339319)
  • Update to assign and uses new Port Assignments and service key (#fe94c2d)
    BREAKING CHANGE:
    Device Camera default port number has changed to 59985
    
    BREAKING CHANGE:
    Device Camera service key has changed to device-camera
    

Documentation 📖

Build 👷

  • update snap build (#c46a067)
  • update build files for v2 (#d808c09)
  • snap: update epoch and release version to Ireland (#95a98a1)
  • update go.mod to go 1.16 (#d43abaa)
  • update Dockerfiles to use go 1.16 (#ba22a61)
  • snap: '-go' suffix removed from device name (#2a3a7a1)
  • snap: run 'go mod tidy' (#c9606bd)
  • snap: update go to 1.16 (#5bc5291)
  • snap: update snap v2 support (#5a3c97e)

Continuous Integration 🔄

  • update local docker image names (#ac9394c)

[v1.2.1] - 2021-02-02

Features ✨

  • snap: add startup-duration and startup-interval configure options (#089ba0f)

Bug Fixes 🐛

  • Set mediaType on all Binary resources (#85) (#7c976a9)

Continuous Integration 🔄

  • add semantic.yml for commit linting, update PR template to latest (#4530cb8)
  • standardize dockerfiles (#b2492c7)

[v1.2.0] - 2020-11-18

Bug Fixes 🐛

  • Changed to single qoutes per PR feedback (#bfac45e)
  • Correct logging setting for STDOUT (#8d54db9)
  • update incorrect edgexfoundry-holding imports (#0e3ece9)
  • check for nil before adding an onvifClient (#39108fe)
  • snap: Update snap versioning logic (#4ae3ea6)

Code Refactoring ♻

  • Upgrade SDK to v1.2.4-dev.34 (#832d354)
  • update dockerfile to appropriately use ENTRYPOINT and CMD, closes#43 (#2df4ac3)

Build 👷

  • Upgrade to Go1.15 (#10b3fe6)
  • all: Enable use of DependaBot to maintain Go dependencies (#2a98e4e)

[v1.1.2] - 2020-08-19

Features ✨

  • device-camera: add snap package files for device-camera (#a0ca43a)

Documentation 📖