Releases: iterative/dvc-http
Releases · iterative/dvc-http
2.32.0
2.31.0
What's Changed
- update template by @efiop in #39
- update template by @efiop in #46
- tests: update for dvc 3.x by @pmrowla in #49
- fix pylint error by @skshetry in #51
- Migrate from PyPI tokens to Trusted Publishers by @0x2b3bfa0 in #52
- update template by @efiop in #47
- update template by @efiop in #53
- refactor: use explicit client keyword arguments by @sisp in #54
New Contributors
- @0x2b3bfa0 made their first contribution in #52
- @sisp made their first contribution in #54
Full Changelog: 2.30.2...2.31.0
2.30.2
2.30.1
What's Changed
- fix get_client timeout usage by @dtrifiro in #32
- tests: add timeout config test by @dtrifiro in #33
- tests: use threaded http server by @skshetry in #35
- ci: force color and build package during testing by @skshetry in #36
- update template by @efiop in #34
- split credentials and config handling, set custom auth header to the client by @skshetry in #37
Full Changelog: 2.30.0...2.30.1
2.30.0
2.29.0
What's Changed
- use connect_timeout as default value for sock_connect_timeou tby @dtrifiro in #29
_prepare_credentials
: connector fix for fsspec>=2022.12 by @dtrifiro in #28
Breaking changes:
- Timeout values are now specified through the
connect_timeout
,read_timeout
kwargs. read_timeout
replacessock_read_timeout
.sock_connect_timeout
is now ignored. Useconnect_timeout
to set this value.
Full Changelog: 2.28.0...2.29.0