Skip to content

Commit

Permalink
release: version 2024.10.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Oct 11, 2024
1 parent a929512 commit c7b93e9
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 0 deletions.
91 changes: 91 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
a929512 - Fix release script (yanghua, 2024-10-11)
da7a17c - Fix release script (yanghua, 2024-10-11)
8ef2053 - Fix autodoc does not work (#183) (vinoyang, 2024-10-10)
3ae4d82 - Add features to README file (#181) (vinoyang, 2024-10-10)
af50d34 - Enhance doc infra (#177) (vinoyang, 2024-10-09)
6f631a2 - Refactor code for readable (#175) (vinoyang, 2024-10-09)
070d844 - Support tag via session token (#173) (vinoyang, 2024-10-09)
9662ce9 - Missed check logic in some APIs (#171) (vinoyang, 2024-10-09)
82d810b - Build doc infra (#167) (vinoyang, 2024-10-08)
cb5421e - Fix exists return non-bool value (#163) (vinoyang, 2024-10-08)
460507b - Refactor code for readable (#165) (vinoyang, 2024-10-08)
62b4524 - Expose more tos python client config items from tosfs (#166) (vinoyang, 2024-10-08)
2c698e8 - Add more badge in README.md (#169) (vinoyang, 2024-10-08)
4099b15 - Bug: Fix TOS_TAG_ENABLED does not take effort (#158) (vinoyang, 2024-09-29)
3676906 - Bug: Fix isfile and isdir do not return bool value (#161) (vinoyang, 2024-09-29)
0d2fa4b - Add test for mv source dir recursively (#155) (vinoyang, 2024-09-27)
90ba259 - Fix quickstart wrong description about credentials_provider (#153) (vinoyang, 2024-09-27)
948b2b1 - Classification different methods (#150) (vinoyang, 2024-09-27)
743e315 - Bug: put api do not support local dir (#147) (vinoyang, 2024-09-26)
5226daa - API: ls support last_modified property (#149) (vinoyang, 2024-09-26)
bf6b0f6 - Set tos python sdk default log level to warning (#144) (vinoyang, 2024-09-26)
2f54b0c - Add fsspec and python version compatibility matrix to README (#145) (vinoyang, 2024-09-26)
804babe - Setting tos configs to tolerance network issue (#142) (vinoyang, 2024-09-26)
7171883 - Support tag the access source (#135) (vinoyang, 2024-09-26)
490311a - Bug: Fix rm api and walk api bug (#137) (vinoyang, 2024-09-26)
1a76263 - Refactor scheduled workflow for stability (#134) (vinoyang, 2024-09-25)
8646b1f - Add test cases for stability (#129) (vinoyang, 2024-09-25)
81df130 - Bug: Part is not full when multiple write (#130) (vinoyang, 2024-09-25)
be549f3 - Bug: Fix wrong judgement about retryable server error (#132) (vinoyang, 2024-09-24)
a856ea2 - Catch exceptions in fetch method to enhance stability (#123) (vinoyang, 2024-09-24)
5bd29c7 - Workflow: Add scheduler workflow for stability (#125) (vinoyang, 2024-09-24)
00a83b3 - Disable version_aware feature (#117) (vinoyang, 2024-09-23)
f26fe49 - Add more details for README (#107) (vinoyang, 2024-09-23)
308aa61 - Add TosFileSystem class into __init__.py (#121) (vinoyang, 2024-09-23)
ba3bb6d - Performance: fetch range optimize (#119) (vinoyang, 2024-09-23)
f4a634c - Refactor get_file API to reuse retry logic (#116) (vinoyang, 2024-09-22)
02c697f - Add more api test to align with pyproton (#109) (vinoyang, 2024-09-21)
ac36d24 - Refactor workflow: rename file and jump CI for some special files suffix (#111) (vinoyang, 2024-09-21)
06fce07 - Simplfy random file name in test_fsspec.py (#104) (vinoyang, 2024-09-21)
db9b020 - Add ChunkedEncodingError to retryable error set (#114) (vinoyang, 2024-09-21)
239e39d - Extract mpu and staging part logic into mpu.py (#102) (vinoyang, 2024-09-21)
f44911e - Verify file content write via MPU (#100) (vinoyang, 2024-09-21)
0e3a79a - Enhance retry sleep logic (#99) (vinoyang, 2024-09-21)
096f2b6 - MPU: Init staging dirs if not exist (#97) (vinoyang, 2024-09-21)
000eed9 - Optimize: Introduce multiple disk write for MPU (#94) (vinoyang, 2024-09-20)
93bd8b1 - Test: Use tosfs to replace tos client (#92) (vinoyang, 2024-09-19)
a27950f - Performance: Use iterator to optimize large dir list (#90) (vinoyang, 2024-09-19)
c2b7978 - Performance: Reduce call exists in makedirs (#86) (vinoyang, 2024-09-19)
acd4bd5 - Performance: Read optimize (#88) (vinoyang, 2024-09-19)
6f0d353 - Core: Check MPU threshold (#84) (vinoyang, 2024-09-18)
91c6300 - Core: Enhance retryability for TosFile (#81) (vinoyang, 2024-09-13)
a1a25fb - Add line number and file name to log format (#78) (vinoyang, 2024-09-13)
f663612 - Infra: introduce retry func warpper (#76) (vinoyang, 2024-09-12)
53987fd - Core: Refactor exception writing method (#74) (vinoyang, 2024-09-11)
28870a8 - Core: Optimize rm API via batch delete (#72) (vinoyang, 2024-09-11)
ea46a84 - Core: Add params supported by tos client (#71) (vinoyang, 2024-09-10)
69ca6a5 - Infra: Fix make wheel command issue (#69) (vinoyang, 2024-09-10)
15c9e5e - Config tos client log to align tosfs (#67) (vinoyang, 2024-09-10)
7d0e2f3 - Fsspec: Add fsspec compatibility test cases (#54) (vinoyang, 2024-09-10)
c6cd336 - Core: Extract hard code numbers (#65) (vinoyang, 2024-09-10)
51496f7 - Core: Support append mode for write API (#63) (vinoyang, 2024-09-09)
330abd7 - Core: Implement glob api (#62) (vinoyang, 2024-09-09)
d9d24d7 - Infra: Verify fsspec version compatibility (#59) (vinoyang, 2024-09-07)
abe0d1f - Core: Implement expand_path API (#56) (vinoyang, 2024-09-06)
9b403e3 - Core: Implement cp_file API (#55) (vinoyang, 2024-09-05)
5f8cdaa - Core: Fix _rm API missed slash issue (#50) (vinoyang, 2024-09-03)
ce37027 - Core: Implement read API (#51) (vinoyang, 2024-09-03)
037788b - Core: Implement find api (#48) (vinoyang, 2024-09-02)
c8a03c1 - Core: Implement walk api (#47) (vinoyang, 2024-09-02)
60ec867 - Core: Implement write API (#42) (vinoyang, 2024-08-30)
26241cb - Core: Implement get_file API (#41) (vinoyang, 2024-08-30)
4c20fa9 - Core: Implement put_file API (#40) (vinoyang, 2024-08-30)
f942ea5 - Core: Implement mkdir API (#39) (vinoyang, 2024-08-28)
f1eec7f - Core: Implement exists api (#19) (vinoyang, 2024-08-26)
5d23c6a - Core: Implement isfile API (#33) (vinoyang, 2024-08-26)
e90e58a - Core: Implement isdir api (#34) (vinoyang, 2024-08-26)
e59d4b2 - Core: Add touch API (#30) (vinoyang, 2024-08-26)
cb00219 - Core: Remove cache in all tosfs APIs (#29) (vinoyang, 2024-08-23)
a81701d - Core: Clean unnecessary logs (#27) (vinoyang, 2024-08-21)
c6e8806 - Core: Add the rmdir implementation. (#23) (vinoyang, 2024-08-21)
27a7906 - [TOSFS #20] Override fssepc#info default implementation to optimize performance (vinoyang, 2024-08-19)
fa1ade8 - [TOSFS #8] Implement _rm inner API (#15) (vinoyang, 2024-08-19)
b6d1655 - Introduce ruff to check code style(#12) (yanghua, 2024-08-17)
d21b152 - [TOSFS #16] Generate a simple test issue template (#17) (vinoyang, 2024-08-17)
228c55e - Implement ls API (yanghua, 2024-08-14)
c3ef905 - Add .pylintrc to exclude some unnecessary rules (yanghua, 2024-08-14)
5d01dab - Init logging for tosfs (yanghua, 2024-08-14)
e1c544d - Update poetry.lock file (yanghua, 2024-08-14)
edbb731 - Refactor unittest workflow and Makefile (yanghua, 2024-08-14)
2b7341b - Bump actions/setup-python from 3 to 5 (#5) (dependabot[bot], 2024-08-12)
a9af038 - Initial commit (yanghua, 2024-08-09)
1 change: 1 addition & 0 deletions tosfs/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024.10.1

0 comments on commit c7b93e9

Please sign in to comment.