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

Latest commit

 

History

History
146 lines (68 loc) · 9.4 KB

File metadata and controls

146 lines (68 loc) · 9.4 KB

Changelog

1.1.0 (2021-06-17)

Features

Bug Fixes

  • bazel: Remove monolith rule deps from the Java µgen Bazel rules [ggj] (#764) (bff3efc)

1.0.13 (2021-06-16)

Bug Fixes

  • resnames: Fix resname builder name conflicts in ctor with this assignment (#769) (edac844)

1.0.12 (2021-06-10)

Features

Bug Fixes

  • mocks: Use java.lang.Object if there are protos named 'Object' (#760) (2a7064b)
  • resnames: Use anon resname classes when only wildcards are present (#763) (f0ecead)

Miscellaneous Chores

1.0.11 (2021-06-07)

Features

Bug Fixes

  • bazel: ensure integration tests diff files recursively (#745) (ddc75f9)
  • resnames: filter out mixin services from resname pkg candidates (#751) (72fa76f)
  • tests: Ensure deterministic field ordering in test classes (#743) (fdb705b)
  • tests: handle Java 11 set ordering differences for RPCs and fields in test/mock classes (#750) (eaf4592)

1.0.10 (2021-05-26)

Miscellaneous Chores

  • Pre-DIREGAPIC refactoring (04c2faa)

1.0.9 (2021-05-26)

Features

Bug Fixes

  • Support enums in proto HTTP annotations (#733) (f5c7b86)
  • Support PubSub's deleted-topic pattern (#739) (7d8c62d)

1.0.8 (2021-05-24)

Miscellaneous Chores

1.0.7 (2021-05-21)

Bug Fixes

  • Add PubSub to service.yaml / mixin allowlist (#729) (e7f6d33)

1.0.6 (2021-05-19)

Bug Fixes

  • mixins: Gate mixin RPC on HTTP rules, add yaml doc/http overrides (#727) (229da5d)

1.0.5 (2021-05-17)

Bug Fixes

  • types: Reorder nested types for legacy protos w/ java_outer_class in one file (#724) (925356d)

1.0.4 (2021-05-13)

Bug Fixes

  • types: Use fully-qualified message type names (#723) (8a5c36c)
  • Use the right composers in deprecation unit tests (#715) (2318136)

1.0.3 (2021-04-07)

Bug Fixes

1.0.2 (2021-03-14)

Bug Fixes

  • add request with default value in regular paged callable method (#690) (cc8ce77)
  • mixins: handle unit tests for mixin pagination methods (#691) (edd7443)
  • sample code: Update client samples in KMS goldens (#697) (3777196)

1.0.1 (2021-03-03)

Bug Fixes

  • codegen: Bump license year in generated file headers (#685) (d1b3032)
  • metadata: gate metadata file-gen on a CLI flag (#684) (738bf8a)
  • mixins: enable codegen for standalone mixin APIs, add IAM integ test (#679) (bbde184)
  • mixins: enable RPC overrides to clobber mixed-in RPCs (#678) (0645de4)

1.0.0 (2021-03-01)

Bug Fixes

  • add common srcs to test, check test targets only in codecov (#669) (f81ed0b)
  • release: update gax-java to 1.62.0 (#675) (51ed181)