Nameko v3.0.0-rc1 Release Notes

Release Date: 2018-11-19 // over 5 years ago
  • ➕ Adds a ClusterRpc DependencyProvider, allowing services to make RPC calls without prior knowledge of the target service name.

    ➕ Additonally removes the word "proxy" from RPC clients:

    • standalone ServiceRpcProxy renamed to ServiceRpcClient
    • standalone ClusterRpcProxy renamed to ClusterRpcClient
    • DependencyProvider ServiceRpcProxy renamed to ServiceRpc
    • (DependencyProvider ClusterRpc added)

    The old names have been preserved for backwards compatibility.