- Reduce the collision rate of method
get_nonce()
- Limit the minimum version of the alibabacloud-tea lib to 0.3.3.
- Support static method
assert_as_integer()
.
- Support ca params for server and client.
to_jsonstring
method support string.
assert_as_readable
method support parsing string.
- Add assert_as_array method.
- to_form_string method ignore readable objects.
- Improve User-Agent.
- Support json encoding of Tea model.
- Change overwrite to a method with
_async
suffix.
- Drop support for python3.4.
- Drop support for python3.5.
- Added support for python3.9.
- Support type annotations.
- Support async io client.
- Support to_array.
- Support sleep.
- Fix 'None' string appears in query.
- Ordered to form string.
- Supported assert as bytes.
- Fixed RuntimeOptions property name
- First release.