paws.common-v0.8.0
·
113 commits
to main
since this release
Features:
- migrate backend from
httr
tohttr2
- enrich
sso
message (#844). Thanks to @hadley for raising issue. - attempt to automatically set/refresh
sso
credentials by callingaws cli
(#844) - moved api log level to
debug
andtrace
. This is to preventinfo
level being saturated by api calls. - new
PawsStreamHandler
, allows paws to handle aws stream event (#842). Thankyou to @hadley for developing the initial solution inhttr2
.
Bug Fix:
- ensure
url
is set to lower case before signature
Potentially Breaking:
- deprecated custom handler for
s3_unmarshal_select_object_content
in favour of newPawsStreamHandler
Performance:
- migrate
parse_url
,parse_query_string
andbuild_url
tocpp
for performance improvement.
Backend Vendor:
- migrate vendor from
aws-sdk-js
toaws-sdk-python
boto3
(endpoint regex updated accordingly).