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

Releases: googleapis/artman

v0.42.0

15 Nov 22:13
995733c
Compare
Choose a tag to compare

Include the following features from gapic-generator:

  • Update generated java tests to use a unique InProcessChannel name (#3028)
  • Assign the proto file where the method is defined (#3027)
  • Python: Include custom static files in generated Python docs (#3020)
  • test: test streaming pagination for showcase (#3021)
  • deprecate resource names not supported by microgenerators (#3016)
  • Java samplegen: replace comment-out default lines with an overload of the sample function (#3019)
  • samplegen: generate program.cs for c# samples (#3017)
  • C# samplegen: remove commented-out lines showing default values of parameters (#3018)
  • Add sample_type field to permit in-code samples. (#2996)
  • pin jacoco to 0.8.5 for jdk 11 compatibility (#3009)
  • Update dependency puppeteer to v2 (#3008)

v0.41.1

08 Nov 00:33
d338534
Compare
Choose a tag to compare

This release only includes testing and dependencies changes.

v0.41.0

29 Oct 15:28
Compare
Choose a tag to compare

artman:

  • adds grpc_service_config attribute to artman config.proto
  • updates gapic_tasks to pass the --grpc_service_config generate arg using config value

v0.40.3

25 Oct 20:12
329d4ce
Compare
Choose a tag to compare

Include the following changes from gapic-generator:

  • unit test: honor all sample_code_init_field for expected and actual requests

v0.40.2

22 Oct 00:25
1cb0812
Compare
Choose a tag to compare

SampleGen: update Node.js const name for library package (#2969)

v0.40.1

19 Oct 00:28
255232e
Compare
Choose a tag to compare

Bug fix:

  • generate the correct format of Java sample manifest file

v0.40.0

17 Oct 22:42
3cfd875
Compare
Choose a tag to compare

Support file-level resource_definition annotations

v0.39.0

11 Oct 01:26
d0cb26a
Compare
Choose a tag to compare

Include the following changes from gapic generator:

  • Fix iam dependency resolution for java_gapic_assembly_gradle_pkg
  • Parse resource name annotations from imported protos too

Include the following changes in artman:

  • Bug fix when resource names plugin is called without gapic.yaml

v0.38.0

03 Oct 22:28
e450a82
Compare
Choose a tag to compare

Include the following features from gapic-generator:

  • SampleGen: generates sample manifest file for Java samples (#2992)
  • Python: Update URL for 'requests' Sphinx inventory. (#2990)

v0.37.1

24 Sep 18:27
8c6583d
Compare
Choose a tag to compare

Releasing the patch release with just one change: a test with a wrong PHP configuration is whitelisted so that it does not cause the whole CI failure.