Skip to content

v0.18.0

Compare
Choose a tag to compare
@danielgtaylor danielgtaylor released this 04 Aug 19:00
· 53 commits to main since this release
v0.18.0
9c15903

Overview

This release brings a few important changes worth calling out:

  1. Freedesktop conventions are now followed, meaning the location of configuration and cache files is now operating-system dependent. Files are automatically moved over when running the new Restish release. The new restish api edit command makes it easy to edit your API configuration, which will now be located:

    • Mac: ~/Library/Application Support/restish/apis.json
    • Linux: ~/.config/restish/apis.json
    • Windows: %AppData%\restish\apis.json

    More docs here: https://rest.sh/#/configuration

  2. If no OpenAPI server locations match, the default operation base path is now the path component of the base configuration value. This can be overridden via the operation_base parameter. See docs at https://rest.sh/#/configuration?id=operation-base-path

  3. Local and remote references are now supported in OpenAPI, including relative refs with the base set to the location of the OpenAPI file. Restish can now officially load the DigitalOcean API spec.

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0