This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
Releases: quantmind/pulsar-cloud
Releases · quantmind/pulsar-cloud
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
Fully compatible with async/await
- Fully compatible with python 3.5
- Added docs directory
- Handle botocore
context
argument #12
Supercharged s3uploader
- Added
upload_folder
method to theS3tools
mixin incloud.utils.s3
. The method
allow to recursively and asynchronously upload a folder into s3.
Critical bug fix
- Critical bug fix to eliminate recursion depth exceeded [87b4202]
- Added
http_session
properties toaws
high level classes - Use pulsar-agile repository for releases
Botocore with asyncio support
- Complete refactoring of codebase
- The
asyncbotocore
module is a stand alone implementation of botocore with asyncio - The library offers two higher level botocore classes:
AsyncioBotocore
andGreenBotocore