diff --git a/release-notes/unreleased/1732.upgrade.rst b/release-notes/unreleased/1732.upgrade.rst new file mode 100644 index 0000000000..7d6e2331ea --- /dev/null +++ b/release-notes/unreleased/1732.upgrade.rst @@ -0,0 +1,5 @@ +The :meth:`.QiskitRuntimeService.backends` now always returns +new :class:`IBMBackend` instance even for the same query. +The backend properties and defaults data are retrieved from the server +for every instance when they are accessed for the fist time, +while the configuration data is cached internally in the service instance.