summaryrefslogtreecommitdiff
path: root/releasenotes/notes/get-rpc-client-0b4aa62160864b29.yaml
blob: 3375cfc9acf18fdd9c341b83294b435ecf07c752 (plain)
1
2
3
4
5
6
7
8
9
10
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``