- Deprecate Python 3.9 due to type hint. - Fix `datetime.UTC` and `typing.Self` problem on Python 3.10. - Better docs built by sphinx.
1.21.2
- Support type hint. (by hlf20010508 in 36) - Remove `deprecated` warning from `utcnow`. (by hlf20010508 in 36) - Remove `request body too large` warning. (by hlf20010508 in 36) - Deprecate Python 3.8.
1.21.1
- Fix `copy_object` not pass a `ComposeObject` list to `compose_object`. (by vkhitrin in 33)
1.21.0
- Add parameter `session` for `fget_object`. (by vkhitrin in 31)
1.20.1
- Fix `pop from empty list` error when listing an empty bucket. (by hlf20010508 in 28)