From f6410cd07a67c3d134f3fa4c285b93b32472aa9b Mon Sep 17 00:00:00 2001 From: Catherine Deskur <46695336+chdeskur@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:05:49 -0400 Subject: [PATCH] chore(cli): update common initialisms list (#4928) --- fern/pages/changelogs/cli/2024-10-15.mdx | 4 ++++ fern/pages/changelogs/fastapi/2024-10-11.mdx | 4 ++++ fern/pages/changelogs/pydantic/2024-10-11.mdx | 4 ++++ fern/pages/changelogs/python-sdk/2024-10-11.mdx | 4 ++++ packages/cli/cli/versions.yml | 7 +++++++ .../ir-generator/src/casings/CasingsGenerator.ts | 1 + 6 files changed, 24 insertions(+) create mode 100644 fern/pages/changelogs/cli/2024-10-15.mdx create mode 100644 fern/pages/changelogs/fastapi/2024-10-11.mdx create mode 100644 fern/pages/changelogs/pydantic/2024-10-11.mdx create mode 100644 fern/pages/changelogs/python-sdk/2024-10-11.mdx diff --git a/fern/pages/changelogs/cli/2024-10-15.mdx b/fern/pages/changelogs/cli/2024-10-15.mdx new file mode 100644 index 00000000000..1250c96d695 --- /dev/null +++ b/fern/pages/changelogs/cli/2024-10-15.mdx @@ -0,0 +1,4 @@ +## 0.45.0-rc4 +**`(chore):`** SCIM has been added as a common initialism. + + diff --git a/fern/pages/changelogs/fastapi/2024-10-11.mdx b/fern/pages/changelogs/fastapi/2024-10-11.mdx new file mode 100644 index 00000000000..4dc04b471d5 --- /dev/null +++ b/fern/pages/changelogs/fastapi/2024-10-11.mdx @@ -0,0 +1,4 @@ +## 1.5.0 +**`(fix):`** The snippet writer now correctly handles base64 strings. + + diff --git a/fern/pages/changelogs/pydantic/2024-10-11.mdx b/fern/pages/changelogs/pydantic/2024-10-11.mdx new file mode 100644 index 00000000000..0a15442adf0 --- /dev/null +++ b/fern/pages/changelogs/pydantic/2024-10-11.mdx @@ -0,0 +1,4 @@ +## 1.4.7 +**`(fix):`** The snippet writer now correctly handles base64 strings. + + diff --git a/fern/pages/changelogs/python-sdk/2024-10-11.mdx b/fern/pages/changelogs/python-sdk/2024-10-11.mdx new file mode 100644 index 00000000000..07986f70c74 --- /dev/null +++ b/fern/pages/changelogs/python-sdk/2024-10-11.mdx @@ -0,0 +1,4 @@ +## 4.2.8 +**`(fix):`** The snippet writer now correctly handles base64 strings. + + diff --git a/packages/cli/cli/versions.yml b/packages/cli/cli/versions.yml index a53f225727d..ae4c43bd71e 100644 --- a/packages/cli/cli/versions.yml +++ b/packages/cli/cli/versions.yml @@ -1,3 +1,10 @@ +- changelogEntry: + - summary: | + SCIM has been added as a common initialism. + type: chore + irVersion: 53 + version: 0.45.0-rc4 + - changelogEntry: - summary: | Numerous fixes to the Conjure API Importer such as reading in request bodies and query parameters. diff --git a/packages/cli/generation/ir-generator/src/casings/CasingsGenerator.ts b/packages/cli/generation/ir-generator/src/casings/CasingsGenerator.ts index 1883b8f5516..ba6a18c1e02 100644 --- a/packages/cli/generation/ir-generator/src/casings/CasingsGenerator.ts +++ b/packages/cli/generation/ir-generator/src/casings/CasingsGenerator.ts @@ -183,6 +183,7 @@ const COMMON_ITIALISMS = new Set([ "RHS", "RPC", "SAML", + "SCIM", "SLA", "SMTP", "SQL",