Releases: stratosnet/sds
Releases · stratosnet/sds
Release v0.12.4 Node Selection Update & IPFS Sharelink
What's Changed
- fix/ST-517 re-subscribe should be concurrent by @WangLiStratos in #681
- fix/ wrong download progress for DownloadFileWrong by @mdumais-stratos in #682
- fix/ST-527 fix download retry when slice is already in tmp file by @WangLiStratos in #683
- fix/ST-458 hashring redesign by @mdumais-stratos in #684
- feat/ST-453 support new type of share link for ipfs by @WangLiStratos in #685
- fix/ST-528 initial beneficiary address by @mdumais-stratos in #686
- feat/ST-586 change gc stats log level by @WangLiStratos in #687
- Release v0.12.4 by @alexstratos in #688
- hotfix/hashring panic in RandomNodeExcludedIDs by @mdumais-stratos in #689
Full Changelog: v0.12.3...v0.12.4
Release v0.12.3 Relayer Stability Enhancement
What's Changed
- feat/ST-401 add file deletion function in RPC by @WangLiStratos in #667
- feat/ST-406 change sp when no rsp of node status received by @WangLiStratos in #668
- feat/ST-442 fix terminal exec by @WangLiStratos in #669
- fix/ST-464 fix rpc upload small file by @WangLiStratos in #671
- fix/ST-447 resend failed download req by @mdumais-stratos in #670
- feat/ST-436: Add multi-msg tx builder by @Xiong-stratos in #672
- fix/ST-480 fix pp failed reconnect to sp by @WangLiStratos in #673
- fix/ST-478 fix command replicas by @WangLiStratos in #674
- feat/ST-485 move service gateway token to query params by @qinystratos in #676
- feat/ST-495 relayer to stchain connection by @WangLiStratos in #677
- featST-492 add ping/pong and write deadline by @WangLiStratos in #678
- release v0.12.3 by @alexstratos in #679
Full Changelog: v0.12.2...v0.12.3
Release v0.12.2 Stability Enhancement
What's Changed
- feat/ST-232 relocate pp nodes by @mdumais-stratos in #656
- feat/ST-236 relayd version cmd by @mdumais-stratos in #657
- docs/: update streaming template doc by @qinystratos in #658
- feat/ST-383: Add evm tx support by @Xiong-stratos in #660
- fix/ don't use utils.Log before logger is initialized by @mdumais-stratos in #661
- fix/ST-396 parse denom as lowercase by @mdumais-stratos in #662
- fix/ST-404 rpc upload in parallel by @WangLiStratos in #663
- feat/ST-402 Domain name support by @mdumais-stratos in #664
- fix/ preserve msg id order by @mdumais-stratos in #666
- Release v0.12.2 by @alexstratos in #665
Full Changelog: v0.12.1...v0.12.2
Release v0.12.1 Connection Enhancement & Video Streaming
What's Changed
- fix/ST244: Unknown flags on ppd terminal exec by @Xiong-stratos in #648
- feat/ add streaming demo by @qinystratos in #647
- docs/st-210: add readme to streaming demo by @qinystratos in #649
- hotfix/ST-264 clean redis cache when start by @WangLiStratos in #650
- feat/ST-267 score delta uses redis partial key by @WangLiStratos in #651
- feat/st-305 make video streaming compatible with mobile devices by @qinystratos in #653
- feat/ST-295 optimize SP reconnection logic by @mdumais-stratos in #654
- Release v0.12.1 by @alexstratos in #655
Full Changelog: v0.12.0...v0.12.1
Release v0.12.0
What's Changed
- Feat/QB-1386 update stchain version and add queries by @mdumais-stratos in #554
- Feat/Qb-2063: Add sp beneficiary address for v0.12.0 by @Xiong-stratos in #488
- Feat/Qb-2288: Decouple SDS/SP/Relay/Stratos-chain/Cosmos-sdk by @Xiong-stratos in #561
- Fix/QB-2232 Fix Relayer Problems by @mdumais-stratos in #565
- Fix/QB-2382 separate error handling to avoid panic by @WangLiStratos in #571
- Fix/QB-2339 Update relayer event names and result event strings processing by @mdumais-stratos in #568
- Feat: only the file owner is allowed to download via sdm url by @qinystratos in #573
- Chore/formalize error for empty bech32 by @WangLiStratos in #575
- Refactor/ update getsharefile workflow by @qinystratos in #578
- Fix/ build fail due nested module by @qinystratos in #579
- Fix/QB-2339 Add volumes back in BLS sign bytes by @mdumais-stratos in #576
- Feat/qb2407: inbound cost time debug by @bjlqsnetwork in #580
- Fix/qb2407: update go.mod by @bjlqsnetwork in #581
- Fix/QB-2339 Query noz supply by @mdumais-stratos in #584
- Fix/qb2407: add debug log for cost time and buffer pool by @bjlqsnetwork in #585
- Fix/ the conflicts by @alexstratos in #587
- Feat/QB-2407 fix the debug log in buffer_pool by @WangLiStratos in #590
- Feat/QB-2439: Add go-mod-update cmd to update go.mod file by @Xiong-stratos in #591
- Chore/QB-2444 makefile generate local replace in go.mod by @WangLiStratos in #592
- Feat/QB-2413_move unnecessary logs into log file by @WangLiStratos in #593
- Feat/QB-2331: Add beneficiary addr for pp by @Xiong-stratos in #577
- Feat/QB-2414 configure rpc api namespaces by @WangLiStratos in #594
- Fix/QB-2446 fix rpc api prepay by @WangLiStratos in #595
- Feat/QB-2331 Conflict fix :Add beneficiary addr for pp by @Xiong-stratos in #596
- Feat/QB-2407 score change investigation: merge to v0.12.dev by @WangLiStratos in #597
- Feat/QB-2407 update dependency in go.mod by @WangLiStratos in #598
- Fix/QB-2452 revision management issues by @WangLiStratos in #599
- Feat/QB-2357 read deadline configurable by @WangLiStratos in #601
- Feat/QB-2400 QB-2412 avoid double charging when play cached video by @qinystratos in #582
- Revert/ "feat/QB-2400 QB-2412 avoid double charging when play cached video" by @alexstratos in #602
- Fix/qb2400/double charging by @alexstratos in #603
- Refactor/QB-2335 Remove PP list by @mdumais-stratos in #583
- Feat/QB-2261 add deposit delta to ReqUpdateDepositPP by @mdumais-stratos in #588
- Feat/qb2333: Solve file slice replica inconsistency by @bjlqsnetwork in #566
- Feat/Qb-2264: Kick sp from activate sp list by @Xiong-stratos in #589
- Feat/QB-2434: Change /chain/withdraw to withdraw reward by @Xiong-stratos in #600
- Feat/QB-2380 download timeout according to last touch by @WangLiStratos in #604
- Feat/qb2460: pp download result for locally found slice by @bjlqsnetwork in #605
- Feat/ST-5: Add cache for status cmd by @Xiong-stratos in #606
- Feat/QB-2150 new pp verification status by @mdumais-stratos in #607
- Feat/ST-31 download slice cache last touch by @WangLiStratos in #609
- Fix/ST-86 tm events processing by @mdumais-stratos in #608
- Feat/ST-100 rpc upload improvement by @WangLiStratos in #610
- Feat/QB-2150 fix error merging ST-5 and QB-2150 code by @WangLiStratos in #612
- Feat/St-44: Start mining manually by @Xiong-stratos in #611
- Fix/St-114: Print correct prompt after start mining failed by @Xiong-stratos in #615
- Feat/ST-89 use blocking access of cache data by @WangLiStratos in #613
- Feat/ST-25 relayer stchain query api by @mdumais-stratos in #614
- Fix/ST-117 fix rpc upload misalignment by @WangLiStratos in #616
- Feat/ST-8 ppd config update by @mdumais-stratos in #617
- Fix/st40: check before release buffer by @bjlqsnetwork in #618
- Fix/ Bug fix for startmining after unsuspend by @Xiong-stratos in #622
- Feat/ST-116 rpc download from the cache dynamically by @WangLiStratos in #619
- Feat/ST-35 p2p address creation and recovery by @mdumais-stratos in #623
- Fix/ST-132 fix failed verifying sp msg by @WangLiStratos in #626
- Fix/ST-129 fixed verification status by @mdumais-stratos in #624
- Feat: calculate video slice length based on file size by @qinystratos in #625
- Fix/ST-139 fix streaming shared video by @WangLiStratos in #627
- Refactor/ST-126 move some metrics out of framework by @mdumais-stratos in #628
- V0.12.0 dev by @alexstratos in #629
- Feat/ST-122 req bls signature by @mdumais-stratos in #630
- Feat/ST-158 reduce register interval by @WangLiStratos in #632
- Feat/ST-157 update splatency trigger by @WangLiStratos in #631
- Feat/ST-164 reduce cache time for status by @WangLiStratos in #634
- Fix/remove debug logs for cost time tracking of buffer pool and conn by @bjlqsnetwork in #633
- Feat/ST185: Update beneficiary address by @Xiong-stratos in #635
- Feat: adjust video stream cache order by @qinystratos in #636
- Feat/ST-187 adjust soft ram limit to avoid high CPU by @WangLiStratos in #638
- Feat/ST-202: Update pp cmd by @Xiong-stratos in #637
- Feat/ST-205 updated hardware related library. by @zshu8stratos in #639
- Fix/ST-202: Add flags to all optional params by @Xiong-stratos in #640
- Feat/ST-201 Allow custom hd path when creating p2p key in interactive mode by @mdumais-stratos in #641
- Release v0.12.0 by @alexstratos in #642
- Fix/ST-222 fix the key to subscribe channel between rpc and handler of shared file by @WangLiStratos in #643
- Feat: add preflight handler to streaming api by @qinystratos in #644
- Release v0.12.0 extra by @alexstratos in #645
New Contributors
- @zshu8stratos made their first contribution in #639
Full Changelog: v0.11.9...v0.12.0
Release v0.11.9 Uploading performance improvement
What's Changed
- fix/QB-2345 remove unnecessary filehash calculation by @WangLiStratos in #557
- feat/QB-2353 upload retry by @WangLiStratos in #559
- feat/QB-2325: add the video streaming download cache to public rest api by @qinystratos in #558
- feat/QB-2353 Uplod retry, fix multiple issues by @WangLiStratos in #560
- fix/QB-2351 adjusted some debug logs in transfer module by @WangLiStratos in #562
- fix/QB-2349 shorten download retry timeout by @WangLiStratos in #563
- fix/QB-2348 upload max interval for sp conn retry by @WangLiStratos in #564
- release v0.11.9 by @WangLiStratos in #570
Full Changelog: v0.11.8...v0.11.9
Release v0.11.8 Minor Fixes
What's Changed
- feat/QB-2316 reassign origin file when no choice by @WangLiStratos in #550
- fix/qb2326: fix whitespace handling in cmd line by @bjlqsnetwork in #553
- Release v0.11.8 by @alexstratos in #555
Full Changelog: v0.11.7...v0.11.8
Release v0.11.7 Backup Enhancement
What's Changed
- feat/QB-2296 Add details to failed getting transfer task error by @mdumais-stratos in #546
- fix/QB-2302 fix backup retry failure by @WangLiStratos in #547
- feat/QB-2303 check pp version by @WangLiStratos in #548
- Release v0.11.7 by @alexstratos in #549
Full Changelog: v0.11.6...v0.11.7
Release v0.11.6 Connection Stability Fix
What's Changed
- feat/QB-2280 pp latency interval changed to a day by @WangLiStratos in #542
- fix/QB-2285 separate reading/writing deadline by @WangLiStratos in #543
- Release v0.11.6 by @alexstratos in #544
- bump version to v0.11.6 by @alexstratos in #545
Full Changelog: v0.11.5...v0.11.6
Release v0.11.5 Minor Fixes
Minor fixes, update is optional
What's Changed
- fix/transfer task lock by @alexstratos in #538
- feat/qb2259: fix-UPDATE_PP_ACTIVATE_STATE by @bjlqsnetwork in #537
- Release v0.11.5 Minor Fixes by @alexstratos in #539
Full Changelog: v0.11.4...v0.11.5