Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Releases: googleapis/gapic-generator-python

v0.26.3

Choose a tag to compare

@yoshi-automation yoshi-automation released this 08 Jul 02:01
ffccce7

Bug Fixes

v0.26.2

Choose a tag to compare

@yoshi-automation yoshi-automation released this 07 Jul 23:01
063625b

Bug Fixes

  • add oneof fields to generated protoplus init (#485) (be5a847), closes #484

v0.26.1

Choose a tag to compare

@yoshi-automation yoshi-automation released this 07 Jul 22:46
9076362

Bug Fixes

v0.26.0

Choose a tag to compare

@yoshi-automation yoshi-automation released this 01 Jul 00:16
f49bc3f

Features

  • add credentials_file and scopes via client_options (#461) (b5e1b1e)

Bug Fixes

  • add name and version info to fixup script name (#490) (16fe7e7)
  • Temporarily define a fixed testing event loop (#493) (2d22d91)

v0.25.2

Choose a tag to compare

@yoshi-automation yoshi-automation released this 23 Jun 17:46
68d68ae

Bug Fixes

v0.25.1

Choose a tag to compare

@yoshi-automation yoshi-automation released this 23 Jun 01:16
b00ea6e

Bug Fixes

  • only require dataclases if python<3.7 (#475) (9597695)

v0.25.0

Choose a tag to compare

@yoshi-automation yoshi-automation released this 17 Jun 19:46
e02d4d8

Features

  • provide AsyncIO support for generated code (#365) (305ed34)

v0.24.2

v0.24.2 Pre-release
Pre-release

Choose a tag to compare

@yoshi-automation yoshi-automation released this 13 Jun 01:01
686c357

Bug Fixes

  • generated unit tests live in the 'tests/gapic' subdir (#456) (1ed7c9d), closes #454

v0.24.1

Choose a tag to compare

@yoshi-automation yoshi-automation released this 12 Jun 23:31
28a1585

Bug Fixes

gapic-generator 0.24.0

Pre-release

Choose a tag to compare

@software-dov software-dov released this 10 Jun 20:51
a48ff4d

release level documentation

Features

  • Add routing headers for non client streaming method calls
  • Very early incomplete support for proto3 optional

Docs

  • Add documentation describing how to invoke the microgenerator via Bazel

Bugfixes

  • Disambiguate mtls semantics
  • Resource helper method order stabilized in output

Testing

  • Add systest for resource path parsing
  • Add systest for non slash-delimited resource paths

Misc

  • Remove lazy import in non ads-templates