Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate MISTRALAI-SDK 1.3.4 #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 15, 2024

SDK update

Based on:

OpenAPI Change Summary

└─┬Components
  ├──[➕] schemas (2816:13)
  ├─┬ContentChunk
  │ ├──[➕] oneOf (2796:13)
  │ ├──Discriminator
  │ └─┬ONEOF
  │   └──[🔀] $ref (2817:17)❌ 
  └─┬ToolMessage
    └─┬content
      ├──[➖] type (2918:27)❌ 
      ├──[➕] anyOf (2941:27)
      ├──[➕] anyOf (2939:27)
      └──[➕] anyOf (2940:27)
Document Element Total Changes Breaking Changes
components 8 2

TYPESCRIPT CHANGELOG

core: 3.18.3 - 2024-10-31

🐛 Bug Fixes

  • Prevent panic with invalid implicit discriminator mappings with propertyName within allOf object (commit by @bflad)

core: 3.18.2 - 2024-09-30

🔧 Chores

core: 3.18.1 - 2024-09-27

🐛 Bug Fixes

  • update readme formatting (commit by @adaam2)

core: 3.18.0 - 2024-09-25

🐝 New Features

  • add support for custom index.ts exports (commit by @adaam2)

core: 3.17.8 - 2024-09-25

🐛 Bug Fixes

  • update readme generation to replace welcome to new sdk section with new markdown notice (commit by @adaam2)

core: 3.17.7 - 2024-09-25

🐛 Bug Fixes

  • fixes to missing examples and improvements to number examples (commit by @tristanspeakeasy)

core: 3.17.6 - 2024-09-19

🔧 Chores

  • remove unnecessary '$' suffixes in TS funcs (commit by @disintegrator)

core: 3.17.5 - 2024-09-18

🐛 Bug Fixes

core: 3.17.4 - 2024-09-17

🐛 Bug Fixes

  • restore ability to pass Node.js Buffer values in file upload operations (commit by @disintegrator)

core: 3.17.3 - 2024-09-13

🐛 Bug Fixes

core: 3.17.2 - 2024-09-11

🐛 Bug Fixes

  • switch from prepare to prepublishOnly script in package.json (commit by @disintegrator)

core: 3.17.1 - 2024-09-10

🔧 Chores

core: 3.17.0 - 2024-09-08

🐝 New Features

core: 3.16.4 - 2024-09-06

🐛 Bug Fixes

core: 3.16.3 - 2024-09-06

🐛 Bug Fixes

  • remove erroneous optional marker in envSchema (commit by @disintegrator)

core: 3.16.2 - 2024-09-05

🐛 Bug Fixes

  • ensure generated examples are stable generation to generation (commit by @tristanspeakeasy)

core: 3.16.1 - 2024-09-04

🐛 Bug Fixes

  • ensure test helper methods are only included when needed (commit by @tristanspeakeasy)

core: 3.16.0 - 2024-09-03

🐝 New Features

  • support custom compile commands in typescript (commit by @disintegrator)

core: 3.14.2 - 2024-08-30

🐛 Bug Fixes

core: 3.14.1 - 2024-08-17

🔧 Chores

  • remove unused method param (commit by @adaam2)

core: 3.15.0 - 2024-08-16

🐝 New Features

  • add support for uploadStreams (including test generation) (commit by @adaam2)

core: 3.13.2 - 2024-08-13

🐛 Bug Fixes

core: 3.14.0 - 2024-08-09

🐝 New Features

core: 3.13.1 - 2024-08-09

🐛 Bug Fixes

core: 3.13.0 - 2024-08-08

🐝 New Features

core: 3.12.3 - 2024-08-08

🐛 Bug Fixes

core: 3.12.2 - 2024-08-07

🐛 Bug Fixes

core: 3.12.1 - 2024-08-06

🐛 Bug Fixes

core: 3.12.0 - 2024-08-05

🐝 New Features

  • introduce standalone SDK function to help users build leaner application (commit by @disintegrator)

core: 3.11.13 - 2024-08-02

🔧 Chores

  • refactor sdk base class to reduce boilerplate (commit by @disintegrator)

core: 3.11.12 - 2024-08-01

🐛 Bug Fixes

core: 3.11.11 - 2024-07-29

🔧 Chores

  • reduce security boilerplate in SDK methods (commit by @disintegrator)

core: 3.11.10 - 2024-07-23

🐛 Bug Fixes

  • avoid injecting empty 2xx sub-response if default status code is available and considered succesful (commit by @disintegrator)

core: 3.11.9 - 2024-07-23

🐛 Bug Fixes

  • fixed usage snippet generation not showing examples for oneOf/anyOf schemas (commit by @tristanspeakeasy)

core: 3.11.8 - 2024-07-22

🐛 Bug Fixes

  • handling of renamed object fields using x-speakeasy-name-override (commit by @tristanspeakeasy)

core: 3.11.7 - 2024-07-16

🔧 Chores

core: 3.11.6 - 2024-07-09

🐛 Bug Fixes

  • Use 0666 file mode for writing configuration and lock files (commit by @bflad)

core: 3.11.5 - 2024-07-05

🔧 Chores

  • refactor zod schemas for better tree-shaking (commit by @disintegrator)

core: 3.11.3 - 2024-07-04

🐛 Bug Fixes

  • avoid setting user agent header in browsers (commit by @disintegrator)

Version Bump Type: [patch] - 🤖 (automated)

@github-actions github-actions bot added the patch Patch version bump label Nov 15, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731693641 branch from d908537 to 9cd52f7 Compare November 15, 2024 18:38
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate MISTRALAI-SDK 1.3.3 chore: 🐝 Update SDK - Generate MISTRALAI-SDK 1.3.4 Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant