Releases: net-daemon/netdaemon
Releases · net-daemon/netdaemon
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
Links
24.51.0
👀 Summary
With this update, we've resolved an issue that was affecting users who launch applications through Home Assistant, ensuring those applications restart correctly after a connection loss. We've also made some behind-the-scenes improvements to keep things running smoothly.
🐛 Bug Fixes
- #1217 Fix: Apps that were started from HA are not retsrated after a reconnect @FrankBakkerNl
⬆️ Dependency Updates
- #1214 Bump Testcontainers from 4.0.0 to 4.1.0 @dependabot
- #1212 Bump Microsoft.CodeAnalysis.CSharp from 4.11.0 to 4.12.0 @dependabot
- #1215 Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 @dependabot
- #1216 Bump Roslynator.Analyzers from 4.12.9 to 4.12.10 @dependabot
Links
24.50.0
👀 Summary
💥 Breaking changes
- #1206 NetDaemon 5, .NET 9 release @helto4real
🐛 Bug Fixes
- #1208 Fix the startup script in docker containers for version 5 @helto4real
⬆️ Dependency Updates
- #1194 Bump Testcontainers from 3.10.0 to 4.0.0 @dependabot
- #1195 Bump FluentAssertions and System.Configuration.ConfigurationManager @dependabot
- #1206 NetDaemon 5, .NET 9 release @helto4real
- #1199 Bump NuGet.Protocol from 6.11.1 to 6.12.1 @dependabot
- #1213 Upgrade Nugets @helto4real
Links
24.43.0
👀 Summary
⚡ Enhancements
- #1191 Have nd-codegen check for available updates @FrankBakkerNl
🐛 Bug Fixes
- #1190 Fix #1166 Exception with Code generator when an attribute name has no alfanumeric characters @FrankBakkerNl
⬆️ Dependency Updates
- #1193 Newest Nuget packages @helto4real
Links
24.42.0
👀 Summary
✨ New features
- #1188 Hassmodel APIs creates entities of types created by nd-codegen @FrankBakkerNl
⬆️ Dependency Updates
- #1181 Bump xunit from 2.9.0 to 2.9.2 @dependabot
- #1180 Bump YamlDotNet from 16.1.2 to 16.1.3 @dependabot
- #1178 Bump Roslynator.Analyzers from 4.12.5 to 4.12.6 @dependabot
- #1189 Updating nuget packages @helto4real
Links
24.37.1
👀 Summary
💥 Breaking changes
- #1177 Remove constructors that take client types from public HassModel API @FrankBakkerNl
⚡ Enhancements
- #1177 Remove constructors that take client types from public HassModel API @FrankBakkerNl
⬆️ Dependency Updates
- #1176 Bump YamlDotNet from 16.1.0 to 16.1.2 @dependabot
- #1175 Bump Roslynator.Analyzers from 4.12.4 to 4.12.5 @dependabot
Links
24.37.0
👀 Summary
⚡ Enhancements
⬆️ Dependency Updates
- #1165 Bump YamlDotNet from 16.0.0 to 16.1.0 @dependabot
- #1174 Upgrade Nuget packages @helto4real
Links
24.35.1
👀 Summary
⚡ Enhancements
- #1164 Handle decimals in JSON response @seancallinan
🐛 Bug Fixes
- #1157 Properly deserialize context when deserializing state in the entity state cache @nuttytree