Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Latest commit

 

History

History
94 lines (75 loc) · 7.58 KB

CHANGELOG.md

File metadata and controls

94 lines (75 loc) · 7.58 KB

EdgeX Command Line Interface (CLI)

Github repository

Change Logs for EdgeX Dependencies

[v2.3.0] Levski - 2022-11-09 (Only compatible with the 2.x release)

Code Refactoring ♻

  • Use DeviceProfileBasicInfo when creating DeviceProfile (#450) (#b8614dc)

Build 👷

  • Upgrade to Go 1.18 and optimize attribution script (#445) (#b285fb7)

[v2.2.0] Kamakura - 2022-05-11 (Only compatible with the 2.x release)

Bug Fixes 🐛

  • Replace slack.edgexfoundry.org with edgexfoundry.slack.com (#b653c32)
  • Wrong list param (#56017f9)
  • Wrong device param of command list (#c7441b1)

Code Refactoring ♻

  • snap: remove redundant content identifier (#8c7365f)

Documentation 📖

Build 👷

  • snap: Source metadata from central repo (#bca6647)

Continuous Integration 🔄

[v2.1.0] Jakarta - 2021-11-18 (Only compatible with the 2.x release)

Features ✨

  • Add V2 support-scheduler (#6d2939f)
  • Add V2 support-notifications (#c21b0cc)
  • Add support for V2 core-metadata endpoints (#419) (#a77b052)
  • Add support for core-data endpoints (#082273a)
  • Add support for core-command list (#337d45e)
  • Add support for core-command write (#87a5b2f)
  • Add support for core-command read (#83c667c)
  • Add support for common v2 endpoints (ping/metrics/version/config) (#1b3752f)
  • Remove go-mod-core-contracts v1 from attribution.txt (#1615725)
  • Upgrade to v2 apis with base files and status and version commands working (#e5e45d9)
  • Add context with correlation-ID Value (#f6afed9)

Bug Fixes 🐛

  • make install creates $home/.edgex-cli/configuration.toml (#372) (#b6bf22c)
  • Instead of passing the entire cmd, send just the context (#3ce8009)
  • Snap-fix-build-after-removal-of-snap-local (#4e86fd6)
  • Add snap related changes (#a4c6c2e)
  • Propagate configuration file to distribution archives (#271f6fd)
  • Missing configuration.toml in release packages (#357) (#7729e0d)
  • Rewrite sample files to use json format only (#1c434c9)
  • Make Device Profile message more accurate (#f97e0f4)
  • snap: fix initial configuration file install (#368) (#1f3ac9c)

Continuous Integration 🔄

[v1.0.1] - 2021-02-08

Bug Fixes 🐛

  • Make install creates $home/.edgex-cli/configuration.toml (#ba2c4a5)
  • Fix missing configuration file in distribution archives (#4b89f1c)

[v1.0.0] - 2020-11-30

Features ✨

  • Add snap packaging (#333) (#796f864)
  • Add support of Provisioning watchers (#c1be68d)
  • Add attribution and LICENSE files in archive files (#348d03a)
  • Issue pet/put commands (#266433f)
  • Add command for update Device Profile (#92857c8)
  • Provides code organization and sample template information for developers (#316) (#2d0fa2c)
  • Add device operation status update command (#351a6c3)
  • Add support of multiple delete by id (#b0b4e8f)
  • Update device admin state (#3dab669)
  • Define -u and -v flags (#bb862d5)

Bug Fixes 🐛

  • Update edgex-cli documentation (#a99930f)
  • Limits Makefile clean action to removing edgex-cli binary (#322) (#2b9df61)
  • Added y/n checkboxes for new imports (#323) (#a097169)
  • Updates command documentation, including that CLI works only with localhost (#312) (#d5c6e11)
  • Wrong err msg (#245635c)

Code Refactoring ♻

  • Make update device adminstate cmd shorter (#53c3bc0)
  • create Device profile to use Json (#7fa708b)