Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Releases: quantmind/pulsar-cloud

0.5.5

03 Mar 08:12
Compare
Choose a tag to compare
  • Works with botocore >= 1.5.0
  • Python 3.6.0 officially supported
  • Added install-dev.sh script

0.5.4

17 Nov 11:29
Compare
Choose a tag to compare

A bug fix release, fully compatible with the previous release.

  • Fix critical bug in paginator async iterator #14
  • Fix critical bug in responses returning compressed data #15
  • Refactored green iterator
  • Increased test coverage
  • Works with botocore >= 1.4.62

0.5.3

04 Nov 14:36
Compare
Choose a tag to compare

Backward incompatible release due to internal changes in botocore version 1.4.62

  • Works with botocore >= 1.4.62

0.5.2

13 Oct 19:35
Compare
Choose a tag to compare

Backward incompatible release due to internal changes in botocore version 1.4.61

  • Works with botocore >= 1.4.61
  • Added tests for python 3.6-dev
  • Better README
  • Removed obsolete doc files

0.5.1

16 Aug 13:27
Compare
Choose a tag to compare

Backward incompatible release due to internal changes in botocore version 1.4.45

  • Added new botocore.args module

0.5.0

07 Aug 20:22
Compare
Choose a tag to compare
  • Works for python 3.5 and above
  • Increased test coverage
  • Added pagination object
  • New test suite

Fully compatible with async/await

23 Feb 22:01
Compare
Choose a tag to compare
  • Fully compatible with python 3.5
  • Added docs directory
  • Handle botocore context argument #12

Supercharged s3uploader

04 Feb 13:48
Compare
Choose a tag to compare
  • Added upload_folder method to the S3tools mixin in cloud.utils.s3. The method
    allow to recursively and asynchronously upload a folder into s3.

Critical bug fix

13 Jan 13:08
Compare
Choose a tag to compare
  • Critical bug fix to eliminate recursion depth exceeded [87b4202]
  • Added http_session properties to aws high level classes
  • Use pulsar-agile repository for releases

Botocore with asyncio support

11 Jan 08:57
Compare
Choose a tag to compare
  • 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 and GreenBotocore