Releases: CDRV/PiHub
Releases · CDRV/PiHub
PiHub 1.4.1
What's Changed
- OpenTera: Updated transfer policy in case of transfer error to reduce data usage with retries
- OpenTera: Tentative fix for session type mix-ups occurring once in a while
Full Changelog: v1.4.0...v1.4.1
PiHub 1.4.0
What's Changed
- Updated package dependencies
- OpenTera: Allowing uploading to a different service than FileTransferService
- OpenTera: Using session status to track current upload process for a specific session
- Improved default config management
Full Changelog: v1.3.2...v1.4.0
PiHub 1.3.2
What's Changed
- Updated package dependencies
- OpenTera: Fixed issue when battery file in dataset was incomplete.
Full Changelog: v1.3.1...v1.3.2
PiHub v1.3.1
What's Changed
- Updated package dependencies
- OpenTera: Ignored missing beacons and GPS files for AppleWatch, which were preventing transfers from being successfully completed.
Full Changelog: v1.3.0...v1.3.1
PiHub v1.3.0
What's Changed
- Updated package dependencies
- OpenTera: Fixed file transfer error if file size = 0
- Disabled auto-reboot on no Internet connection and cellular network card reset
- OpenTera: Improved error handling
Full Changelog: v1.2.2...v1.3.0
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