Studio and Platform
Stoplight Studio v1.4.0 is now available! Included in this release is removal of a previously-required directory structure and several bug fixes. Read more below.
To download the latest version of Studio Desktop, visit the download page here. Studio Web is included in the latest release of Stoplight Platform.
No More Folder Structure Requirements!
Prior to the v1.4.0 release, Studio required APIs and related models to be located under a βreferenceβ folder at the root of the project repository. Starting with this release, the βreferenceβ folder requirement has been lifted, allowing users to store APIs and JSON schema models wherever they choose. (#57)
An issue where certain JSON schema objects would not be properly recognized as JSON schema has been resolved (#211)
An issue where removing an API from the βAPIβ sidebar would also remove extraneous files in the APIβs βreferenceβ directory has been resolved (#197)
An issue where changes to security schemas would not be properly reflected in the operation data has been resolved (#187)
An issue where using the βDiscard all changesβ button to discard project changes didnβt properly update the sidebar has been resolved (#184)
An issue where switching Git branches would not remove empty directories has been resolved (#14)
Stoplight v1.4.0 is now available! Included in this release are improvements to project permissions and several bug fixes. Read more below.
To download the latest version of Stoplight Platform with Docker, use the β1.4.0β image tag. Stoplightβs production and managed environments are automatically upgraded to the latest release.
Project Visibility Settings
A visibility toggle is now present under the project settings, allowing users to make documentation public. Previously this would require updating the permissions on the VCS project itself.
An issue preventing users from properly authenticating to Stoplight with Bitbucket Server credentials has been resolved.
Administrators are now warned about data loss when attempting to remove an external service.
Administrators are now warned if they are attempting to disable all authentication services.
The SL_APP_SECRET environment variable no longer requires being exactly 32 characters in length.