be753eacbb
When we can't find a version for a service we do know about, the behavior of falling through to an empty Proxy just leads to massive end-user confusion. Throw an error. Change-Id: I7625a2b076fcebe2d66c412503fe3e7681f26918
7 lines
214 B
YAML
7 lines
214 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
When a known service cannot be resolved to a supported version,
|
|
an exception is now thrown instead of just returning a blank
|
|
Proxy object. This allows returning sane errors to users.
|