qcs-api-client-openapi 0.14.0-dev2.1

Auto-generated bindings to the QCS OpenAPI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
## 0.14.0-dev2.1 (2025-12-19)

### Breaking Changes

- export Secrets and Settings structs, add secret value wrappers to help prevent accidental leakage.

### Fixes

- update knope usage

## 0.14.0-dev2.0 (2025-12-19)

### Breaking Changes

- export Secrets and Settings structs, add secret value wrappers to help prevent accidental leakage.

### Fixes

- update knope usage

## 0.13.13 (2025-12-05)

### Fixes

#### add test feature to enable insecure issuer validation

## 0.13.12 (2025-12-04)

### Fixes

#### add additional help information for TokenError::Write

## 0.13.11 (2025-12-04)

### Fixes

#### regenerate from new schema

## 0.13.10 (2025-11-24)

### Fixes

#### redirect should only bind locally

## 0.13.9 (2025-11-24)

### Features

#### also retry on 502: Bad Gateway, as these often succeed on manual retry

#### support arbitrary oauth providers

#### implement PKCE login flow

### Fixes

#### remove problematic 'dirs' from dependencies

## 0.13.8 (2025-10-30)

### Fixes

#### update service-model again

## 0.13.8-dev.1 (2025-10-30)

### Fixes

#### update service-model again

#### 'unhide' the cargo-config for private registry

## 0.13.8-dev.0 (2025-10-30)

### Fixes

#### update service-model again

## 0.13.7 (2025-10-23)

### Fixes

#### upgrade 'urlpattern' to version that doesn't rely on unmaintained crates

## 0.13.6 (2025-10-10)

### Fixes

#### publish to CodeArtifact

## 0.13.6-dev.11 (2025-10-09)

### Fixes

#### publish to code-artifact

#### docs for release

#### explicitly set 'publish' in all crates

#### set publish to 'false' for public crates, so they don't get double-published

#### map scope tags to crates

#### force token auth for crates-io; run all publishing on a single tag

#### explicitly use the variable for the cargo-registry token

#### import public-grpc 'tonic' crate instead of including the file

#### push tags individually

#### non-interruptible; don't permit running knope releases on release commits

#### separate 'release'/'prerelease' flows in knope are not necessary

## 0.13.6-dev.10 (2025-10-09)

### Fixes

#### publish to code-artifact

#### docs for release

#### explicitly set 'publish' in all crates

#### set publish to 'false' for public crates, so they don't get double-published

#### map scope tags to crates

#### force token auth for crates-io; run all publishing on a single tag

#### explicitly use the variable for the cargo-registry token

#### import public-grpc 'tonic' crate instead of including the file

#### push tags individually

#### non-interruptible; don't permit running knope releases on release commits

## 0.13.5 (2025-10-01)

### Features

#### update service-model protos for Riverlane DF2 support

## 0.13.4 (2025-09-26)

### Fixes

#### updates the 'patch_schema' script to prevent unintentional int-type breakage

## 0.13.3 (2025-05-13)

### Fixes

- revert "feat: regenerate mustache template"

## 0.13.2 (2025-05-13)

### Features

- support for client-credentials flow
- regenerate mustache template

## 0.13.1 (2025-05-08)

### Fixes

- make ClientCredentials deserializable; make sure secrets are not printed by 'Debug'

## 0.13.0 (2025-03-20)

### Breaking Changes

#### bump OTEL dependency versions

## 0.12.9 (2025-03-03)

### Fixes

#### macos release should include repo-token for protoc install

## 0.12.8 (2025-01-27)

### Fixes

#### allow oauth_session to be constructed without refresh tokens, allow JWTBearerOptional operations to skip bearer tokens

#### temporarily revert python 3.13 support introduced in common/v0.11.7

## 0.12.7 (2025-01-27)

### Features

#### support python 3.13

## 0.12.6 (2025-01-22)

### Features

#### Access tokens are written back to QCS configuration

### Fixes

#### respect env var for api_url

## 0.12.5 (2024-11-20)

### Fixes

#### generate rust structs for missing proto messages

## 0.12.4 (2024-11-20)

### Features

#### update protobuf messages

## 0.12.3 (2024-11-18)

### Fixes

#### wait for channel to be ready again before retrying request after token-refresh

#### expose OAuthGrant via public API, allow creating OAuthSession from ExternallyManaged

## 0.12.2 (2024-10-09)

### Fixes

#### update dev (codegen) dependencies

## 0.12.1 (2024-10-08)

### Fixes

#### update remaining dependencies to remove http=0.2 entirely

#### enable TLS

## 0.12.0 (2024-10-03)

### Breaking Changes

#### Resolve "RefreshService and tower layer challenges"

## 0.11.2 (2024-09-17)

### Fixes

#### Validate and access token before making an authenticated gRPC request, refreshing the token if it is invalid

## 0.11.1 (2024-09-17)

### Fixes

#### Access token is loaded from secrets.toml, otherwise, access tokens are initialized on first request.

## 0.11.0 (2024-09-16)

### Breaking Changes

#### enable 'unknown' enum variants

### Features

#### add support for new 'post-processing' phase

## 0.10.3-rc.0 (2024-09-13)

### Features

#### add support for new 'post-processing' phase

## 0.10.2 (2024-08-29)

### Fixes

#### add defaults to settings profile applications

## 0.10.1 (2024-08-28)

### Fixes

#### Use correct default API URL when building a ClientConfiguration

## 0.10.0 (2024-08-28)

### Breaking Changes

#### Support the client credentials grant type

## 0.9.7 (2024-07-18)

### Fixes

#### Version number consistency

## 0.9.6 (2024-07-11)

### Fixes

#### common Python action will not test installation for an architecture that is different from the host

## 0.9.5 (2024-07-11)

### Fixes

#### Python workflow accepts GitHub token as an argument.

## 0.9.4 (2024-07-10)

### Fixes

#### jsonwebtoken is now version 9.3.0

## 0.9.3 (2024-07-10)

### Fixes

#### common Python action takes a GitHub token as a parameter

#### common Python action takes a GitHub token as a parameter

## 0.9.2 (2024-07-10)

### Fixes

#### common Python action takes a GitHub token as a parameter

## 0.9.1 (2024-07-03)

### Fixes

#### Add reqwest to workspace dependencies

## 0.9.0 (2024-07-03)

### Breaking Changes

#### Add Python API, the builder setters no longer use the `set_` prefix, rename the `channel` module to `tonic`

## 0.8.17 (2024-06-02)

### Features

#### implement retries on disconnect for methods that are safe/idempotent

## 0.8.16 (2024-05-21)

### Fixes

#### trigger new release

## 0.8.15 (2024-05-09)

### Fixes

#### refresh JWT only when expired, not before every request

## 0.8.14 (2024-04-16)

### Fixes

#### resolve linting errors

## 0.8.13 (2024-03-21)

### Features

#### support http1.1 requests via optional grpc-web feature

## 0.8.12 (2024-02-28)

### Fixes

#### Update ExecuteControllerJobRequest documentation

## 0.8.11 (2024-02-16)

### Features

#### add automatic retry logic to clients

## 0.8.10 (2024-02-12)

### Fixes

#### Release schema updates

## 0.8.9 (2024-01-05)

### Features

#### add ExecutionOptions

## 0.8.8 (2023-12-16)

### Fixes

#### separate configuration of client network OTEL tracing from context propagation

## 0.8.7 (2023-12-05)

### Fixes

#### trigger new release after ci fix

## 0.8.6 (2023-11-28)

### Fixes

#### workspace dependencies

## 0.8.5 (2023-11-25)

### Features

#### Update gRPC schemas

## 0.8.4 (2023-11-15)

### Features

#### regenerate client code with new queue policy type

## 0.8.3 (2023-11-11)

### Fixes

#### trace grpc requests with level info

## 0.8.2

### Fixes

- private type was changed from struct to tuple

## 0.8.1

### Features

- Add `get_channel_with_timeout` and `get_channel_with_endpoint` functions for more fine tune configuration of a channel.

## 0.8.0

### Breaking Changes

- If a settings file is incomplete, defaults are used for missing values.

## 0.7.8

### Features

- Update `DEFAULT_GRPC_API_URL`

## 0.7.7

### Fixes

- bump api client versions

## 0.7.6

### Features

- Environment variable overrides for QVM, QUILC, and the GRPC API URLs are now respected when initializing a default client configuration

## 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.