Skip to content

v3.0.0 - Minnesota

Compare
Choose a tag to compare
@lenny-goodell lenny-goodell released this 03 Jun 20:49
· 97 commits to main since this release
v3.0.0
162d3a0

[3.0.0] Minnesota - 2023-05-31 (Only compatible with the 3.x releases)

Changelog

First-party Dependencies

Features ✨

  • Remove ZeroMQ MessageBus capability (#4955b72)
    BREAKING CHANGE: ZeroMQ MessageBus capability no longer available
    
  • Use latest SDK for MessageBus Request API (#ae4d96f)
    BREAKING CHANGE: Command Client MessageBus topic configuration changed
    
  • Updates for common config (#731cbe3)
    BREAKING CHANGE: configuration file changed to remove common config settings
    
  • Update profiles to use TargetType flag for configurable functions (#509) (#851ef8f)
  • Enable core-command via message bus (#505) (#aa420e0)

Bug Fixes 🐛

  • Consume Store and Forward fix in latest SDK (#555) (#f6c79ab)
  • snap: Refactor to avoid conflicts with readonly config provider directory (#533) (#dd1354e)

Code Refactoring ♻

  • Use latest SDK for flattened config stem (#567a951)
    BREAKING CHANGE: Location of service configuration in Consul changed
    
  • Rename command line flags for the sake of consistency (#cb787cf)
    BREAKING CHANGE: renamed -c/--confdir to -cd/--configDirand -f/--file to -cf/--configFile
    
  • Adjust configuration for reworked MessageBus config (#fd65586)
    BREAKING CHANGE: MessageBus configuration is now standalone from Trigger
    
  • Update message bus topic wild cards (#2fb2187)
    BREAKING CHANGE: use MQTT wild cards + for single level and # for multiple levels
    
  • Replace internal topics from config with new constants and use base topic (#ae5c3a2)
    BREAKING CHANGE: Internal topics no longer configurable, except the base topic. Trigger topics for edgex-messagebus and external-mqtt now directly under Trigger section. All configured topics (subscribe and function pipeline) now automatically have the base topic (default of "edgex/") prepended.
    
  • Consume Secret DTO changes in App SDK (#38d2ea)
    BREAKING CHANGE: Secret dtos Path property renamed to SecretName
    
  • Renamed SecretName to SecretValueKey and SecretnPath to SecretName (#64e14a40)
    BREAKING CHANGE: Renamed SecretName to SecretValueKey and SecretPath to SecretName, removed push-to-core profile
    
  • Change configuration profile formats to YAML (#726c7ba)
    BREAKING CHANGE: Configuration profiles now uses YAML format
    
  • Consume MakeItRun rename to Run (#558) (#023efeb)
  • snap: Drop the support for legacy snap env options (#33a8a0f)
    BREAKING CHANGE: Drop the support for deprecated snap options starting with `env.`
    
  • snap: Update command and metadata sourcing (#532) (#11af183)

Documentation 📖

Build 👷

  • Update to Go 1.20, Alpine 3.17 and linter v1.51.2 (#530) (#a803cbc)
  • Disable CGO for all docker builds so always work (#494) (#8115572)
  • snap: Remove ZMQ from snap (#a0e8a3)