diff --git a/generator/konfig-dash/.changeset/clever-snakes-vanish.md b/generator/konfig-dash/.changeset/clever-snakes-vanish.md deleted file mode 100644 index 024f625a3..000000000 --- a/generator/konfig-dash/.changeset/clever-snakes-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'konfig-lib': minor ---- - -add hideNonSdkSnippets configuration to API portal diff --git a/generator/konfig-dash/.changeset/silly-seahorses-bake.md b/generator/konfig-dash/.changeset/silly-seahorses-bake.md deleted file mode 100644 index 5dcca02d5..000000000 --- a/generator/konfig-dash/.changeset/silly-seahorses-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'konfig-cli': patch ---- - -add mockServerPort arg to konfig test diff --git a/generator/konfig-dash/packages/konfig-cli/CHANGELOG.md b/generator/konfig-dash/packages/konfig-cli/CHANGELOG.md index 9e6f6b3ca..41f6353d9 100644 --- a/generator/konfig-dash/packages/konfig-cli/CHANGELOG.md +++ b/generator/konfig-dash/packages/konfig-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # konfig-cli +## 1.23.4 + +### Patch Changes + +- [#311](https://github.com/konfig-dev/konfig/pull/311) [`787daba1`](https://github.com/konfig-dev/konfig/commit/787daba138beef15a7a155356494e1953b7f9a0c) Thanks [@eddiechayes](https://github.com/eddiechayes)! - add mockServerPort arg to konfig test + +- Updated dependencies [[`ce10a4a1`](https://github.com/konfig-dev/konfig/commit/ce10a4a196734dacc2dee760e9f98501b755de01)]: + - konfig-lib@1.26.0 + - konfig-openapi-spec@1.6.2 + - konfig-postman-to-openapi@3.0.139 + ## 1.23.3 ### Patch Changes diff --git a/generator/konfig-dash/packages/konfig-cli/README.md b/generator/konfig-dash/packages/konfig-cli/README.md index a90cf6bbf..209d26e67 100644 --- a/generator/konfig-dash/packages/konfig-cli/README.md +++ b/generator/konfig-dash/packages/konfig-cli/README.md @@ -16,7 +16,7 @@ $ npm install -g konfig-cli $ konfig COMMAND running command... $ konfig (--version) -konfig-cli/1.23.3 linux-x64 node-v16.20.2 +konfig-cli/1.23.4 linux-x64 node-v16.20.2 $ konfig --help [COMMAND] USAGE $ konfig COMMAND @@ -78,7 +78,7 @@ EXAMPLES $ konfig bump ``` -_See code: [dist/commands/bump.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/bump.ts)_ +_See code: [dist/commands/bump.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/bump.ts)_ ## `konfig changeset` @@ -106,7 +106,7 @@ EXAMPLES $ konfig changeset -g python ``` -_See code: [dist/commands/changeset.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/changeset.ts)_ +_See code: [dist/commands/changeset.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/changeset.ts)_ ## `konfig detect-breaking-change` @@ -127,7 +127,7 @@ EXAMPLES $ konfig detect-breaking-change ``` -_See code: [dist/commands/detect-breaking-change.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/detect-breaking-change.ts)_ +_See code: [dist/commands/detect-breaking-change.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/detect-breaking-change.ts)_ ## `konfig diff` @@ -144,7 +144,7 @@ EXAMPLES $ konfig diff ``` -_See code: [dist/commands/diff.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/diff.ts)_ +_See code: [dist/commands/diff.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/diff.ts)_ ## `konfig fix` @@ -173,7 +173,7 @@ EXAMPLES $ konfig fix ``` -_See code: [dist/commands/fix.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/fix.ts)_ +_See code: [dist/commands/fix.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/fix.ts)_ ## `konfig generate` @@ -222,7 +222,7 @@ EXAMPLES $ konfig generate ``` -_See code: [dist/commands/generate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/generate.ts)_ +_See code: [dist/commands/generate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/generate.ts)_ ## `konfig help [COMMAND]` @@ -262,7 +262,7 @@ EXAMPLES $ konfig ignore ``` -_See code: [dist/commands/ignore.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/ignore.ts)_ +_See code: [dist/commands/ignore.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/ignore.ts)_ ## `konfig init` @@ -285,7 +285,7 @@ EXAMPLES $ konfig init ``` -_See code: [dist/commands/init.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/init.ts)_ +_See code: [dist/commands/init.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/init.ts)_ ## `konfig lint` @@ -302,7 +302,7 @@ EXAMPLES $ konfig lint ``` -_See code: [dist/commands/lint.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/lint.ts)_ +_See code: [dist/commands/lint.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/lint.ts)_ ## `konfig lint-python` @@ -330,7 +330,7 @@ EXAMPLES $ konfig lint-python -f -p test/simple_test.py ``` -_See code: [dist/commands/lint-python.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/lint-python.ts)_ +_See code: [dist/commands/lint-python.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/lint-python.ts)_ ## `konfig list-sdk-submodules` @@ -347,7 +347,7 @@ EXAMPLES $ konfig list-sdk-submodules ``` -_See code: [dist/commands/list-sdk-submodules.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/list-sdk-submodules.ts)_ +_See code: [dist/commands/list-sdk-submodules.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/list-sdk-submodules.ts)_ ## `konfig login` @@ -364,7 +364,7 @@ EXAMPLES $ konfig login ``` -_See code: [dist/commands/login.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/login.ts)_ +_See code: [dist/commands/login.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/login.ts)_ ## `konfig logout` @@ -381,7 +381,7 @@ EXAMPLES $ konfig logout ``` -_See code: [dist/commands/logout.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/logout.ts)_ +_See code: [dist/commands/logout.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/logout.ts)_ ## `konfig mock` @@ -398,7 +398,7 @@ EXAMPLES $ konfig mock ``` -_See code: [dist/commands/mock.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/mock.ts)_ +_See code: [dist/commands/mock.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/mock.ts)_ ## `konfig p2o` @@ -419,7 +419,7 @@ EXAMPLES $ konfig p2o ``` -_See code: [dist/commands/p2o.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/p2o.ts)_ +_See code: [dist/commands/p2o.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/p2o.ts)_ ## `konfig pr-create` @@ -444,7 +444,7 @@ EXAMPLES $ konfig pr-create ``` -_See code: [dist/commands/pr-create.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/pr-create.ts)_ +_See code: [dist/commands/pr-create.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/pr-create.ts)_ ## `konfig pr-merge` @@ -467,7 +467,7 @@ EXAMPLES $ konfig pr-merge ``` -_See code: [dist/commands/pr-merge.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/pr-merge.ts)_ +_See code: [dist/commands/pr-merge.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/pr-merge.ts)_ ## `konfig publish` @@ -497,7 +497,7 @@ EXAMPLES $ konfig publish ``` -_See code: [dist/commands/publish.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/publish.ts)_ +_See code: [dist/commands/publish.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/publish.ts)_ ## `konfig published` @@ -517,7 +517,7 @@ EXAMPLES $ konfig published ``` -_See code: [dist/commands/published.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/published.ts)_ +_See code: [dist/commands/published.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/published.ts)_ ## `konfig pull` @@ -538,7 +538,7 @@ EXAMPLES $ konfig pull ``` -_See code: [dist/commands/pull.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/pull.ts)_ +_See code: [dist/commands/pull.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/pull.ts)_ ## `konfig push` @@ -562,7 +562,7 @@ EXAMPLES $ konfig push ``` -_See code: [dist/commands/push.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/push.ts)_ +_See code: [dist/commands/push.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/push.ts)_ ## `konfig revalidate-demos [FILE]` @@ -584,7 +584,7 @@ EXAMPLES $ konfig revalidate-demos ``` -_See code: [dist/commands/revalidate-demos.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/revalidate-demos.ts)_ +_See code: [dist/commands/revalidate-demos.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/revalidate-demos.ts)_ ## `konfig revalidate-portal [FILE]` @@ -606,7 +606,7 @@ EXAMPLES $ konfig revalidate-portal ``` -_See code: [dist/commands/revalidate-portal.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/revalidate-portal.ts)_ +_See code: [dist/commands/revalidate-portal.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/revalidate-portal.ts)_ ## `konfig slack-msg [FILE]` @@ -627,7 +627,7 @@ EXAMPLES $ konfig slack-msg ``` -_See code: [dist/commands/slack-msg.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/slack-msg.ts)_ +_See code: [dist/commands/slack-msg.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/slack-msg.ts)_ ## `konfig test` @@ -635,12 +635,13 @@ Execute test script in every SDK directory ``` USAGE - $ konfig test [-f ] [-s] [-x] + $ konfig test [-f ] [-s] [-x] [-p ] FLAGS - -f, --filter= Comma separated list of SDKs to test (e.g. "-f python,java,go,csharp,objc") - -s, --sequence Run tests in sequence - -x, --noMockServer Disable mock server from running + -f, --filter= Comma separated list of SDKs to test (e.g. "-f python,java,go,csharp,objc") + -p, --mockServerPort= [default: 4010] Port to run mock server on + -s, --sequence Run tests in sequence + -x, --noMockServer Disable mock server from running DESCRIPTION Execute test script in every SDK directory @@ -649,7 +650,7 @@ EXAMPLES $ konfig test ``` -_See code: [dist/commands/test.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/test.ts)_ +_See code: [dist/commands/test.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/test.ts)_ ## `konfig version` @@ -666,5 +667,5 @@ EXAMPLES $ konfig version ``` -_See code: [dist/commands/version.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.3/dist/commands/version.ts)_ +_See code: [dist/commands/version.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.4/dist/commands/version.ts)_ diff --git a/generator/konfig-dash/packages/konfig-cli/package.json b/generator/konfig-dash/packages/konfig-cli/package.json index 9c954bb06..49ca54fb8 100644 --- a/generator/konfig-dash/packages/konfig-cli/package.json +++ b/generator/konfig-dash/packages/konfig-cli/package.json @@ -1,6 +1,6 @@ { "name": "konfig-cli", - "version": "1.23.3", + "version": "1.23.4", "description": "CLI for Generating SDKs with Konfig", "author": "dphuang2 @dphuang2", "bin": { diff --git a/generator/konfig-dash/packages/konfig-lib/CHANGELOG.md b/generator/konfig-dash/packages/konfig-lib/CHANGELOG.md index 432998224..c67f5a02c 100644 --- a/generator/konfig-dash/packages/konfig-lib/CHANGELOG.md +++ b/generator/konfig-dash/packages/konfig-lib/CHANGELOG.md @@ -1,5 +1,11 @@ # konfig-lib +## 1.26.0 + +### Minor Changes + +- [#310](https://github.com/konfig-dev/konfig/pull/310) [`ce10a4a1`](https://github.com/konfig-dev/konfig/commit/ce10a4a196734dacc2dee760e9f98501b755de01) Thanks [@dphuang2](https://github.com/dphuang2)! - add hideNonSdkSnippets configuration to API portal + ## 1.25.1 ### Patch Changes diff --git a/generator/konfig-dash/packages/konfig-lib/konfig-yaml.schema.json b/generator/konfig-dash/packages/konfig-lib/konfig-yaml.schema.json index 0dc318099..750a5bf89 100644 --- a/generator/konfig-dash/packages/konfig-lib/konfig-yaml.schema.json +++ b/generator/konfig-dash/packages/konfig-lib/konfig-yaml.schema.json @@ -55,6 +55,10 @@ }, "additionalProperties": false }, + "hideNonSdkSnippets": { + "type": "boolean", + "description": "Do not show non-SDK snippets in the API Reference page of the API Portal. This is useful if your API is not easily usable without an SDK or if you do not want developers to use your API without an SDK." + }, "title": { "type": "string", "description": "Title to be used in Konfig's API Portal" diff --git a/generator/konfig-dash/packages/konfig-lib/package.json b/generator/konfig-dash/packages/konfig-lib/package.json index 5f7186992..06249ab96 100644 --- a/generator/konfig-dash/packages/konfig-lib/package.json +++ b/generator/konfig-dash/packages/konfig-lib/package.json @@ -49,5 +49,5 @@ "typescript": "^4.7.4", "zod-to-json-schema": "^3.20.4" }, - "version": "1.25.1" + "version": "1.26.0" } diff --git a/generator/konfig-dash/packages/konfig-openapi-spec/CHANGELOG.md b/generator/konfig-dash/packages/konfig-openapi-spec/CHANGELOG.md index b458f8e8f..0dfd872e9 100644 --- a/generator/konfig-dash/packages/konfig-openapi-spec/CHANGELOG.md +++ b/generator/konfig-dash/packages/konfig-openapi-spec/CHANGELOG.md @@ -1,5 +1,12 @@ # konfig-openapi-spec +## 1.6.2 + +### Patch Changes + +- Updated dependencies [[`ce10a4a1`](https://github.com/konfig-dev/konfig/commit/ce10a4a196734dacc2dee760e9f98501b755de01)]: + - konfig-lib@1.26.0 + ## 1.6.1 ### Patch Changes diff --git a/generator/konfig-dash/packages/konfig-openapi-spec/openapi.yaml b/generator/konfig-dash/packages/konfig-openapi-spec/openapi.yaml index ffee1e14e..b07793ddd 100644 --- a/generator/konfig-dash/packages/konfig-openapi-spec/openapi.yaml +++ b/generator/konfig-dash/packages/konfig-openapi-spec/openapi.yaml @@ -3409,6 +3409,12 @@ components: type: string documentation: type: string + hideNonSdkSnippets: + type: boolean + description: Do not show non-SDK snippets in the API Reference page of the API + Portal. This is useful if your API is not easily usable without + an SDK or if you do not want developers to use your API without + an SDK. title: type: string description: Title to be used in Konfig's API Portal diff --git a/generator/konfig-dash/packages/konfig-openapi-spec/package.json b/generator/konfig-dash/packages/konfig-openapi-spec/package.json index 29bccb0a6..f225b9cfd 100644 --- a/generator/konfig-dash/packages/konfig-openapi-spec/package.json +++ b/generator/konfig-dash/packages/konfig-openapi-spec/package.json @@ -1,6 +1,6 @@ { "name": "konfig-openapi-spec", - "version": "1.6.1", + "version": "1.6.2", "packageManager": "yarn@3.2.3", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/generator/konfig-dash/packages/konfig-postman-to-openapi/CHANGELOG.md b/generator/konfig-dash/packages/konfig-postman-to-openapi/CHANGELOG.md index 615cf67c4..1309e27ff 100644 --- a/generator/konfig-dash/packages/konfig-postman-to-openapi/CHANGELOG.md +++ b/generator/konfig-dash/packages/konfig-postman-to-openapi/CHANGELOG.md @@ -1,5 +1,12 @@ ### [3.0.1](https://github.com/joolfe/postman-to-openapi/compare/3.0.0...3.0.1) (2023-01-21) +## 3.0.139 + +### Patch Changes + +- Updated dependencies [[`ce10a4a1`](https://github.com/konfig-dev/konfig/commit/ce10a4a196734dacc2dee760e9f98501b755de01)]: + - konfig-lib@1.26.0 + ## 3.0.138 ### Patch Changes diff --git a/generator/konfig-dash/packages/konfig-postman-to-openapi/package.json b/generator/konfig-dash/packages/konfig-postman-to-openapi/package.json index dd66054d7..12147fb13 100644 --- a/generator/konfig-dash/packages/konfig-postman-to-openapi/package.json +++ b/generator/konfig-dash/packages/konfig-postman-to-openapi/package.json @@ -1,6 +1,6 @@ { "name": "konfig-postman-to-openapi", - "version": "3.0.138", + "version": "3.0.139", "description": "Convert postman collection to OpenAPI spec", "main": "lib/index.js", "types": "types/index.d.ts", diff --git a/generator/konfig-dash/packages/konfig-spectral-ruleset/CHANGELOG.md b/generator/konfig-dash/packages/konfig-spectral-ruleset/CHANGELOG.md index ffade2a4c..3917e389e 100644 --- a/generator/konfig-dash/packages/konfig-spectral-ruleset/CHANGELOG.md +++ b/generator/konfig-dash/packages/konfig-spectral-ruleset/CHANGELOG.md @@ -1,5 +1,12 @@ # konfig-spectral-ruleset +## 1.2.14 + +### Patch Changes + +- Updated dependencies [[`ce10a4a1`](https://github.com/konfig-dev/konfig/commit/ce10a4a196734dacc2dee760e9f98501b755de01)]: + - konfig-lib@1.26.0 + ## 1.2.13 ### Patch Changes diff --git a/generator/konfig-dash/packages/konfig-spectral-ruleset/package.json b/generator/konfig-dash/packages/konfig-spectral-ruleset/package.json index 035578462..865b1a72f 100644 --- a/generator/konfig-dash/packages/konfig-spectral-ruleset/package.json +++ b/generator/konfig-dash/packages/konfig-spectral-ruleset/package.json @@ -1,6 +1,6 @@ { "name": "konfig-spectral-ruleset", - "version": "1.2.13", + "version": "1.2.14", "description": "Make your HTTP APIs better, faster, stronger, whether they are still being designed (API Design-First) or your organization has flopped various mismatched APIs into production and now you're thinking some consistency would be nice. Using Spectral and OpenAPI.", "main": "dist/ruleset.js", "module": "dist/ruleset.mjs",