Skip to content

Releases: SmartBear/swaggerhub-cli

v0.6.2

20 Jun 12:55
c6afa2d
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Other Changes

Full Changelog: v0.6.1...v0.6.2

SwaggerHub CLI Release v0.6.1

10 Feb 11:44
758c956
Compare
Choose a tag to compare

0.6.1 (2022-02-10)

What's Changed

Bug Fixes

  • fix: Make appuser owner of /cli to prevent permission errors by @conor-ward in #249

Other Changes

Full Changelog: v0.6.0...v0.6.1

SwaggerHub CLI Release v0.6.0

19 Jan 10:30
e413bf1
Compare
Choose a tag to compare

0.6.0 (2022-01-19)

New Features

  • Added support for SwaggerHub projects (#228) (5620b6e)
  • Added script to format README after running oclif-dev readme (#240) (fefc721)

Documentation Changes

  • Updated README.md to include commands for projects topic. (#242) (97616a0)
  • Update the list of codegens and AWS regions (#219) (e9dbaa2)

Bug Fixes

  • Changed variable imported in help.js to work with updated version of @oclif/plugin-help (#236) (5195fa4)
  • Update dependencies that required vulnerable version of ansi-regex (#227) (de3f51c)
  • Update @oclif/errors to 1.3.5 (#237) (56c3e19)
  • Run Docker as non-root user & add health check (#229) (9b4f134)

SwaggerHub CLI Release v0.5.0

16 Sep 14:32
a783b70
Compare
Choose a tag to compare

0.5.0 (2021-09-16)

Breaking Changes

  • The --publish flag in api:create, api:update, and domain:create commands was changed to --published=publish|unpublish to support unpublishing. (#212) (7dd0a2a)

New Features

  • New commands for domains: domain:update, domain:setdefault, domain:delete. (#212) (7dd0a2a) (#213) (a79599b)
  • Support for the development config of SwaggerHub. (6bbf7b0)

Bug Fixes

  • Improved the error message when parsing an incorrectly formatted file. (#216) (de2404c)

SwaggerHub CLI Release v0.4.0

15 Jun 15:00
c18bcb7
Compare
Choose a tag to compare

0.4.0 (2021-06-15)

New Features

  • New api:delete command to delete an API or a specific API version (#205) (caf0d2b)

SwaggerHub CLI Release v0.3.0

15 Mar 15:33
2c84118
Compare
Choose a tag to compare

0.3.0 (2021-03-15)

New Features

New commands to manage API integrations:

Documentation Changes
  • Update integration README (#193) (0e757d9)
  • Update topic description for integration (#192) (6b9a4b1)
  • Add more integration types to integration commands (#184) (d9b01a4)

SwaggerHub CLI Release v0.2.15

10 Feb 10:42
f50c835
Compare
Choose a tag to compare

0.2.15 (2021-02-10)

New Features
Bug Fixes
  • Fix #174: API create/update fails when setting publish / default (#179) (3558acd)
Tests
  • Added tests to get 100% code coverage (#176) (41b71c0)

SwaggerHub CLI Release v0.2.14

23 Dec 11:35
2616839
Compare
Choose a tag to compare

0.2.14 (2020-12-23)

Bug Fixes
  • Do not change visibility when flag is not provided (#158) (65f19ed)
Build System / Dependencies
  • Resolve low severity vulnerability warnings (#172) (f37d44f)

SwaggerHub CLI Release v0.2.13

09 Nov 11:30
ad68ac8
Compare
Choose a tag to compare

0.2.13 (2020-11-09)

New Features
  • Introduce Dockerfile and GitHub Action support (#150) (3ee9d3e)
  • Make file an optional argument in api:update to allow setting visibility (#152) (62cb2be)

SwaggerHub CLI Release v0.2.12

23 Sep 12:40
0ab7ed4
Compare
Choose a tag to compare

0.2.12 (2020-09-23)

New Features
  • Added ability to create API integrations with examples (#135 #137)
  • Add publish and setdefault flags to api:create (#134)
  • Added domain:get command to fetch domain definitions (#133)