Skip to content

Releases: Penumbra-Sync/server

v5 - API changes and Performance fixes

13 Jul 12:11
Compare
Choose a tag to compare
  • consolidate all Hubs into one to have only one connection active
  • add several database migrations to adjust the database (MAKE BACKUPS)
  • add limits for strings in database entries for better performance
  • split up auth into its own table for better performance
  • add more relevant indexes
  • no loss of data is expected
  • API increase to 5

v4 - API change to Authentication

11 Jul 15:14
Compare
Choose a tag to compare
  • Changes handling of Authentication
  • Performance improvements

v3 HF1 - API Version on empty connection

07 Jul 21:29
Compare
Choose a tag to compare

Now returns API Version on empty connection

v3 - Adds SystemInfoAPI

06 Jul 09:42
Compare
Choose a tag to compare

This release adds the following features:

  • new API call to get SystemInfo of current service (CPU, RAM, Cache Usage, Files in Cache, Users online, Network in, Network out)
  • API level increased to 3

v2 - breaking API changes

04 Jul 11:41
Compare
Choose a tag to compare
  • API calls are now unified between Client and Server and don't rely on strings

v1 HF1 - Hotfix to FileCleanupService

04 Jul 07:38
Compare
Choose a tag to compare

This release fixes following issues:

  • FileCleanupService does not delete files currently in upload anymore

v1 - First Official Beta

03 Jul 19:32
Compare
Choose a tag to compare
add documentation how to install server on ubuntu 20.04 and add serve…