Releases: JackalLabs/canine-provider
v1.2.0
What's Changed
- Bump github.com/cosmos/ibc-go/v4 from 4.4.2 to 4.6.0 by @dependabot in #137
- Bump golang.org/x/sync from 0.5.0 to 0.7.0 by @dependabot in #136
- Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #134
- Bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0 by @dependabot in #130
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #133
- Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 by @dependabot in #128
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #123
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #121
- API: better cid and fid error handling by @TheMarstonConnell in #139
- Bump actions/download-artifact from 3 to 4 by @dependabot in #120
- update go versiom in actions & lint by @TheMarstonConnell in #141
- Jkl 330 implement the new file system by @dahn510 in #140
- Bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #142
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #144
- Bump github.com/rs/cors from 1.9.0 to 1.10.1 by @dependabot in #148
- Bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #146
- Bump github.com/rs/zerolog from 1.29.1 to 1.32.0 by @dependabot in #147
- Allow provider to post proof during migration by @dahn510 in #143
- fix flag max-misses not defined error by @dahn510 in #150
- Fix prune time + node read issues by @TheMarstonConnell in #151
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #152
- Feat: prune combo flag by @TheMarstonConnell in #153
- Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #154
- add skip confirmation flag to prune and migration cmd by @dahn510 in #155
- prevent files from burning when rpc is down by @dahn510 in #156
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #159
- Bump github.com/rs/cors from 1.10.1 to 1.11.0 by @dependabot in #157
- Bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #158
- Bump github.com/ethereum/go-ethereum from 1.12.1 to 1.13.15 by @dependabot in #160
- Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #162
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #163
- updating deal types to legacy deals by @TheMarstonConnell in #164
- Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot in #166
- Migrations to Sequoia by @TheMarstonConnell in #170
Full Changelog: v1.1.4...v1.2.0
v1.2.0-rc.1
What's Changed
- Bump github.com/ethereum/go-ethereum from 1.12.1 to 1.13.15 by @dependabot in #160
- Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #162
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #163
- updating deal types to legacy deals by @TheMarstonConnell in #164
- Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot in #166
- Migrations to Sequoia by @TheMarstonConnell in #170
Full Changelog: v1.2.0-beta.7...v1.2.0-rc.1
v1.1.4
Fixing some CID empty API issues.
Full Changelog: v1.1.3...v1.1.4
v1.1.4-beta.2
Full Changelog: v1.1.3...v1.1.4-beta.2
v1.2.0-beta.7
Check for v1.2.0-beta.6 for updated instructions.
What's Changed
- prevent files from burning when rpc is down by @dahn510 in #156
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #159
- Bump github.com/rs/cors from 1.10.1 to 1.11.0 by @dependabot in #157
- Bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #158
Full Changelog: v1.2.0-beta.6...v1.2.0-beta.7
v1.2.0-beta.6
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:
- Turn provider off
- Download and install v1.2.0
- 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) - Turn the provider back on
What's Changed
Full Changelog: v1.2.0-beta.5...v1.2.0-beta.6
v1.2.0-beta.5
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:
- Turn provider off
- Download and install v1.2.0
- Run
jprovd migrate --prune > migration_results.txt
and follow the prompts (if using a custom--home
flag please use it for migration as well) - Turn the provider back on
What's Changed
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #152
- Feat: prune combo flag by @TheMarstonConnell in #153
- Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #154
Full Changelog: v1.2.0-beta.4...v1.2.0-beta.5
v1.2.0-beta.4
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:
- Turn provider off
- Download and install v1.2.0
- Run
jprovd migrate > migration_results.txt
and follow the prompts (if using a custom--home
flag please use it for migration as well) - Turn the provider back on
What's Changed
- Fix prune time + node read issues by @TheMarstonConnell in #151
Full Changelog: v1.2.0-beta.3...v1.2.0-beta.4
v1.2.0-beta.3
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:
- Turn provider off
- Download and install v1.2.0
- Run
jprovd migrate > migration_results.txt
and follow the prompts (if using a custom--home
flag please use it for migration as well) - 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
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:
- Turn provider off
- Download and install v1.2.0
- Run
jprovd migrate > migration_results.txt
and follow the prompts (if using a custom--home
flag please use it for migration as well) - Turn the provider back on
What's Changed
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #144
- Bump github.com/rs/cors from 1.9.0 to 1.10.1 by @dependabot in #148
- Bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #146
- Bump github.com/rs/zerolog from 1.29.1 to 1.32.0 by @dependabot in #147
- Allow provider to post proof during migration by @dahn510 in #143
Full Changelog: v1.2.0-beta.1...v1.2.0-beta.2