New Features
-
Configuration constants like default region and default API endpoints are now available in a new module
dwave.cloud.config.constants
.Configuration-related exceptions are now available in a new module
dwave.cloud.config.exceptions
.dwave.cloud.config
module (with submodules) is now free from dependencies on other submodules, and it's safe to be imported in any cloud-client context.
Deprecation Notes
- Use of
dwave.cloud.api.constants
to access default configuration constants is deprecated indwave-cloud-client==0.13.1
in favor of a new config moduledwave.cloud.config.constants
, and will be disabled indwave-cloud-client==0.14.0
.
Bug Fixes
- Fix a circular import error. See #669.