Skip to content

Release 2.9.0

Compare
Choose a tag to compare
@supergeorg supergeorg released this 24 Apr 21:42
· 98 commits to main since this release

Hello and welcome to maybe the biggest behind-the-scenes update to Grocy Mobile since the first release of the app. All network requests are now handled via the modern Async/Await pattern instead of Combine. For this, big parts of the app were changed and therefore errors are possible. I am looking towards your bug reports.
By using this pattern, the change from WebRequest to WebSocket for Home Assistant was possible without big problems, it works now. And new functionality should be much easier now!

Changes:

  • change networking from Combine to Async/Await
  • small changes in handling should be noticeable
  • Home Assistant works again