Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
/ pycosio Public archive

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Apr 24, 2019
1 parent 3cb7e49 commit 1cc1f8f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Changelog
=========


1.3.1 (2019/04)
---------------

Expand All @@ -19,6 +18,10 @@ Fixes:
* Azure: Fix error when opening a blob in ``w`` mode if no permission to read
it.

Contributors:

* Thanks to Stewart Adam (stewartadam) for the tests and fixes for Azure.

1.3.0 (2019/03)
---------------

Expand All @@ -29,7 +32,8 @@ Add support for following cloud storage:

Improvements:

* ``io.RawIOBase`` can now be used for storage that supports random write access.
* ``io.RawIOBase`` can now be used for storage that supports random write
access.
* OSS: Copy objects between OSS buckets without copying data on the client when
possible.

Expand All @@ -47,7 +51,8 @@ Fixes:
* Fix root URL detection in some cases.
* Fix too many returned result when listing objects with a count limit.
* Fix error when trying to append on a not existing file.
* Fix ``io.RawIOBase`` not generating padding when seeking after the end of the file.
* Fix ``io.RawIOBase`` not generating padding when seeking after the end of the
file.
* OSS: Fix error when listing objects in a not existing directory.
* OSS: Fix read error if try to read after the end of the file.
* OSS: Fix buffered write minimum buffer size.
Expand All @@ -59,6 +64,10 @@ Fixes:
* S3: Fix missing transfer acceleration endpoints.
* Swift: Fix error when opening an existing file in 'a' mode.

Contributors:

* Thanks to Stewart Adam (stewartadam) for the early tests and fixes for Azure.

1.2.0 (2018/10)
---------------

Expand All @@ -73,8 +82,9 @@ Improvements:
* Copy of objects from and to the same storage is performed directly on remote
server if possible.
* Pycosio now raises ``io.UnsupportedOperation`` if an operation is not
compatible with the current storage, this applies to all newly created function
and following existing functions: ``getsize``, ``getmtime``, ``mkdir``.
compatible with the current storage, this applies to all newly created
function and following existing functions: ``getsize``, ``getmtime``,
``mkdir``.

Fixes:

Expand Down
2 changes: 1 addition & 1 deletion pycosio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
__version__ = '1.3.0'
__version__ = '1.3.1'
__copyright__ = "Copyright 2018 Accelize"
__licence__ = "Apache 2.0"

Expand Down

0 comments on commit 1cc1f8f

Please sign in to comment.