2.6 KiB
2.6 KiB
EdgeX UART Device Service
Change Logs for EdgeX Dependencies
- device-sdk-go
- go-mod-core-contracts
- go-mod-bootstrap (indirect dependency)
- go-mod-messaging (indirect dependency)
- go-mod-registry (indirect dependency)
- go-mod-secrets (indirect dependency)
- go-mod-configuration (indirect dependency)
[4.0.0] Odessa - 2025-03-12 (Only compatible with the 4.x releases)
✨ Features
- Enable PIE support for ASLR and full RELRO (3ed6416…)
♻ Code Refactoring
- Update module to v4 (53189c1…)
BREAKING CHANGE: update go module to v4
🐛 Bug Fixes
- Only one ldflags flag is allowed (d3f616b…)
👷 Build
- Upgrade to go-1.23, Linter1.61.0 and Alpine 3.20 (44e0fc2…)
[v3.1.0] Napa - 2023-11-15 (Only compatible with the 3.x releases)
♻ Code Refactoring
- Remove github.com/pkg/errors from Attribution.txt (447facf…)
📖 Documentation
- Add badges to README (c4a221b…)
👷 Build
🤖 Continuous Integration
- Add automated release workflow on tag creation (5089f3c…)