BREAKING CHANGE: Remove snap packaging ([#238](https://github.com/edgexfoundry/app-rfid-llrp-inventory/issues/238))
- Remove obsolete comments from config file (#240) (9e1f568…)
- Replace github.com/pkg/errors with errors (#218) (49917a2…)
- Replace docs in README with link to docs on docs.edgexfoundry.org (#248) (03dfe80…)
- Add swagger file (#244) (21ed4d0…)
- Add automated release workflow on tag creation (c895c02…)
Security - Add missing authentication hooks to standard routes (#1447)
BREAKING CHANGE: EdgeX standard routes, except /ping, will require authentication when running in secure mode
- Remove ZeroMQ MessageBus capability (#cbfcac4)
BREAKING CHANGE: ZeroMQ MessageBus capability no longer available
- Consume additional level in event publish topic (#63c8b30)
BREAKING CHANGE: Inventory events are published using new topic which includes additional level for the service name.
- Updates for common config (#0e6798d)
BREAKING CHANGE: configuration file changed to remove common config settings
- Change subscription topics to receive any event from device LLRP (#202) (#ad72238)
- snap: Refactor to avoid conflicts with readonly config provider directory (#163) (#636b604)
- Use latest SDK for flattened config stem (#004f5d2)
BREAKING CHANGE: location of service configuration in Consul changed
- Rename command line flags for the sake of consistency (#dc56276)
BREAKING CHANGE: renamed -c/--confdir to -cd/--configDirand -f/--file to -cf/--configFile
- Adjust configuration for reworked MessageBus config (#bbc8cea)
BREAKING CHANGE: MessageBus configuration is now standalone from Trigger
- Replace internal topics from config with new constants and use base topic (#0d101ae)
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.
- Change configuration file format to YAML (#926f659)
BREAKING CHANGE: Configuration file now uses YAML format, default file name is now configuration.yaml
- Enable core command via message bus (#139) (#494ae06)
- Consume MakeItRun rename to Run (#188) (#cc44783)
- Go 1.20 gofmt (#157) (#968f145)
- snap: Drop the support for legacy snap env options (#350dcbb)
BREAKING CHANGE: Drop the support for deprecated snap options starting with `env.`
- snap: Update command and metadata sourcing (#162) (#0370fe2)
- Ignore all go-mod deps, except go-mod-bootstrap (#185) (#f3383ef)
- Update to Go 1.20, Alpine 3.17 and linter v1.51.2 (#158) (#9fc1e83)
- Add common service metrics configuration (#118) (#76318d8)
- Add NATS configuration (#109) (#d157eb8)
- snap: add config interface with unique identifier (#115) (#617f1cb)
- Add option to build Service with NATS Capability (#109) (#d157eb8)
- Upgrade to Go 1.18 and alpine 3.16 (#96) (#ccdb054)
- Update attribution script to use go.mod file instead of vendor folder (#95) (#5d59561)
-
Update to latest go-mod-messaging w/o ZMQ on windows (#1009) (#d30acd6)
BREAKING CHANGE: ZeroMQ no longer supported on native Windows for EdgeX MessageBus
-
Added "make lint" target and added it to "make test". Also resolved all lint errors (#63) (#a218d4f)
- Retry failed HTTP GET calls (#47) (#088d1eb)
- Correct parsing of ImpinjPeakRSSI parameter (#44) (#0853f1f)
- Clean up TOML quotes and add LF MD files (#89e3554)
- Add badges to readme (#9082428)