Skip to content

Commit

Permalink
Added news fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jul 10, 2023
1 parent 5361c9d commit 25b2f5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/changes/DM-39915.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Added new APIs to support the deprecation of ``LimitedButler.datastore``:
* ``LimitedButler.get_datastore_roots`` can be used to retrieve any root URIs associated with attached datastores.
If a datastore does not support the concept it will return `None` for its root URI.
* ``LimitedButler.get_datastore_names`` can be used to retrieve the names of the internal datastores.
* ``LimitedButler.get_many_uris`` allows for the bulk retrieval of URIs from a list of refs.
* Also made ``getURI`` and ``getURIs`` available for ``LimitedButler``.
2 changes: 2 additions & 0 deletions doc/changes/DM-39915.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The semi-public ``Butler.datastore`` property has now been deprecated.
The ``LimitedButler`` API has been expanded such that there is no longer any need for anyone to access the datastore class directly.

0 comments on commit 25b2f5b

Please sign in to comment.