Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed Mar 13, 2022
1 parent c91d49d commit b5a0c8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docsource/administrationinterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ List all workspace owners::
u'yetanotheruser',
u'jkbaumohl']

.. _dynamicconfiguration:

Managing the dynamic configuration
----------------------------------

Expand Down
7 changes: 5 additions & 2 deletions docsource/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ BACKWARDS INCOMPATIBILIES:
* Fixed a bug that would only count the first instance of an object in a data request when
checking against the maximum data return size. Now if the same object appears twice in
a data request it will be counted twice as expected.
* `get_objects2`, `get_objects`, `get_object_subset`, `get_referenced_objects`, and
`get_object_provenance` now only allow a maximum of 10,000 objects in the input list.
* ``get_objects2``, ``get_objects``, ``get_object_subset``, ``get_referenced_objects``, and
``get_object_provenance`` now only allow a maximum of 10,000 objects in the input list.
Note the last 4 methods are deprecated and will be removed in a future release.

UPDATES:

* Added a dynamic configuration feature - see :ref:`dynamicconfiguration`
* Dynamic configuration allows setting a scaling parameter that specifies how many parallel
connections can be made to the ``S3`` or ``GridFS`` backend when getting objects.
* The sample service ACL update mechanism has been changed to use a bulk interface for updating
ACLs rather than updating ACLs one at a time, which should speed up fetching objects with
``@id sample`` annotations.
Expand Down

0 comments on commit b5a0c8c

Please sign in to comment.