Skip to content

Commit

Permalink
Add ROS3 session token to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Oct 9, 2023
1 parent 4b3ef6b commit 9d6c2a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 33 deletions.
9 changes: 9 additions & 0 deletions docs/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,22 @@ New features
* Pre-built packages on Linux & Windows now bundle HDF5 version 1.14.2.
Mac packages still contain HDF5 1.12.2 for now. You can still :ref:`build h5py
from source <source_install>` against a wider range of HDF5 versions.
* The read-only S3 file driver ('ros3') now accepts an AWS session token
as part of the credentials (:pr:`2301`). Pass ``session_token`` when opening
a :class:`.File` (along with the other S3 parameters). This requires HDF5
1.14.2 or later, with the ROS3 feature built.

Deprecations & removals
-----------------------

* Support for the HDF5 1.8 series was dropped, along with early 1.10 releases.
The minimum required HDF5 version is now 1.10.4.

Exposing HDF5 functions
-----------------------

* ``H5Pget_fapl_ros3_token`` & ``H5Pset_fapl_ros3_token``

Bug fixes
---------

Expand Down
33 changes: 0 additions & 33 deletions news/ros3-token.rst

This file was deleted.

0 comments on commit 9d6c2a0

Please sign in to comment.