Skip to content

Releases: Redocly/redocly-cli

@redocly/openapi-core@1.10.1

29 Feb 15:20
120611c
Compare
Choose a tag to compare

Patch Changes

  • fix: Revert "Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings" temporary.

@redocly/openapi-core@1.10.0

29 Feb 12:08
592ba42
Compare
Choose a tag to compare

Minor Changes

  • Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings.

@redocly/cli@1.10.1

29 Feb 15:20
120611c
Compare
Choose a tag to compare

Patch Changes

  • Updated @redocly/openapi-core to v1.10.1.

@redocly/cli@1.10.0

29 Feb 12:08
592ba42
Compare
Choose a tag to compare

Minor Changes

  • Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings.

Patch Changes

  • Added inflection to the join command so that --prefix-components-with-info-prop replaces spaces with underscores to create less confusing $refs.
  • Updated @redocly/openapi-core to v1.10.0.

@redocly/openapi-core@1.9.1

20 Feb 08:55
ee5d372
Compare
Choose a tag to compare

Patch Changes

  • Fixed a bug with resolving $refs to file names that contain the hash symbol.

@redocly/cli@1.9.1

20 Feb 08:55
ee5d372
Compare
Choose a tag to compare

Patch Changes

  • Adds support for using logical AND for the security schema so that the join command generates the correct schema.
  • Fixed a bug with resolving $refs to file names that contain the hash symbol.
  • Fixed a problem where the join command did not process schemas containing null values when the --prefix-components-with-info-prop option was used.'
  • Updated @redocly/openapi-core to v1.9.1.

@redocly/openapi-core@1.9.0

13 Feb 13:54
13bd3bf
Compare
Choose a tag to compare

Minor Changes

  • Added new no-required-schema-properties-undefined rule to check if each required schema property is defined.

Patch Changes

  • Fixed an issue where $refs ending in # (instead of #/) would break the application.

@redocly/cli@1.9.0

13 Feb 13:54
13bd3bf
Compare
Choose a tag to compare

Minor Changes

    • Removed descriptions adding for x-tagGroups for the join command. Descriptions in x-tagGroups are not supported and cause errors on linting.
    • Updated info.title to be used as a name in x-tagGroups instead of a file name for the join command, so you can now join files with the same names.
  • Added new no-required-schema-properties-undefined rule to check if each required schema property is defined.

Patch Changes

  • Fixed an issue where using the --prefix-components-with-info-prop option with the join command caused $refs to include duplicated prefixes.
  • Fixed an issue where $refs ending in # (instead of #/) would break the application.
  • Updated @redocly/openapi-core to v1.9.0.

@redocly/openapi-core@1.8.2

01 Feb 17:08
7ce9013
Compare
Choose a tag to compare
@redocly/openapi-core@1.8.2

@redocly/cli@1.8.2

01 Feb 17:08
7ce9013
Compare
Choose a tag to compare

Patch Changes

  • Added markdown format option to stats command for use with GitHub job summaries.
  • Fixed an issue with the push command, when destination option does not work without specifying it in redocly.yaml.
  • Updated @redocly/openapi-core to v1.8.2.