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-beta.1

15 Apr 17:30
6ed6f54
Compare
Choose a tag to compare
v1.2.0-beta.1 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

Features

Deps

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

v1.1.3

05 Apr 19:24
505ef3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

24 Aug 19:57
a3a4ca1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.0

23 Aug 14:30
5a21ccd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.9...v1.1.0

v1.1.0-beta.1

28 Jul 20:02
f0af336
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.10-beta.1...v1.1.0-beta.1

v1.0.10-beta.1

03 Jun 18:18
Compare
Choose a tag to compare
v1.0.10-beta.1 Pre-release
Pre-release

Full Changelog: v1.0.9...v1.0.10-beta.1

v1.0.9

29 May 15:51
Compare
Choose a tag to compare

Fixed a potential mem-leak.

What's Changed

  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #81

Full Changelog: v1.0.8...v1.0.9

v1.0.8

12 May 03:00
c5eece1
Compare
Choose a tag to compare

This update comes with significant stray claiming changes to fix the claiming of the network. The stray pile was never supposed to get as big as it did due to the issues we had in the first week of launch and it has caused the providers not to claim strays appropriately. This update makes traversing the stray list more efficient and tackles many memory usage issues. Providers with 32GB of RAM or less should pay attention to their logs.

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

25 Apr 04:36
c0d0ea5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.7

v1.0.5

28 Mar 23:20
6f5dde0
Compare
Choose a tag to compare

Improving Provider Stability through a series of param tweaks and external library changes.

What's Changed

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