Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Release Notes
=============

v3.2.0
------

API Additions
^^^^^^^^^^^^^
* Added ``content_type`` property for OBS paths representing consistent
Content-Type header that would be set on download.
* Allow empty DXPath initialization. ``dx://`` is now a valid DXPath. ``stor ls dx://`` lists the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since PR for this and the other one are still open, perhaps better to just update there?

accessible DNAnexus projects for the user.

Bug fixes
^^^^^^^^^
* Fix ``OBSPath.splitdrive()`` for swift, s3 and dx paths
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this one actually in an earlier release?

* Fix stor.exists for DXCanonicalPaths.

v3.1.0
------

Expand All @@ -9,8 +24,6 @@ API Additions

* Implement ``readable()``, ``writable()``, and ``seekable()`` methods on
``OBSFile`` so it better implements ``io.IOBase`` specification.
* Added ``content_type`` property for OBS paths representing consistent
Content-Type header that would be set on download.

v3.0.5
------
Expand Down