Skip to content

Commit 07c6f62

Browse files
authored
bump version to 5.0.0 (#593)
1 parent 01f5880 commit 07c6f62

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 5.0.0 - 2025.11.11
2+
- **breaking change**
3+
- Dropped support for Python 3.9; added support for Python 3.14.
4+
- Remove the function interfaces of each protocol, keeping only the smart function interfaces and Path interface.
5+
- `sftp2` use the same env as `sftp`, remove `SFTP2_*` envs.
6+
- `sftp2` removes support for relative paths.
7+
- feat
8+
- Officially supports WebDav protocol.
9+
- support retry some new errors.
10+
- cli support `ll` command show human readable file size.
11+
- fix
12+
- skip abort operate when file object already closed.
13+
- fix sync error when sftp glob path.
14+
115
## 4.2.5 - 2025.10.20
216
- feat
317
- Added the `webdav` protocol, implemented using the webdavclient3 library. Please install it using `pip install 'megfile[webdav]'`.

megfile/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "4.2.5"
1+
VERSION = "5.0.0"

0 commit comments

Comments
 (0)