Skip to content

Commit f8b26d5

Browse files
committed
docs: update changelog
1 parent 0891ec8 commit f8b26d5

1 file changed

Lines changed: 25 additions & 3 deletions

File tree

docs/changelog.en.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
# Changelog
22

3-
## 1.7.0
3+
## 2.0.0
44

55
- Broken change:
66
- remove brotli support
7-
- feat: support zstd compression in response
8-
- chore: update xmltodict to v1.0.2
7+
- WebDAV support:
8+
- feat: support request header `If`
9+
- refactor: rewrite lock related code; fix two litmus warning
10+
- refactor: full support request header `If-Range`
11+
- refactor: request header `Range` support
12+
- refactor: request header `Lock-Token` support
13+
- refactor: request header `Timeout` support
14+
- refactor: request header `Depth` support
15+
- refactor: lazy process request option header
16+
- Provider support:
17+
- refactor: rewrite MemoryProvider implementation
18+
- Response:
19+
- feat: support zstd compression in response
20+
- feat: response support header: X-Uncompressed-Content-Length
21+
- refactor: DAVResponse
22+
- refactor: DAVSender
23+
- Other:
24+
- fix: handle filebar XML parsing issue(temporary solution)
25+
- refactor: config logic
26+
- refactor: improve type hints for mypy
27+
- chore: add mypy configuration
28+
- chore: compatible with py3.14
29+
- chore: update xmltodict to v1.0.2
30+
- and more...
931

1032
## 1.6.2 - 20251216
1133

0 commit comments

Comments
 (0)