Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Releases: JackalLabs/canine-provider

v1.2.0

21 Jul 22:06
29db143
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.2.0

v1.2.0-rc.1

09 Jul 03:06
29db143
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0-beta.7...v1.2.0-rc.1

v1.1.4

22 May 19:11
Compare
Choose a tag to compare

Fixing some CID empty API issues.

Full Changelog: v1.1.3...v1.1.4

v1.1.4-beta.2

13 May 19:39
Compare
Choose a tag to compare
v1.1.4-beta.2 Pre-release
Pre-release

Full Changelog: v1.1.3...v1.1.4-beta.2

v1.2.0-beta.7

25 Apr 20:24
cfa5de3
Compare
Choose a tag to compare
v1.2.0-beta.7 Pre-release
Pre-release

Check for v1.2.0-beta.6 for updated instructions.

What's Changed

Full Changelog: v1.2.0-beta.6...v1.2.0-beta.7

v1.2.0-beta.6

22 Apr 18:28
b4273ee
Compare
Choose a tag to compare
v1.2.0-beta.6 Pre-release
Pre-release

v1.2.0 Beta

This upgrade brings huge performance improvements with reading and writing files to disk.

@dahn510's overview:

Storage server no longer breaks up files into chunks (0.jkl, 1.jkl ... n.jkl) and writes them into hard drive .
This improves cpu and memory usage especially on serving download requests as it no longer has to put all of split files back into its original form in memory before the file is sent to the user.
There are few optimizations on postproof and strays.

‼️‼️‼️ IMPORTANT ‼️‼️‼️

All storage providers must migrate before turning their machine back on.

Upgrade workflow is as follows:

  1. Turn provider off
  2. Download and install v1.2.0
  3. Run jprovd migrate --prune and follow the prompts (if using a custom --home flag please use it for migration as well, you can also pass -y to skip confirmation)
  4. Turn the provider back on

What's Changed

  • add skip confirmation flag to prune and migration cmd by @dahn510 in #155

Full Changelog: v1.2.0-beta.5...v1.2.0-beta.6

v1.2.0-beta.5

22 Apr 17:20
4bc75b6
Compare
Choose a tag to compare
v1.2.0-beta.5 Pre-release
Pre-release

v1.2.0 Beta

This upgrade brings huge performance improvements with reading and writing files to disk.

@dahn510's overview:

Storage server no longer breaks up files into chunks (0.jkl, 1.jkl ... n.jkl) and writes them into hard drive .
This improves cpu and memory usage especially on serving download requests as it no longer has to put all of split files back into its original form in memory before the file is sent to the user.
There are few optimizations on postproof and strays.

‼️‼️‼️ IMPORTANT ‼️‼️‼️

All storage providers must migrate before turning their machine back on.

Upgrade workflow is as follows:

  1. Turn provider off
  2. Download and install v1.2.0
  3. Run jprovd migrate --prune > migration_results.txt and follow the prompts (if using a custom --home flag please use it for migration as well)
  4. Turn the provider back on

What's Changed

Full Changelog: v1.2.0-beta.4...v1.2.0-beta.5

v1.2.0-beta.4

18 Apr 16:21
c74f966
Compare
Choose a tag to compare
v1.2.0-beta.4 Pre-release
Pre-release

v1.2.0 Beta

This upgrade brings huge performance improvements with reading and writing files to disk.

@dahn510's overview:

Storage server no longer breaks up files into chunks (0.jkl, 1.jkl ... n.jkl) and writes them into hard drive .
This improves cpu and memory usage especially on serving download requests as it no longer has to put all of split files back into its original form in memory before the file is sent to the user.
There are few optimizations on postproof and strays.

‼️‼️‼️ IMPORTANT ‼️‼️‼️

All storage providers must migrate before turning their machine back on.

Upgrade workflow is as follows:

  1. Turn provider off
  2. Download and install v1.2.0
  3. Run jprovd migrate > migration_results.txt and follow the prompts (if using a custom --home flag please use it for migration as well)
  4. Turn the provider back on

What's Changed

Full Changelog: v1.2.0-beta.3...v1.2.0-beta.4

v1.2.0-beta.3

17 Apr 12:43
e60ba10
Compare
Choose a tag to compare
v1.2.0-beta.3 Pre-release
Pre-release

v1.2.0 Beta

This upgrade brings huge performance improvements with reading and writing files to disk.

@dahn510's overview:

Storage server no longer breaks up files into chunks (0.jkl, 1.jkl ... n.jkl) and writes them into hard drive .
This improves cpu and memory usage especially on serving download requests as it no longer has to put all of split files back into its original form in memory before the file is sent to the user.
There are few optimizations on postproof and strays.

‼️‼️‼️ IMPORTANT ‼️‼️‼️

All storage providers must migrate before turning their machine back on.

Upgrade workflow is as follows:

  1. Turn provider off
  2. Download and install v1.2.0
  3. Run jprovd migrate > migration_results.txt and follow the prompts (if using a custom --home flag please use it for migration as well)
  4. Turn the provider back on

What's Changed

Full Changelog: v1.2.0-beta.2...v1.2.0-beta.3

v1.2.0-beta.2

16 Apr 22:42
357ecf0
Compare
Choose a tag to compare
v1.2.0-beta.2 Pre-release
Pre-release

v1.2.0 Beta

This upgrade brings huge performance improvements with reading and writing files to disk.

@dahn510's overview:

Storage server no longer breaks up files into chunks (0.jkl, 1.jkl ... n.jkl) and writes them into hard drive .
This improves cpu and memory usage especially on serving download requests as it no longer has to put all of split files back into its original form in memory before the file is sent to the user.
There are few optimizations on postproof and strays.

‼️‼️‼️ IMPORTANT ‼️‼️‼️

All storage providers must migrate before turning their machine back on.

Upgrade workflow is as follows:

  1. Turn provider off
  2. Download and install v1.2.0
  3. Run jprovd migrate > migration_results.txt and follow the prompts (if using a custom --home flag please use it for migration as well)
  4. Turn the provider back on

What's Changed

Full Changelog: v1.2.0-beta.1...v1.2.0-beta.2