Skip to content

Latest commit

 

History

History
219 lines (102 loc) · 14.4 KB

CHANGELOG.md

File metadata and controls

219 lines (102 loc) · 14.4 KB

Changelog

2.1.0 (2021-08-17)

Features

  • enable self signed jwt for gapic clients (#794) (1b7ee1e)

2.0.1 (2021-08-06)

Bug Fixes

  • bring back unused resnames for Ads (#821) (7fa135c)
  • resnames: ensure deterministic resname order for samplegen (#813) (c4709df)

2.0.0 (2021-08-03)

⚠ BREAKING CHANGES

  • remove Exception, unused resname classes for Java major version bump (#814)

Features

  • Lambda-ize single-method anon classes (Java 8+) (#815) (19b661c)
  • remove Exception, unused resname classes for Java major version bump (#814) (8abece2)

1.0.17 (2021-08-02)

Features

  • ast: Add support for multi-catch blocks [ggj] (#811) (55ef1a6)
  • ast: Add support for Throwable causes [ggj] (#801) (7fdeece)
  • ast: support throwing all kinds of expressions (#810) (0817650)

Bug Fixes

  • (rest transport) Add @BetaApi to the generated TransportServiceFactory class and lro-specific method (#787) (ebe1aef)
  • prevent hanging by call backgroundResources.close() on stub.close() [ggj] (#804) (428db97)
  • resnames: fallback to fully-qualified Object name upon proto typing conflicts [ggj] (#803) (e654bfb)

1.0.16 (2021-06-30)

Bug Fixes

  • bazel: Eradicate monolith deps from Java µgen repo (#778) (86f2472)
  • build: Update googleapis-discovery hash to fix compute integration test (#782) (46bb19a)
  • protoc: Mirror protoc's field name conflict resolution logic in client generation (#781) (9432979)

1.0.15 (2021-06-22)

Features

  • Implement field presence support for DIREGAPIC (#774) (c820361)

Bug Fixes

  • service.yaml: Remove allowlist restriction (#776) (8f42efd)

Miscellaneous Chores

1.0.14 (2021-06-17)

Features

Bug Fixes

  • bazel: Remove monolith rule deps from the Java µgen Bazel rules (#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)