## 0.7.5
### Features
- update gRPC Proto Definitions
### Fixes
- fix the GrpcService blanket impl on RefreshService<T>
## 0.7.4
### Fixes
- fail knope PrepareRelease if cargo upgrade and git add fails
## 0.7.3
### Features
- try lowercase http(s?)_proxy variables
## 0.7.2
### Features
- add general tracing support
## 0.7.1
### Fixes
- use rustls instead of native openssl-sys
## 0.7.0
### Breaking Changes
- release proxy clients
## 0.6.0
### Breaking Changes
- default to 64-bit integers when not specified
- The change to the common crate's `Error` enum introduces a generic parameter, making the change backwards incompatible.
### Features
- Support refreshing service tokens
### Fixes
- appease clippy
## 0.5.3
### Features
- support otel tracing
### Fixes
- re-export pbjson_types instead of broken include
## 0.5.2
### Fixes
- bump release version
## 0.5.0
### Breaking Changes
- assume `type: number` is `f64` when `format` is unspecified
- add methods for overriding items set via env
- Complete regeneration of `qcs-api` crate using the latest schema.
### Features
- QPU Accessor support
- support loading QVM and quilc URLs from environment variables
- Support QPU access calls
- add authentication refresh to clients
- vend client configuration utilities
- generate gRPC clients
### Fixes
- failed ci pipelines due to lack of permissions
- make grpc_api_url optional in settings.toml
- version generated protobuf code in crate
- make Endpoint.address nullable and regen
- include LICENSE
- add top-level README
- use api_url not base_path
- install protoc for CI
- clean up generated code, add example to lib.rs docs
- update public grpc proto
- make RefreshService support tonic requests, minor API improvements
- make schema openapi 3.0 compatible
- Crate repo metadata
- Broken generated code via patch_schema.py
## 0.3.8
### Features
- QPU Accessor support
## 0.3.7
### Features
- support loading QVM and quilc URLs from environment variables
## 0.3.6
### Fixes
- make grpc_api_url optional in settings.toml
## 0.3.5
### Fixes
- version generated protobuf code in crate
- make Endpoint.address nullable and regen
## 0.3.4
### Fixes
- include LICENSE
## 0.3.3
### Features
- Support QPU access calls
## 0.3.2
### Fixes
- add top-level README
- use api_url not base_path
## 0.3.1
### Fixes
- install protoc for CI
## 0.3.0
### Breaking Changes
- Complete regeneration of `qcs-api` crate using the latest schema.
### Features
- add authentication refresh to clients
- vend client configuration utilities
- generate gRPC clients
### Fixes
- clean up generated code, add example to lib.rs docs
- update public grpc proto
- make RefreshService support tonic requests, minor API improvements
- make schema openapi 3.0 compatible
- Crate repo metadata
- Broken generated code via patch_schema.py
## 0.2.1
### Fixes
- Crate repo metadata
## 0.2.0
### Breaking Changes
- Complete regeneration of `qcs-api` crate using the latest schema.
### Fixes
- Broken generated code via patch_schema.py
## 0.1.0
Release from previous repo.