blob: 416ffacd6e98bed349d4ea38605d565a0a7af3a6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
features:
- |
Add get_rpc_transport call to make the API clear for the separation
of RPC and Notification messaging backends.
deprecations:
- |
Deprecate get_transport and use get_rpc_transport or
get_notification_transport to make the API usage clear for the
separation of RPC and Notification messaging backends.
|