Skip to content

Releases: heston/firebase-live-data

v0.6.3

20 May 21:29
ac78820
Compare
Choose a tag to compare
  • Fixed a bug where the value of the root node was not properly updated when set to None.

v0.6.1

04 Apr 21:50
dd73615
Compare
Choose a tag to compare
  • More general exception handling in metawatcher to handle broader failure scenarios.

v0.6.0

03 Apr 03:20
3f2bfc5
Compare
Choose a tag to compare
  • Automatically recover dropped connections with a more resilient mechanism (metawatcher).

v0.5.2

04 Dec 19:45
416c673
Compare
Choose a tag to compare
  • Ensure root path is normalized properly when recursing signals.
  • Added integration tests

v0.5.1

27 Nov 01:45
b0fb910
Compare
Choose a tag to compare
  • Ensure all paths are normalized when recursing signals.

v0.5

26 Nov 23:03
a82e094
Compare
Choose a tag to compare
  • Normalize path names when connecting to signals, to account for differences in path notation.

v0.4

22 Mar 04:13
e61fe8d
Compare
Choose a tag to compare
  • Fixed bug where empty FirebaseData instance would cause LiveData.is_stale to incorrectly report True all the time.

v0.3

21 Mar 04:55
3274cac
Compare
Choose a tag to compare
  • Added thread-based polling watcher for running a periodic health check on live data connections.

v0.2

15 Mar 06:03
ef2d327
Compare
Choose a tag to compare
  • Added ability to recursively trigger signals on a path that was updated, notifying listeners at every level.