summaryrefslogtreecommitdiff
path: root/releasenotes/notes/get-rpc-client-0b4aa62160864b29.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-12-01 18:45:46 +0000
committerGerrit Code Review <review@openstack.org>2022-12-01 18:45:46 +0000
commit2e81fac97344d1eacf4c56a1022f25256d52e7ab (patch)
tree0bbec3888827a6ade40a0cae93a82866caa3100a /releasenotes/notes/get-rpc-client-0b4aa62160864b29.yaml
parentb3c666ff34be908c85bdd3e6cd1a5fdf199333f0 (diff)
parent4ead7cb2dcf376032f7bf9532a375256db6d3784 (diff)
downloadoslo-messaging-2e81fac97344d1eacf4c56a1022f25256d52e7ab.tar.gz
Merge "Implement get_rpc_client function"
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``