Skip to content

Latest commit

 

History

History
94 lines (86 loc) · 6.2 KB

CHANGELOG.md

File metadata and controls

94 lines (86 loc) · 6.2 KB

EdgeX Virtual Device Service

Github repository

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

Change Logs for EdgeX Dependencies

Features ✨

  • Enable using MessageBus as the default (#dee740d)
  • Add secure MessagBus capability (#e8304ae)
  • Add Registry/Config Access token capability (#182) (#ade1702)
    BREAKING CHANGE:
    When run with the secure Edgex Stack now need to have the SecretStore configured, a Vault token created and run with EDGEX_SECURITY_SECRET_STORE=true.
    
  • update driver implementation to reflect v2 profiles (#0759054)
  • Remove Logging configuration (#7c0b286)

Bug Fixes 🐛

  • update separator for GET array value handler function (#f5ae1f5)
  • update default service configuration (#735eab6)
  • pass correct argument in prepareVirtualResources (#3f1af1c)

Code Refactoring ♻

  • remove unimplemented InitCmd/RemoveCmd configuration (#db5966d)
  • Change PublishTopicPrefix value to be 'edgex/events/device' (#3806501)
  • Update to assign and uses new Port Assignments (#a4c3f51)
    BREAKING CHANGE:
    Device Virtual default port number has changed to 59900
    
  • Moved go mod tidy in dockerfile (#e5c72d3)
  • Update for new service key names and overrides for hyphen to underscore (#f085b26)
    BREAKING CHANGE:
    Service key names used in configuration have changed.
    
  • Updated to latest SDK and update MessageQue type to be redis (#ff158f9)
  • consume v2 Device SDK (#941086c)

Documentation 📖

Build 👷

Continuous Integration 🔄

  • update local docker image names (#390274e)

[v1.3.1] - 2021-02-02

Code Refactoring ♻

Build 👷

  • update device-sdk-go to v1.3.1-dev.4 (#d2603f8)
  • deps: Bump github.com/edgexfoundry/device-sdk-go (#fb417ca)

Continuous Integration 🔄

  • add semantic.yml for commit linting, update PR template to latest (#c0dc29d)
  • standardize dockerfiles (#6351328)

[v1.3.0] - 2020-11-18

Features ✨

Doc

Bug Fixes 🐛

  • ReadWrite field of each device resource should be RW (#b91c50e)

Code Refactoring ♻

  • Upgrade SDK to v1.2.4-dev.34 (#1077bc0)
  • update dockerfile to appropriately use ENTRYPOINT and CMD, closes#125 (#ee911db)

Build 👷

  • update go-mod-core-contracts to 0.1.111 (#7fc4ffb)
  • update device-sdk-go to 1.3.0 (#b61769c)
  • upgrade device-sdk-go (#edf0204)
  • upgrade to use Go1.15 (#7a8becd)
  • all: Enable use of DependaBot to maintain Go dependencies (#befc574)

[v1.2.3] - 2020-08-19

Bug Fixes 🐛

  • service fails when run with read-only root file system (#9874cd4)

[v1.2.2] - 2020-07-09

Doc

  • update pr template to include dependencies section (#e9454c0)

Bug Fixes 🐛

[v1.2.1] - 2020-06-12

Code Refactoring ♻