Skip to content

Latest commit

 

History

History
115 lines (85 loc) · 4.64 KB

CHANGELOG.md

File metadata and controls

115 lines (85 loc) · 4.64 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Added

  • Print usage when missing subcommand #106
  • New swagger parser. Support vendor extensions. #110
  • Optionally skip validation of Swagger format #112
  • Toolbox optional verbose mode #115
  • Update service settings based on security reqs when importing openapi #116
  • Deprecate ruby 2.3, add ruby 2.6 support #131

Changed

  • When importing OAS, ActiveDoc is created by default on visible state #109
  • Software under Apache 2.0 License #114

Fixed

  • Support system signals for windows systems #113
  • Copy service set default deployment option when it is invalid in target env #126

Added

  • Copy/Update: include activedocs #97
  • Copy/Update: include pricing rules #98
  • Copy/Update: include proxy policies #101
  • Import OAS: push activedocs #103

Changed

  • In copy service comamnd, target system name is optional. #100

Fixed

  • Import OAS: fix when missing operation id in spec. #102

Added

  • Manage 3scale instance with remotes, #53
  • Global error handler. #73
  • Unit tests. #72
  • Integration tests. #75
  • OpenAPI 2.0 (Swagger) import command. #76

Changed

Fixed

  • On update service, only include system_name when specified in options. #68

Added

  • Plugin framework. #51
  • Enable insecure connections with a flag for all commands. #62
  • Documentation enhacement. #63

Changed

  • Remove bundler development dependency specific version. #61

Fixed

  • Include all available attributes on copy/update service. #64

Added

  • 3scale update that updates existing service
  • 3scale copy copies backend_version

Changed

  • Require Ruby >= 2.1 in the gemspec

[0.2.2] - 2016-04-21

Fixed

  • 3scale import csv importing mapping rules

[0.2.1] - 2016-04-12

Added

  • 3scale copy added new argument --target-system-name

0.2.0 - 2016-03-30

Added

  • 3scale copy service can copy between different accounts

Changed

  • 3scale copy changed arguments (from endpoint & provider key to source, see --help)

Fixed

  • 3cale copy help now prints correct help

0.1.1 - 2016-03-16

Added

  • 3scale copy service now copies Proxy and Mapping Rules

0.1.0 - 2016-03-11

Added

  • 3scale command
  • 3scale copy service command to copy a service including its metrics, methods, application plans and their usage limits