Skip to content

Releases: edgexfoundry/app-service-configurable

v3.1.1

15 May 05:57
v3.1.1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1...v3.1.1

v3.1.0 - Napa

15 Nov 19:57
v3.1.0
Compare
Choose a tag to compare

[v3.1.0] Napa - 2023-11-15 (Only compatible with the 3.x releases)

Changelog

✨ Features


BREAKING CHANGE: Remove snap packaging ([#612](https://github.com/edgexfoundry/app-service-configurable/issues/612))

♻ Code Refactoring

  • Remove github.com/pkg/errors from Attribution.txt (#584) (7eb6870…)

🐛 Bug Fixes

  • Add InsecureSecrets section to external-mqtt-trigger profile (#579) (766558f…)

📖 Documentation

👷 Build

  • Upgrade to go-1.21, Linter1.54.2 and Alpine 3.18 (#594) (759f161…)

🤖 Continuous Integration

  • Add automated release workflow on tag creation (f1d380f…)

v3.0.1 - Minnesota

31 Jul 16:07
v3.0.1
67e38a3
Compare
Choose a tag to compare

[3.0.1] Minnesota - 2023-07-25 (Only compatible with the 3.x releases)

Changelog

First-party Dependencies

Features ✨

Security - Add missing authentication hooks to standard routes (edgexfoundry/app-functions-sdk-go#1447)

BREAKING CHANGE: EdgeX standard routes, except /ping, will require authentication when running in secure mode

v3.0.0 - Minnesota

03 Jun 20:49
v3.0.0
162d3a0
Compare
Choose a tag to compare

[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)

v2.3.1

10 May 18:20
v2.3.1
6891b07
Compare
Choose a tag to compare

[v2.3.1] - Levski - 2023-04-12 (Only compatible with the 2.x releases)

View change log here
Browse source code here.
Compatible with EdgeX Compose v2.3.
View Documentation here

v2.3.0

10 May 18:17
v2.3.0
c652ff1
Compare
Choose a tag to compare

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

View change log here
Browse source code here.
Compatible with EdgeX Compose v2.3.
View Documentation here