Skip to content

Releases: net-daemon/netdaemon

Release 0.10.2

09 Jul 10:53
4a7b692

Choose a tag to compare

Correction, was wrong release before

Release 0.10.1

04 Jul 16:56

Choose a tag to compare

Bugfix release, code generations was on wrong order.

See Release 0.10.0 for important breaking changes!

Release 0.10.0

04 Jul 14:01
8fd9b86

Choose a tag to compare

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

02 Jul 14:29
1a5ebf3

Choose a tag to compare

New features

  • Complex data types in yaml configurations

See #154

Release 0.9.5 - beta

30 Jun 19:41
e3a3d96

Choose a tag to compare

Autogenerate service calls for autogenerated entities. #150

Release 0.9.4 - beta

30 Jun 13:42
d9c2ec8

Choose a tag to compare

This is the beta release.

New Features

  • Brings back service calls #148
  • Autogenerations for new API #149

Release 0.9.3

27 Jun 15:22

Choose a tag to compare

fix http client cert skip too

Release 0.9.2

27 Jun 10:46

Choose a tag to compare

Bugfix for cert error ignore

Release 0.9.1

27 Jun 05:50

Choose a tag to compare

New features

You can now bypass ssl checks for self signed certificates. Set the environment variable HASSCLIENT_BYPASS_CERT_ERR=thumbprint

See hash
image

Maintainece

Some stuff to let NetDaemon continue to be awesome

Release 0.9.0

10 Jun 14:35

Choose a tag to compare

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