Releases: SmartBear/swaggerhub-cli
Releases · SmartBear/swaggerhub-cli
v0.6.2
What's Changed
Bug Fixes
- update dockerfile to remove user command by @conor-ward in #255
Other Changes
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #252
- chore: update version for release 0.6.2 by @conor-ward in #256
Full Changelog: v0.6.1...v0.6.2
SwaggerHub CLI Release v0.6.1
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
- Added release.yaml file for generating changelogs by @CalemRoelofsSB in #246
- build(deps): bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #251
Full Changelog: v0.6.0...v0.6.1
SwaggerHub CLI Release v0.6.0
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
SwaggerHub CLI Release v0.5.0
0.5.0 (2021-09-16)
Breaking Changes
- The
--publish
flag inapi:create
,api:update
, anddomain: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
SwaggerHub CLI Release v0.4.0
SwaggerHub CLI Release v0.3.0
0.3.0 (2021-03-15)
New Features
New commands to manage API integrations:
integration:get
(#185) (f4dff6c)integration:list
- retrieve all integrations on a single API version (#188) (92686a8)integration:execute
(#190) (b965e4f)integration:update
(#191) (40ee118)integration:delete
(#189) (baed17b)