Skip to content

Releases: CDRV/PiHub

PiHub v1.2.2

16 May 15:55
ea590cf
Compare
Choose a tag to compare

What's Changed

  • Fixed multiple transfer issues occurring with Apple Watch to OpenTera
  • Prevented files to be transferred on OpenTera if already present

Full Changelog: v1.2.1...v1.2.2

PiHub v1.2.1

24 Apr 18:35
94159ef
Compare
Choose a tag to compare

What's Changed

  • Fixed OpenTera transfer issues with large watch logs files
  • Ignored unknown (badly formatted) characters on decoding files

Full Changelog: v1.2.0...v1.2.1

PiHub 1.2.0

18 Apr 17:39
bd70504
Compare
Choose a tag to compare

What's Changed

  • Refs #14. Integration with OpenTera for watch servers
  • Updated to latest python packages
  • Removed PiHub.json and replaced with a default config

Full Changelog: v1.1.0...v1.2.0

PiHub 1.1.0

05 Dec 16:32
505246b
Compare
Choose a tag to compare

What's Changed

  • #8. Fixed server startup sequence - Watch server will now be started properly even if files are transferring
  • #9. Added extra checks to try and prevent that situation (not fully fixed - need to test)
  • #10. Added fallback to try and resync files if error occurred.
  • #11. Updated python packages dependencies (see below for upgrading information)

IMPORTANT: Updating

Since the python env was changed (by replacing outdated packages), a new one must be fully generated!

  1. Remove the "venv" folder
  2. Recreate the "venv" folder (see the README file or use the "create_conda_venv" if using miniconda )

Full Changelog: v1.0.5...v1.1.0

PiHub 1.0.5

04 May 13:39
ac1c1f7
Compare
Choose a tag to compare

What's Changed

  • WatchServer: Fixed issue when multiple watches were connected and transferring at the same time, when SFTP transfer was also enabled.

Full Changelog: v1.0.4...v1.0.5

PiHub 1.0.4

11 Apr 13:13
e1c3d81
Compare
Choose a tag to compare

What's Changed

  • SFTPUploader: Fixed not creating directories recursively on SFTP server
  • Servers using SFTP: Fixed "/" being prepended to remote path not useful (using relative path from root folder on server)

Full Changelog: v1.0.3...v1.0.4

PiHub 1.0.3

22 Sep 18:15
8e312f8
Compare
Choose a tag to compare

What's Changed

  • WatchServer: Fixed file moving from ToProcess to Processed not happening when error was occurring (sending loop)
  • WatchServer: Added a flag to reject data that are too small (< 10 seconds)
  • WatchServer: Improved data sending process with a timer instead of waiting for device to disconnect to send data (which is currently occurring only when the device is removed from charger)

Full Changelog: v1.0.2...v1.0.3

PiHub 1.0.2

06 Sep 17:47
36842ca
Compare
Choose a tag to compare
  • Added folder watcher server
  • Fixed parallel file transfers issues in Watch Server

Full Changelog: v1.0.1...v1.0.2

PiHub 1.0.1

09 Nov 13:59
5c59399
Compare
Choose a tag to compare

Fixed an issue with BedServer timing out while transferring data from bed sensor.

Full Changelog: v1.0.0...v1.0.1

PiHub 1.0.0

21 Oct 18:08
9c72b1f
Compare
Choose a tag to compare

Initial release

What's Changed

New Contributors

Full Changelog: https://github.com/CDRV/PiHub/commits/v1.0.0