Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Latest commit

 

History

History
231 lines (105 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

231 lines (105 loc) · 12.8 KB

Changelog

2.11.1 (2021-05-04)

Bug Fixes

  • Support field names lie I_p_address as valid. (#3359) (98e4733)

2.11.0 (2021-04-30)

Features

  • Add support for optional field in HttpJson stubs for Java (#3356) (893447f)

Bug Fixes

  • remove unused package option from java_gapic_library [gapic-generator] (#3341) (857e2aa)
  • Use a deterministic ordering for rest placeholders (#3333) (267e4dd)

2.10.4 (2021-01-21)

Bug Fixes

2.10.3 (2021-01-20)

Bug Fixes

  • build_gen: include httpbody import for java/go (#3329) (5b30a46)

2.10.2 (2021-01-08)

Bug Fixes

  • preserve the value of opt_args parameter (#3319) (60a2d2c)

2.10.1 (2020-12-30)

Reverts

  • Revert "fix: don't change PHP functions which are reserved words (#3317)" (#3322) (9c22369), closes #3317 #3322

2.10.0 (2020-12-24)

Features

Bug Fixes

  • don't change PHP functions which are reserved words (#3317) (3ff8ca9)

2.9.0 (2020-12-08)

Features

  • generate GAPIC metadata file for Node.js by default (#3313) (887ddd9)

2.8.0 (2020-11-13)

Features

Bug Fixes

2.7.0 (2020-10-23)

Features

2.6.2 (2020-10-19)

Bug Fixes

  • use remote lro Go gapic instead of local (#3299) (2fe44f7)

2.6.1 (2020-10-13)

Bug Fixes

  • use separate value generator in test generation (#3294) (9f97d83)

2.6.0 (2020-10-12)

Features

2.5.0 (2020-10-02)

Features

2.4.6 (2020-09-02)

Bug Fixes

  • support reroute_to_grpc_interface with grpc_service_config (#3272) (231ad97)

2.4.5 (2020-08-07)

Bug Fixes

  • Make java lowerCamel methos naming match protobuf java stubs output methods naming. (#3265) (4d1eef9)

2.4.4 (2020-07-24)

Bug Fixes

  • deps: bump protobuf versions for Java artman builds (#3261) (8620732)
  • deps: update dependency puppeteer to v5 (#3247) (c52f71b)

2.4.3 (2020-07-17)

Bug Fixes

  • Fix tar packaging in bazel rules for mac (#3255) (216f03f)

2.4.2 (2020-07-16)

Bug Fixes

  • Fix for java_gapic_assembly_gradle_pkg rule. (#3253) (a98a2a0)

2.4.1 (2020-07-14)

Bug Fixes

  • fix errorprone bazel errors (#3250)(f1381f9)
  • remove speech library generation from circleci (#3251) (965504d)

2.4.0 (2020-06-26)

Features

  • add opt_file_args to pass the file arguments to the protoc plugin (#3239) (cce9967)

Bug Fixes

2.3.0 (2020-06-24)

Features

  • preserve some values when regenerating BUILD.bazel (#3237) (ba34bae)

2.2.0 (2020-06-12)

Features

  • build_gen all langs use grpc_service_config (#3226) (22ce9a7)

2.1.0 (2020-06-05)

Features

  • add proto3_optional to proto_custom_library (#3222) (9f11f73)

Bug Fixes

2.0.3 (2020-06-02)

Bug Fixes

2.0.2 (2020-05-29)

Bug Fixes

  • nodejs build_gen uses grpc_service_config (#3206) (375959e)
  • ignore grpc_service_config unless using gapic_v2 (#3206) (375959e)
  • build_gen use None instead of "" when grpc_service_config is not present (#3206) (375959e)

2.0.1 (2020-05-27)

Bug Fixes

2.0.0 (2020-05-20)

This is the first actual release of this library, so the change log would've been too long. The following releases will have proper changelogs.

Version number (2.0.0) is supposed to match the version of artman (until artman is finally deprecated).