Releases: net-daemon/netdaemon
Releases · net-daemon/netdaemon
25.42.0
👀 Summary
⚡ Enhancements
- #1333 Remove mqtt warning @helto4real
🐛 Bug Fixes
- #1333 Remove mqtt warning @helto4real
⬆️ Dependency Updates
- #1337 Upgrade nuget packages @helto4real
Links
25.36.0
👀 Summary
✨ New features
- #1327 Support Host.CreateApplicationBuilder() @FrankBakkerNl
- #1326 Support for Delegate style minimal Apps @FrankBakkerNl
- #1328 Support async minimal apps @FrankBakkerNl
⚡ Enhancements
- #1310 Replaced depricated set-output function in two workflows. @DevJasperNL
- #1319 Add copilot-instructions.md for AI assistant guidance @copilot-swe-agent[bot]
- #1321 Fix integration tests picking up appsettings.Development.json from re… @FrankBakkerNl
- #1329 Re-add treat warnings as errors @helto4real
- #1330 Add .wt as default ignore folder for worktrees @helto4real
🐛 Bug Fixes
- #1316 Fix duplicate SensorEntities registration in AddHomeAssistantGenerated @copilot-swe-agent[bot]
⬆️ Dependency Updates
- #1322 Bump Ilshidur/action-discord from 0.3.2 to 0.4.0 @dependabot[bot]
- #1325 Bump actions/setup-dotnet from 4 to 5 @dependabot[bot]
- #1331 Upgrade the latest nuget packages @helto4real
Links
25.18.1
👀 Summary
⚡ Enhancements
- #1307 Added possible cause to exception message. @DevJasperNL
- #1308 Cleanup lines that don't do anything. @DevJasperNL
🐛 Bug Fixes
Links
25.18.0
👀 Summary
✨ New features
- #1304 Copy identifiers from homeassistant device_registry @sjoerd0301
⚡ Enhancements
- #1303 Feature/prevent blocking start async @DevJasperNL
⬆️ Dependency Updates
- #1305 Bump xunit.runner.visualstudio from 3.0.2 to 3.1.0 @dependabot[bot]
- #1302 Bump Testcontainers from 4.3.0 to 4.4.0 @dependabot[bot]
Links
25.14.1
👀 Summary
🐛 Bug Fixes
- #1301 Fix 1278: CodeGen, Remove unused properties from selector types to avoid deserialization errors @FrankBakkerNl
⬆️ Dependency Updates
- #1279 Bump highbyte/sonarscan-dotnet from 2.4.1 to 2.4.2 @dependabot[bot]
Links
25.14.0
👀 Summary
We fix stuff under the hood. One noteworthy change that we fixed the rare occasion where there could be a name conflict when a field is called target.
⚡ Enhancements
- #1286 Fixed typos in NetDaemon. @DevJasperNL
- #1287 Updating readme. @DevJasperNL
- #1290 Doc/fix readme example @DevJasperNL
- #1298 Enhance/update packages information @DevJasperNL
🐛 Bug Fixes
- #1299 fix #1288 Codegen parameter name conflict when a field is called 'tar… @FrankBakkerNl
⬆️ Dependency Updates
- #1295 Bump Cronos from 0.9.0 to 0.10.0 @dependabot[bot]
- #1289 Upgrade Nuget packages @helto4real
- #1300 Upgrade nuget packages @helto4real
Links
25.10.0
👀 Summary
⚡ Enhancements
- #1266 Use MSBuild to load projects, instead of manual parsing @333fred
- #1282 Improve messages in run-nd.sh script @FrankBakkerNl
- #1283 Refactor service registration methods in IntegrationHaContextExtensions @Jhonattan-Souza
⬆️ Dependency Updates
- #1268 Bump FluentAssertions from 8.0.1 to 8.1.1 @dependabot[bot]
- #1284 Upgrade to latest nuget packages @helto4real
Links
25.6.0
👀 Summary
⚡ Enhancements
- #1262 Fix hass model foldername @DevJasperNL
- #1263 remove ''**/core' from .gitignore @FrankBakkerNl
⬆️ Dependency Updates
- #1265 Upgrade nuget packages @helto4real
Links
25.5.0
👀 Summary
✨ New features
- #1247 Feature/state changes with current @DevJasperNL
⚡ Enhancements
- #1220 Fix README @helto4real
- #1224 Update GitHub workflow files @bakgaard
- #1250 Include NameByUser in HassModel @333fred
- #1251 Strongly-type EntityState.Attributes @333fred
🐛 Bug Fixes
- #1232 Fix the time zone error for building on Ubuntu 24.04 machine. @helto4real
⬆️ Dependency Updates
- #1219 Bump YamlDotNet from 16.2.1 to 16.3.0 @dependabot[bot]
- #1225 Bump coverlet.msbuild from 6.0.2 to 6.0.3 @dependabot[bot]
- #1226 Bump coverlet.collector from 6.0.2 to 6.0.3 @dependabot[bot]
- #1231 Bump xunit.runner.visualstudio from 3.0.0 to 3.0.1 @dependabot[bot]
- #1230 Bump xunit from 2.9.2 to 2.9.3 @dependabot[bot]
- #1241 Upgrade latest nuget packages @helto4real
- #1246 Updates @helto4real
- #1245 Bump Roslynator.Analyzers from 4.12.10 to 4.12.11 @dependabot[bot]
Links
24.52.0
👀 Summary
We now are avoiding throwing exceptions when the path to the app config is missing. We log the path when loading app as a debug log in order to be able to track down configuration issues.
⚡ Enhancements
- #1218 Avoid Exceptions when AppConfigPath does not exist @FrankBakkerNl