This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
Releases: googleapis/artman
Releases · googleapis/artman
v0.37.0
Include features from gapic-generator and protoc-java-resource-names-plugin:
- Properly support common resource names with a GAPIC v2.
v0.36.3
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
Included in this patch release:
googleapis/gapic-generator#2964 node: minor fixes to Node.js generator
v0.36.1
This patch release includes a fix for Node.js: googleapis/gapic-generator#2960
v0.36.0
Changes since the last release:
- googleapis/gapic-generator#2947 Update intersphinx reference for google.api_core
- googleapis/gapic-generator#2901 SampleGen: print a descriptive line in Java LRO samples
- googleapis/gapic-generator#2957 Support _virtual_imports in path of proto_library targets
- googleapis/gapic-generator#2888 node: make the generated Node.js libraries work with grpc-fallback and browser
Big changes in this release: Node.js libraries now load protos from JSON.
v0.35.1
v0.35.0
Features from gapic-generator:
- add feature to provide retry config via gRPC ServiceConfig (googleapis/gapic-generator#2859)
- Fix for googleapis/gapic-generator#2849: valid classifier for release_status in setup.py (googleapis/gapic-generator#2940)
- SampleGen: blankline at the end of a for loop block (googleapis/gapic-generator#2941)
- Python style changes (googleapis/gapic-generator#2935)
- SampleGen: generate sample manifest files (googleapis/gapic-generator#2922)
- SampleGen: Remove newline at the end of a comment block (googleapis/gapic-generator#2927)
- Add GAPIC Bazel Extensions for Ruby (googleapis/gapic-generator#2932)
Features from artman:
- None
v0.34.0
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:
v0.33.0
v0.32.1
artman
- speeding up CI config
- updating many deps
- enabling RenovateBot
gapic-generator
- python: fix channel options (googleapis/gapic-generator#2905)
- add PagedExpand to showcase gapic config (googleapis/gapic-generator#2903)
- Drop "non_empty = True" to fix a bazel error. (googleapis/gapic-generator#2885)
- PHP: newline at the EOF for samples
- SampleGen: Migration all dynamic languages to use sample config (googleapis/gapic-generator#2883)