Skip to content

Commit 2d342e1

Browse files
committed
Release 0.8.0
1 parent 3480264 commit 2d342e1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/St
5555

5656
## Release Note
5757

58+
* 0.8.0: httpc-clean 기능 data와 cookie 파라미터도 받도록 확장, 파이썬 3.10 이상으로 지원 범위 좁힘, catcher.install 함수를 catcher.install_httpx으로 이름 변경, retry 설정 시 httpx의 오류에만 retry하도록 변경
5859
* 0.7.0: Add httpc.catcher (from [httpx-catcher](https://github.com/ilotoki0804/httpx-catcher)), add httpc-clean CLI script for sanitizing headers
5960
* 0.6.0: Remove deprecated parameters, remove ClientOptions
6061
* 0.5.0: Use Lexbor as default backend, fix and improve retry and raise_for_status

src/httpc/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import shlex
77
from abc import abstractmethod
88

9-
__version__ = "0.7.0"
9+
__version__ = "0.8.0"
1010

1111
logger = logging.getLogger("httpc")
1212

0 commit comments

Comments
 (0)