Version history
Version 1.0.0-alpha16, released 2023-08-22
New features
- Add more compute resource API descriptions to match with VM's machine type field (commit 2a9340b)
- Clarify Batch API proto doc about pubsub notifications (commit 2a9340b)
- Add Batch Managed Container support for v1alpha (commit 2a9340b)
Version 1.0.0-alpha15, released 2023-08-16
New features
- Clarify Batch API proto doc about pubsub notifications (commit a436f6c)
- Add Batch Managed Container support for v1alpha (commit a436f6c)
Version 1.0.0-alpha14, released 2023-08-04
New features
- Enable gpu driver version field on v1 (commit 08fd6c5)
Documentation improvements
- Mark
order_by
field inListTasksRequest
as not implemented. (commit 08fd6c5) - Improve url examples in comments (commit 08fd6c5)
Version 1.0.0-alpha13, released 2023-07-13
New features
- Add gpu driver version field (commit 2836b1b)
Documentation improvements
- Add image shortcut example for Batch HPC CentOS Image (commit 2836b1b)
Version 1.0.0-alpha12, released 2023-06-20
New features
- Implement minCpuPlatform (commit 6fcb3d6)
- Enable scheduling_policy in v1 (commit 6fcb3d6)
- Update TaskGroup doc (commit 6fcb3d6)
Version 1.0.0-alpha11, released 2023-05-26
Bug fixes
- Override HTTP URLs for LRO cancel/delete operations (commit 82d9df4)
New features
- Support order_by in ListJobs and ListTasks requests (issue 21) (commit 2890c2a)
Version 1.0.0-alpha10, released 2023-04-19
New features
- Add TaskStatus's new terminated state UNEXECUTED (commit c721955)
- Add scheduling_policy IN_ORDER enum to support sequential task executions (commit c721955)
- Add support for placement policies (commit c721955)
Documentation improvements
- Update comments on boot disk fields for clearer usage scope (commit c721955)
- Update block_external_network field comment to reduce confusion (commit c721955)
- Update disk and network field comment for better readability (commit c721955)
- Fix
book disk
typo (commit c721955) - Update reservation field API doc (commit c721955)
Version 1.0.0-alpha09, released 2023-03-09
BREAKING CHANGE
BatchServiceClient
no longer exposes an IAMPolicyClient
. This
was only exposed unintentionally, and has never worked. However, this
is still a breaking change as application code may have referred to
it.
New features
- Resource usage (commit 80fe952)
Documentation improvements
- Update comments (commit 80fe952)
Version 1.0.0-alpha08, released 2023-02-08
New features
- Support custom scopes for service account in v1 (commit 7e2eb5a)
- Add boot disk field in InstanceStatus (commit 7e2eb5a)
- Add boot disk and image source fields to v1 InstancePolicy (commit 7e2eb5a)
Version 1.0.0-alpha07, released 2023-01-18
New features
- Enable REST transport in C# (commit 0f8560c)
Version 1.0.0-alpha06, released 2023-01-16
Bug fixes
- ServiceAccount.scopes is no longer deprecated (commit d15829b)
- Removed unused endpoints for IAM methods (commit d15829b)
New features
- Add InstancePolicy.boot_disk (commit d15829b)
Documentation improvements
- Updated documentation for message NetworkInterface (commit acb6f8f)
Version 1.0.0-alpha05, released 2022-12-01
New features
- Adds named reservation to InstancePolicy (commit 9072a1f)
Documentation improvements
- Fix minor docstring formatting (commit 96622fc)
- Remove "not yet implemented" for Accelerator & Refine Volume API docs (commit 9072a1f)
- Update the job id format requirement (commit 9072a1f)
- Fix minor docstring formatting (commit c976c7c)
Version 1.0.0-alpha04, released 2022-10-17
Documentation improvements
- Refine GPU drivers installation proto description (commit 3fb17e8)
- Refine comments for deprecated proto fields (commit 3fb17e8)
- Update the API comments about the device_name (commit 3fb17e8)
Version 1.0.0-alpha03, released 2022-09-05
Bug fixes
- Mark service_account_email as deprecated (commit 28348ae)
Documentation improvements
- Removing comment from a deprecated field (commit 28348ae)
Version 1.0.0-alpha02, released 2022-08-26
New features
- Environment variables, disk interfaces (commit 981712a) ## Version 1.0.0-alpha01, released 2022-07-14
No API surface changes; just dependency updates.
Version 1.0.0-alpha00, released 2022-06-24
Initial release.