v0.4.0 #60
dangeross
announced in
Announcements
v0.4.0
#60
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release mainly addresses handling of the application when in a background/hibernated state. The application will now queue any received events and use a background task handler to complete each task in the queue. Handling this events immediately was causing issues in v0.3.x as sometimes either events are not promptly received, or when received the application does not have networking access during a hibernation period. This is also a step towards becoming less reliant on using push notifications to receive all events around a charging session.
Improvements
What's Changed
Full Changelog: v0.3.11...v0.4.0
This discussion was created from the release v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions