Skip to content

Releases: googleapis/synthtool

None 9.10.17

17 Oct 22:46
808d4f6
Compare
Choose a tag to compare
v2019.10.17

chore: release v2019.10.17 (#311)

synthtool 2019.05.02

02 May 23:01
fb8e5c4
Compare
Choose a tag to compare

05-02-2019 12:29 PDT

Implementation Changes

  • Fix move excludes. (#232)
  • None was printing in samples/README if introduction missing. (#222)

New Features

  • Rework .nycrc to support --all. (#226)
  • Add support for metadata comments in samples. (#230)
  • Provide 'title' in .readme-partials.yaml to override the default. (#229)
  • Add generator_args arg to populate --generator-args artman option. (#224)

Documentation

  • Update README run command python3. (#235)

Template Changes

Node

  • node: remove grpc-js tests from Node.js builds. (#236)
  • build: remove Node 6 from our build templates. (#234)

Ruby

  • ruby: add AUTHENTICATION.md template. (#225)

Python

  • Update noxfile.py template. (#228)
  • Add shutil import to python noxfile template. (#227)
  • Add docs session to noxfile. (#202)

synthtool 2019.04.10

11 Apr 00:16
aeee258
Compare
Choose a tag to compare

04-10-2019 12:44 PDT

Python templates

  • Update noxfile template, add comment explaining why 3.6 (#193)

Node.js templates

  • node: use per-repo publish token (#204)
  • node: use wombat to publish npm packages (#205)
  • node(kokoro): Fetch credentials for magic github proxy (#196)
  • node: use node10 to run system-test and samples tests etc (#198)
  • Add docuploader credentials to node publish jobs (#197)

Implementation changes

  • Check 'metadata' in kwargs. (#211)

New Features

  • Add README generation, ported from nodejs-repo-tools (#206, #208, #213, #220)
  • Add support for README partials (#207)
  • Add support for generating samples/README.md from samples folder (#214, #218)

Documentation

  • s/GoogleCloudPlatform/googleapis/g in README (#199)
  • Add a helpful tips section to the readme (#200)

synthtool 2019.02.26

26 Feb 19:31
815bac3
Compare
Choose a tag to compare

02-26-2019 11:11 PST

Node.js templates

  • fix: broken link in CLA (#192)
  • build: add docs 404 check to npm scripts (#190)
  • node(kokoro): test grpc-js (#189)
  • node: move CONTRIBUTING.md to root (#188)
  • node: add lint/fix example to contributing guide (#187)
  • node: ignore googleapis.com links (#179)

Python templates

  • Update noxfile template, add comment explaining why 3.6 (#193)
  • Use 3.7 for Blacken (#191)

Implementation Changes

  • Update java formatting version to 1.7 (#186)
  • fix proto path to glob only specific versions (#185)
  • Add special handling for Python to place protos next to protoc outputs (#184)

Documentation

  • Update readme to latest instructions (#182)

Internal / Testing Changes

  • Ignore lint error about loader (#183)

synthtool 2019.01.16

16 Jan 22:31
ceca646
Compare
Choose a tag to compare

01-16-2019 12:43 PST

Node.js templates

  • node: update jsdoc templates (#178)
  • node: inject yoshi-automation-key (#172)
  • node: add Kokoro configs and remove CircleCI configs (#171)
  • Update nycrc and eslintignore (#170)

New Features

  • Add include_protos option to generation (#177)
  • Document environment variables (#176)

synthtool 2018.12.06

06 Dec 22:32
414d8c2
Compare
Choose a tag to compare

12-06-2018 13:43 PST

Implementation Changes

  • chore: always run nyc report before codecov (#165)

New Features

  • Allow access to additional arguments passed to synthtool (#166)

synthtool 2018.12.05

05 Dec 22:13
258756a
Compare
Choose a tag to compare

12-05-2018 13:59 PST

Implementation Changes

  • Run the java formatter more than once. (#163)
  • nodejs: ignore build/test by default for nyc (#162)
  • Add a LICENSE for all node.js repos (#161)

synthtool 2018.11.30

03 Dec 19:31
2abed8a
Compare
Choose a tag to compare

11-30-2018 12:51 PST

Implementation Changes

  • Use 3.6 to run black as our as autosynth uses 3.6 (#157)

New Features

  • Report gapic generation to metadata (#155)
  • Write update_time to metadata (#156)

synthtool 2018.11.29.2

29 Nov 22:33
e9c0f04
Compare
Choose a tag to compare

11-29-2018 14:11 PST

Implementation Changes

  • modify exclusion of local deps to not match folder name of repo (#153)

synthtool 2018.11.29

29 Nov 20:54
82f8a85
Compare
Choose a tag to compare

11-29-2018 12:46 PST

Implementation Changes

  • enforce black in noxfile, broaden to generated code (#151)
  • Fix private googleapis cloning #150
  • Report GCP common templates to metadata (#149)