Changelog
9.0.2-next.1 (2024-12-10)
Changelog
9.0.0 (2024-12-06)
validate
, deprecate/hide open
(#1072) (f1b46f6)gh
(331d28b)dist-gha/
files with every release (f42392b)ExperimentalWarning
(#901) (f9b5679)dist-gha
assets properly (b0934cb)@oclif/plugin-not-found
, other cleanups (#1074) (6529b03)title
flag to openapi:convert
(#1071) (1d71f3f), closes #1068ProxyAgent
(#1000) (9da7132), closes #999oclif
-powered docs (#1081) (8a2833b)README_API_KEY
env var (#950) (bcf3f18)actions/checkout@v4
everywhere (#895) (d30b71c)rdme openapi
is deprecated and will be replaced in
rdme@10
by a command with a simpler flag setup based on community
feedback.Does the copy in these deprecation warnings make sense to you? Note that the links will be broken for now since we haven't tagged a proper v9 release yet, but that will be fixed once this release is out!
rdme openapi:validate
is now rdme openapi validate
. The
colon topic separator will continue to be supported so there is no need
to change any existing commands, but all documentation and help screens
will reflect the space topic separator.Do tests still pass?
rdme validate
has been removed, use rdme openapi:validate
instead.rdme open
is now deprecatedalso updates our docs accordingly
rdme
GitHub Actions is now a the node20
JavaScript action rather than a Docker container action.rdme
is now powered by oclif
. The formatting and content of certain error messages and outputs may have changed. Please continue to only utilize exit codes to determine command successes/failures.completed tasks:
versions: this flips the isPublic
flag to hidden
.
removes several deprecated commands
chore: knip cleanup
chore: type fixes for tests
removes several deprecated commands
Node.js >= 18 required
Changelog
9.0.0-next.36 (2024-12-06)
rdme openapi
is deprecated and will be replaced in
rdme@10
by a command with a simpler flag setup based on community
feedback.