Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Releases: googleapis/python-batch

v0.13.0

05 Jul 15:02
a09a354
Compare
Choose a tag to compare

0.13.0 (2023-07-04)

Features

  • v1alpha: Add gpu driver version field (fa1e00b)

Bug Fixes

  • Add async context manager return types (#122) (57f49cc)

Documentation

  • v1: Add image shortcut example for Batch HPC CentOS Image (#119) (cc9d65a)
  • v1alpha: Add image shortcut example for Batch HPC CentOS Image (fa1e00b)

v0.12.0

14 Jun 17:13
9a55b6b
Compare
Choose a tag to compare

0.12.0 (2023-06-14)

Features

  • v1: Add support for scheduling_policy (23d3a5e)

Documentation

  • Minor clarifications for TaskGroup and min_cpu_platform (23d3a5e)

v0.11.0

31 May 18:36
433be54
Compare
Choose a tag to compare

0.11.0 (2023-05-25)

Features

  • v1: Add support for per-Runnable labels (977ce57)
  • v1: Add support for placement policies (977ce57)
  • v1alpha: Add support for placement policies (be22675)
  • v1alpha: Support order_by in ListJobs and ListTasks requests (be22675)

v0.10.0

27 Mar 16:04
3681dd2
Compare
Choose a tag to compare

0.10.0 (2023-03-16)

Features

  • Added StatusEvent.task_state (de68b7c)

Bug Fixes

Documentation

v0.9.0

07 Feb 15:29
6609824
Compare
Choose a tag to compare

0.9.0 (2023-02-04)

Features

  • Add boot disk field in InstancePolicy (3a73b21)
  • Add boot disk field in InstanceStatus (3a73b21)
  • Support custom scopes for service account (3a73b21)

v0.8.1

23 Jan 15:59
2e202bf
Compare
Choose a tag to compare

0.8.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (695d075)

Documentation

  • Add documentation for enums (695d075)

v0.8.0

11 Jan 15:17
9fc022d
Compare
Choose a tag to compare

0.8.0 (2023-01-10)

Features

v0.7.0

04 Jan 18:44
c4a53d2
Compare
Choose a tag to compare

0.7.0 (2023-01-04)

Features

  • Support secret and encrypted environment variables in v1 (711e132)

Documentation

  • Updated documentation for message NetworkInterface (711e132)

v0.6.0

15 Dec 23:32
113bfd5
Compare
Choose a tag to compare

0.6.0 (2022-12-15)

Features

  • Add InstancePolicy.boot_disk (7e275de)

Bug Fixes

  • Removed unused endpoints for IAM methods (7e275de)
  • rest: Remove unsupported HTTP bindings for IAMPolicy RPCs (7e275de)
  • ServiceAccount.scopes is no longer deprecated (7e275de)

v0.5.0

07 Dec 18:07
8237985
Compare
Choose a tag to compare

0.5.0 (2022-12-07)

Features

  • add support for google.cloud.batch.__version__ (2f6bdca)
  • Add typing to proto.Message based class attributes (2f6bdca)
  • Adds named reservation to InstancePolicy (9414457)

Bug Fixes

  • Add dict typing for client_options (2f6bdca)
  • deps: Require google-api-core >=1.34.0, >=2.11.0 (1b70819)
  • Drop usage of pkg_resources (1b70819)
  • Fix timeout default values (1b70819)

Documentation

  • Remove "not yet implemented" for Accelerator & Refine Volume API docs (9414457)
  • samples: Snippetgen handling of repeated enum field (2f6bdca)
  • samples: Snippetgen should call await on the operation coroutine before calling result (1b70819)
  • update the job id format requirement (9414457)