Releases: CDRV/PiHub
Releases · CDRV/PiHub
PiHub v1.2.2
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
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
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
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!
- Remove the "venv" folder
- 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
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
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
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
- Added folder watcher server
- Fixed parallel file transfers issues in Watch Server
Full Changelog: v1.0.1...v1.0.2
PiHub 1.0.1
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
Initial release
What's Changed
- Merged for v1.0.0 by @AntoineGuillerand in #1
New Contributors
- @AntoineGuillerand made their first contribution in #1
Full Changelog: https://github.com/CDRV/PiHub/commits/v1.0.0