summaryrefslogtreecommitdiff
path: root/releasenotes/notes/get-rpc-client-0b4aa62160864b29.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/get-rpc-client-0b4aa62160864b29.yaml')
-rw-r--r--releasenotes/notes/get-rpc-client-0b4aa62160864b29.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/get-rpc-client-0b4aa62160864b29.yaml b/releasenotes/notes/get-rpc-client-0b4aa62160864b29.yaml
new file mode 100644
index 0000000..3375cfc
--- /dev/null
+++ b/releasenotes/notes/get-rpc-client-0b4aa62160864b29.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ Added new ``get_rpc_client`` function to instantiate the RPCClient
+ class
+deprecations:
+ - |
+ Instantiating the RPCClient class directly is deprecated in favor
+ of using the new ``get_rpc_client`` function to expose a more
+ common API similar to existing functions such as ``get_rpc_server``
+ and ``get_rpc_transport``