This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
Releases: googleapis/artman
Releases · googleapis/artman
v0.32.0
artman
- chore(deps): pin dependencies (#680)
- chore(deps): add renovate.json (#675)
- Whitelist firestore (#679)
- node: compile protos into JSON (#678)
- Add a
gapic-samples
field to artman config and pass sample configs to gapic-generator (#677) - Really use temporary directory when generating discogapic configs (#674)
gapic-generator
- py,go,java: remove send/recv msg size limit (googleapis/gapic-generator#2900)
- SampleGen: csproj for Sample package (googleapis/gapic-generator#2894)
- node: Call method without arguments or empty object (googleapis/gapic-generator#2897)
- fix(node): use apiEndpoint instead of servicePath in docs (googleapis/gapic-generator#2899)
- Update intersphinx mappping for requests (googleapis/gapic-generator#2896)
- Python: Fix docstrings for 'retry' arguments (googleapis/gapic-generator#2890)
- Python: Update google-api-core pin to '>= 1.14.0, < 2.0.0dev'. (googleapis/gapic-generator#2891)
- SampleGen: Adjust C# region tags location (googleapis/gapic-generator#2886)
v0.31.0
Release a minor version with following changes:
gapic-generator:
- Java: Remove unsupported retry samples
- Java: Add
@generated
to generated package-info files - Node.js: drop dependency on through2
artman:
Use a temp directory when generating discogapic config
v0.30.1
Include the following changes from gapic-generator:
- Fix lro initial call settings: googleapis/gapic-generator#2878
v0.30.0
gapic-generator changes:
- python: bump version bounds on iam dep (googleapis/gapic-generator#2867)
- C# Add method to format resource-names (googleapis/gapic-generator#2870)
- C# Correctly escape request params headers (googleapis/gapic-generator#2869)
- SampleGen: Add test sample configs in the new schema (googleapis/gapic-generator#2833)
v0.29.4
v0.29.3
In this release:
#653 is fixed by updating gapic-generator.
gapic-generator changes included:
- Allow samplegen without sample configs googleapis/gapic-generator#2860
- Fix string literal character escaping in Ruby generator googleapis/gapic-generator#2861
v0.29.2
This release includes the following fixes:
Also, the following gapic-generator changes are included:
- go: remove enoding on header request param key googleapis/gapic-generator#2858
- Python: Sync 'list_*' method docstrings with implementation googleapis/gapic-generator#2857
- Python: Add client options googleapis/gapic-generator#2853
v0.29.1
Changes included in this release are fixes:
In artman:
In gapic-generator:
- samplegen: add sample_config.proto to the config_java_proto BUILD target googleapis/gapic-generator#2852
- go: URL encode x-goog-request-params googleapis/gapic-generator#2851
- ruby: ake it possible to pass metadata to the operations client googleapis/gapic-generator#2856