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 0.1.0 #9

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

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Oct 26, 2024

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├─┬/threads/{thread_id}/runs
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-oaimeta (4702:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-oaimeta (4877:9)
│ ├─┬/threads/{thread_id}/runs/{run_id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-oaimeta (5220:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-oaimeta (5327:9)
│ ├─┬/threads/runs
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-oaimeta (4304:9)
│ ├─┬/threads/{thread_id}/runs/{run_id}/submit_tool_outputs
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-oaimeta (5459:9)
│ └─┬/threads/{thread_id}/runs/{run_id}/cancel
│   └─┬POST
│     └─┬Extensions
│       └──[🔀] x-oaimeta (5709:9)
└─┬Components
  ├─┬FinetuneChatRequestInput
  │ ├──[➕] properties (12018:9)
  │ └─┬Extensions
  │   └──[🔀] x-oaimeta (12029:9)
  ├─┬RunObject
  │ ├──[➕] required (12925:11)❌ 
  │ ├──[➕] properties (12896:9)
  │ └─┬Extensions
  │   └──[🔀] x-oaimeta (12928:9)
  ├─┬CreateThreadAndRunRequest
  │ └──[➕] properties (13302:9)
  ├─┬CreateChatCompletionRequest
  │ └──[➕] properties (9996:9)
  └─┬CreateRunRequest
    └──[➕] properties (13077:9)
Document Element Total Changes Breaking Changes
paths 7 0
components 8 1

TYPESCRIPT CHANGELOG

unions: 2.85.8 - 2024-11-05

🐛 Bug Fixes

  • improved handling of complex allOf schemas that merge multiple types (commit by @tristanspeakeasy)

envVarSecurityUsage: 0.1.2 - 2024-11-04

🐛 Bug Fixes

core: 3.18.16 - 2025-01-16

🐛 Bug Fixes

core: 3.18.14 - 2025-01-13

🐛 Bug Fixes

  • skip null and undefined parameter values during serialization (commit by @disintegrator)

core: 3.18.13 - 2025-01-13

🐛 Bug Fixes

  • avoid setting Content-Type: */* request header for relevant operations (commit by @disintegrator)

core: 3.18.12 - 2024-12-19

🔧 Chores

  • bump typescript transpilation target to ES2020 (commit by @mfbx9da4)

core: 3.18.11 - 2024-12-16

🐛 Bug Fixes

  • flattening with hidden parameters (commit by @mfbx9da4)

core: 3.18.10 - 2024-12-13

🐛 Bug Fixes

  • Support OAS references under multipart/form-data file properties (commit by @bflad)

core: 3.18.9 - 2024-12-06

🐛 Bug Fixes

  • support property names solely comprised of illegal characters (commit by @mfbx9da4)

core: 3.18.8 - 2024-11-28

🐛 Bug Fixes

  • add arguments to variable name exclusion list to avoid shadowing errors (commit by @tristanspeakeasy)

core: 3.18.7 - 2024-11-22

🐛 Bug Fixes

  • handle circular references through unions correctly (commit by @disintegrator)

core: 3.18.6 - 2024-11-19

🐛 Bug Fixes

  • detect import cycles between models living in different modules (commit by @disintegrator)

core: 3.18.5 - 2024-11-15

🐛 Bug Fixes

  • handling of raw buffers when deserialzing into zod types (commit by @tristanspeakeasy)

core: 3.18.4 - 2024-11-12

🐛 Bug Fixes

core: 3.18.3 - 2024-10-31

🐛 Bug Fixes

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

globalSecurity: 2.82.12 - 2024-12-23

🐛 Bug Fixes

  • remove default basic auth username / password (commit by @disintegrator)

sdkHooks: 0.2.0 - 2024-11-02

🐝 New Features

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1729907398 branch 7 times, most recently from 999e969 to b163cf9 Compare November 2, 2024 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1729907398 branch 4 times, most recently from 88328d6 to 7329fcf Compare November 6, 2024 00:10
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.0.6 chore: 🐝 Update SDK - Generate 0.1.0 Nov 6, 2024
@github-actions github-actions bot added the minor Minor version bump label Nov 6, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1729907398 branch 7 times, most recently from fa1c054 to 2cbc71e Compare November 13, 2024 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1729907398 branch 7 times, most recently from 0e3d369 to 1768993 Compare November 20, 2024 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1729907398 branch 3 times, most recently from 05f23f0 to 255f901 Compare November 23, 2024 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1729907398 branch 8 times, most recently from 4104349 to 0b2c21a Compare December 29, 2024 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1729907398 branch 7 times, most recently from 34ae7ac to 9e95195 Compare January 5, 2025 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1729907398 branch 7 times, most recently from 7343d86 to c0136ab Compare January 12, 2025 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1729907398 branch 6 times, most recently from 7d6937e to 94a3601 Compare January 19, 2025 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1729907398 branch from 94a3601 to 77a06a8 Compare January 20, 2025 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant