Releases: net-daemon/netdaemon
Release 0.10.2
Correction, was wrong release before
Release 0.10.1
Bugfix release, code generations was on wrong order.
See Release 0.10.0 for important breaking changes!
Release 0.10.0
This primary a maintainence release!
THERE ARE BREAKING CHANGES CAUSE WE CHANGE NAMESPACES. See #145
namespace JoySoftware.HomeAssistant.NetDaemon.Common.Reactive becomes NetDaemon.Common.Reactive
namepsace JoySoftware.HomeAssistant.NetDaemon.Common becomes NetDaemon.Common. We let you find out yourself how to do a find/replace of your apps in vscode or visual studio or other favorite tool :slight_smile:
Release 0.9.6 - beta
Release 0.9.5 - beta
Autogenerate service calls for autogenerated entities. #150
Release 0.9.4 - beta
Release 0.9.3
fix http client cert skip too
Release 0.9.2
Bugfix for cert error ignore
Release 0.9.1
Release 0.9.0
New features
Runtime information
Added first version of runtime information to the netdaemon app switch ( only works in NetDaemonRxApp.
- Next scheduled event
- Last error message
- Show custom app attributes set in app
Better error logging
Error logging are logged in the specific app context
Maintenance
- Fairly big refactoring to move compiler to own class, the app specific features moved from DaemonHost to DaemonAppBase.
- Added GetData and SaveData to the NetDaemonRxApp
- Bump dependencies
