Releases: unioslo/tsd-api-client
Releases · unioslo/tsd-api-client
v3.5.11
What's Changed
- fix(deps): update PyYAML to 6.0.1 by @haatveit in #125
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #124
- Fix bug in file_api_url when page is set by @uio-torjus in #127
New Contributors
- @uio-torjus made their first contribution in #127
Full Changelog: v3.5.10...v3.5.11
v3.5.10
What's Changed
- emphasise that you need a whitelisted IP for basic auth by @leondutoit in #118
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #119
- Target Python 3.8 and upgrade dependencies by @haatveit in #120
- Update LICENSE by @f-krull in #121
- Bump urllib3 from 1.26.15 to 1.26.17 by @dependabot in #122
- Use HTTPS for connectivity checks by @haatveit in #123
New Contributors
- @dependabot made their first contribution in #119
- @f-krull made their first contribution in #121
Full Changelog: v3.5.9...v3.5.10
v3.5.9
What's Changed
Full Changelog: v3.5.8...v3.5.9
v3.5.8
v3.5.7
v3.5.6
v3.5.5
What's Changed
- New Test EC url by @kouylekov-usit in #107
- Add workflows for package releases by @haatveit in #108
Full Changelog: v3.5.4...v3.5.5
Mtime fixes
On windows, setting the mtime created issues with the requests library, when the header did not get a string value. This bugfix release fixes this.
windows, robust directory, faster sync, types
- Better Windows support
- Warn if a locally cached directory entry is missing, instead of exiting
- Faster sync by way of larger pages for listing
- Add type hints for all signatures
- Remove dead code (due to remote API changes)
tacl version 3
Version 3 brings new features and many quality of life improvements:
- resumable directory upload
- resumable directory download
- login sessions
- shell completion
- better error messages
- better config management
- pure python implementation for improved portability
- split out tsd-s3cmd to own repo, for maintainability: https://github.com/unioslo/tsd-s3cmd