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

Releases: googleapis/artman

v0.37.0

21 Sep 11:52
Compare
Choose a tag to compare

Include features from gapic-generator and protoc-java-resource-names-plugin:

  • Properly support common resource names with a GAPIC v2.

v0.36.3

17 Sep 18:46
a331508
Compare
Choose a tag to compare

Include bug fixes from gapic-generator:

  • Remove rogue entrySet call when iterating over maps in C# samples
  • C# samples: fix incorrect bracing style and and a newline at EOF
  • SampleGen: import OperationFuture and XxxMetadata for LRO samples

Include the following improvements in artman:

  • Update dependency configparser to v4.0.2
  • pass Loader to yaml.load in smoke test

v0.36.2

03 Sep 20:50
2bb429c
Compare
Choose a tag to compare

Included in this patch release:

googleapis/gapic-generator#2964 node: minor fixes to Node.js generator

v0.36.1

31 Aug 01:29
484b9e3
Compare
Choose a tag to compare

This patch release includes a fix for Node.js: googleapis/gapic-generator#2960

v0.36.0

30 Aug 18:21
046fe20
Compare
Choose a tag to compare

Changes since the last release:

Big changes in this release: Node.js libraries now load protos from JSON.

v0.35.1

27 Aug 00:34
322646f
Compare
Choose a tag to compare

Bug fixes from gapic-generator:

  • SampleGen: remove generated manifest file (#2950)

v0.35.0

26 Aug 17:39
621c554
Compare
Choose a tag to compare

Features from gapic-generator:

Features from artman:

  • None

v0.34.0

20 Aug 18:09
560b5b7
Compare
Choose a tag to compare

Features from gapic-generator:

  • SampleGen: Sanity checks to sample configs before parsing them into proto parser
  • SampleGen: add license in Node.js samples
  • fix: gl-node x-googl-api-client header should not have 'v' prefix
  • throw exception when optional is empty
  • Switch to machine executor for Bazel builds (to fix tests flakiness)
  • Reconstruct PackagingConfig from other sources (gapic_yaml and protos)
  • SampleGen: Generate samples from sample configs in Java and C#

Features from artman:

  • change gapic_samples to samples in artman config (#715)
  • Update dependency pbr to v5.4.2 (#709)
  • Update dependency babel to >=2.3.4, <2.8.0 (#708)
  • Unpin dependencies (#713)

v0.33.0

07 Aug 19:50
b40c272
Compare
Choose a tag to compare

artman

  • Update dependency pycodestyle to v2.5.0 (#686)
  • Update dependency mccabe to v0.6.1 (#683)
  • Update dependency flake8 to v3.7.8 (#682)
  • Update dependency configparser to v3.7.4 (#681)

gapic-generator

  • C#: Fix for required wrapper types (#711)

v0.32.1

02 Aug 20:52
c2393a0
Compare
Choose a tag to compare

artman

  • speeding up CI config
  • updating many deps
  • enabling RenovateBot

gapic-generator