Skip to content

0.10.6

Compare
Choose a tag to compare
@randomir randomir released this 01 Jul 19:49
· 265 commits to master since this release

New Features

  • Add basic support for Leap API access with dwave.cloud.api.client.LeapAPIClient and dwave.cloud.api.resources.LeapAccount.

  • Filter out more formats of API token-like strings from logs. In addition to the Solver API tokens, we now filter generic 32-char+ hex tokens (Leap API access token format), and UUID tokens (all variants). See #551.

Bug Fixes

  • Constrain pydantic version, as V2 introduces major backwards incompatible changes.