Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Latest commit

 

History

History
73 lines (66 loc) · 4.26 KB

CHANGELOG.md

File metadata and controls

73 lines (66 loc) · 4.26 KB

EdgeX Random Integer 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 (#f079ac5)
  • Add secure MessageBus capability (#4b5482a)
  • Remove Logging configuration (#ae9ff48)

Bug Fixes 🐛

  • Added missing InsecureSecrets section (#f0ed56a)

Code Refactoring ♻

  • remove unimplemented InitCmd/RemoveCmd configuration (#3121aad)
  • Change PublishTopicPrefix value to be 'edgex/events/device' (#aa0da4d)
  • Update configuration for change to common ServiceInfo struct (#f6aa74d)
    BREAKING CHANGE:
    Service configuration has changed
    
  • Update to assign and uses new Port Assignments (#847e930)
    BREAKING CHANGE:
    Device Modbus default port number has changed to 59988
    
  • Added go mod tidy to Dockerfile (#b906c1a)
  • refactor: Update for new service key names and overrides for hyphen to underscore (#e6bfccb)
    BREAKING CHANGE:
    Service key names used in configuration have changed.
    
  • use v2 device-sdk (#ac673e8)

Documentation 📖

Build 👷

Continuous Integration 🔄

  • update local docker image names (#7b55d68)

[v1.3.1] - 2021-02-02

Continuous Integration 🔄

  • add semantic.yml for commit linting, update PR template to latest (#db9b377)
  • standardize dockerfiles (#147cc11)

[v1.3.0] - 2020-11-18

Code Refactoring ♻

  • Upgrade SDK to v1.2.4-dev.34 (#dd26f79)
  • update dockerfile to appropriately use ENTRYPOINT and CMD, closes#115 (#4c9a6eb)

Build 👷

  • Upgrade to Go1.15 (#f50c3e8)
  • all: Enable use of DependaBot to maintain Go dependencies (#b13c74e)

[v1.2.2] - 2020-08-19

Doc

  • update pr template to include dependencies section (#365baf6)

[v1.2.1] - 2020-06-12

Code Refactoring ♻

Documentation 📖

Build 👷

  • Update relevant files in device-random for Go 1.13. (#05f3a3d)