Skip to content

Releases: net-daemon/netdaemon

23.5.0

02 Feb 18:45
94d6465

Choose a tag to compare

👀 Summary

✨ New features

⚡ Enhancements

🐛 Bug Fixes

⬆️ Dependency Updates

Links

22.52.0

29 Dec 08:04
c4c570f

Choose a tag to compare

👀 Summary

✨ New features

⚡ Enhancements

🐛 Bug Fixes

⬆️ Dependency Updates

Links

22.50.1

17 Dec 17:27
c08e9da

Choose a tag to compare

👀 Summary

Let us introduce you to NetDaemon runtime 3.1 that is built on top of .NET 7 and C# 11. We also have some new exiting features and fixes. Thanks to Frank the code generator now remembers attributes from previous code generations. This is awesome since some attributes are only available when a device is on, to give one example.

For your convenience we are providing new docker images and Home Assistant add-ons so you can migrate to NetDaemon runtime 3.1 and .NET 7 in your own pace. The runtime 3.1 is fully compatible with 3.0 so the transition should be quite smooth. Just upgrade your project dependencies to latest versions and make sure you have .NET 7 SDK installed. Deploy your apps and run them using the new docker image/add-on.

Please advice that the last version using NetDaemon runtime 3.0 and .NET 6 is version 22.44.0. No maintenance or new features will be added. We strongly recommend move to NetDaemon runtime 3.1 and .NET 7 as soon as possible to keep up to date with bug fixes, new features and updated NuGet packages including security patches. The NetDaemon runtime 3.0 and .NET 6 will be deprecated and removed no later than when .NET 8 based NetDaemon runtime is released.

The dev team hope you are enjoying our effort providing a great experience to .NET developers automating their homes.

✨ New features

⚡ Enhancements

🐛 Bug Fixes

⬆️ Dependency Updates

Links

22.50.0

17 Dec 14:22

Choose a tag to compare

Faulty release

22.44.0

03 Nov 10:51

Choose a tag to compare

👀 Summary

Another NetDaemon release. This time we have some exiting new features. From now we support running NetDaemon in Asp.net core. We also now support standard attributes for MediaPlayer.

Thanks @phillipsawyer and @FrankBakkerNl for your contributions!

✨ New features

⬆️ Dependency Updates

Links

22.40.0

04 Oct 19:09
9b79ec0

Choose a tag to compare

👀 Summary

⚡ Enhancements

  • #748 Use builtin SerializeToElement/Deserialize over current json extensions @ThomasCulotta
  • #760 Versioning of assemblies match nuget package version @helto4real
  • #753 Make the generated files more friendly to code cleanup functionality of Visual Studio @asanjabi

⬆️ Dependency Updates

Links

22.34.0

28 Aug 15:23
56f1abe

Choose a tag to compare

👀 Summary

✨ New features

⬆️ Dependency Updates

Links

22.27.2

08 Jul 08:28
efe0412

Choose a tag to compare

👀 Summary

Fix code generation to ignore null json elements for service fields (rare cases).

🐛 Bug Fixes

  • #727 Checks if fields value type is object before enumerate objects on service property.
    @helto4real

Links

22.27.1

04 Jul 14:51
e60f91a

Choose a tag to compare

22.27.0

04 Jul 11:23
66c2de3

Choose a tag to compare

👀 Summary

Exiting new release of NetDaemon!

Thanks to @333fred the the json parser now recursively generate types based on array content, rather than directly turning arrays into object.
We also did a maintainence release of the MQTT extension now upgraded to version 4 (a lot of changes internally) by @skotl and some other changes by @rumbu13.
Finally we now allow better custom configuration by adding needed dependecies in a single function without also adding standard configuration thanks to @PartemImperium.

⚡ Enhancements

  • #718 Generate IReadOnlyList properties for json arrays @333fred
  • #722 AddRange assumes that the target to merge contains values only. Now i… @rumbu13
  • #724 Feature/use net daemon app settings pull configure services @PartemImperium

⬆️ Dependency Updates

Links