Skip to content

chore: 🐝 Update SDK - Generate 0.23.0#113

Merged
jrebocho merged 2 commits intomainfrom
speakeasy-sdk-regen-1750669361
Jun 24, 2025
Merged

chore: 🐝 Update SDK - Generate 0.23.0#113
jrebocho merged 2 commits intomainfrom
speakeasy-sdk-regen-1750669361

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├──[➖] path (1:547173)❌ 
│ ├──[➖] path (1:582203)❌ 
│ ├─┬/unified/lms/completions
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (46308:26)
│ ├─┬/unified/lms/users/{id}/completions
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] example (45418:26)
│ └─┬/unified/ats/background_checks/orders
│   └──[➖] get (1:574481)❌ 
└─┬Components
  ├──[➖] schemas (1:1056451)❌ 
  ├──[➖] schemas (1:1087766)❌ 
  ├──[➖] schemas (1:1086351)❌ 
  ├──[➖] schemas (1:1055454)❌ 
  ├──[➖] schemas (1:1087371)❌ 
  ├─┬PatchAccountExternalDto
  │ └──[➕] properties (52680:11)
  ├─┬LinkedAccount
  │ ├──[➕] properties (52515:11)
  │ └─┬updated_at
  │   ├──[➕] enum (52518:15)
  │   ├──[➕] enum (52519:15)
  │   ├──[➕] enum (52520:15)
  │   ├──[➕] enum (52521:15)
  │   ├──[➖] format (1:889509)❌ 
  │   ├──[➕] description (52523:28)
  │   ├──[➕] nullable (52524:25)❌ 
  │   ├──[➕] example (52525:24)
  │   └─┬Extensions
  │     └──[➕] x-speakeasy-unknown-values (52529:43)
  ├─┬LmsCreateCompletionRequestDto
  │ └──[➕] properties (72817:11)
  ├─┬ConnectSessionTokenAuthLink
  │ └──[➕] properties (52347:11)
  ├─┬ConnectSessionCreate
  │ └──[➕] properties (52239:11)
  ├─┬ConnectSession
  │ └──[➕] properties (52110:11)
  └─┬Completion
    ├──[➕] properties (72035:11)
    ├─┬user_id
    │ ├──[🔀] description (71992:28)
    │ └──[🔀] example (71994:24)
    ├─┬updated_at
    │ ├──[➕] additionalProperties (71954:37)❌ 
    │ ├──[🔀] type (71953:21)❌ 
    │ ├──[🔀] description (71955:28)
    │ └──[🔀] example (71957:24)
    └─┬unified_custom_fields
      ├──[➖] additionalProperties (1:1196050)❌ 
      ├──[🔀] type (72036:21)❌ 
      ├──[➕] format (72037:23)❌ 
      ├──[🔀] description (72038:28)
      └──[🔀] example (72040:24)
Document Element Total Changes Breaking Changes
components 32 12
paths 5 3

RUBY CHANGELOG

core: 3.6.2 - 2025-04-11

🐛 Bug Fixes

  • increase stability of generator model file names (commit by @vishalg0wda)

core: 3.6.1 - 2025-04-03

🐛 Bug Fixes

  • improve performance of generation on multicore machines and various fixes to correctness based on order of generation (commit by @tristanspeakeasy)

core: 3.6.0 - 2025-03-10

🐝 New Features

  • Initial global timeout support (commit by @bflad)

core: 3.5.4 - 2025-03-04

🐛 Bug Fixes

  • Remove SDK class config_server and config_server_url methods in preference of instantiation parameters (commit by @bflad)

core: 3.5.3 - 2025-01-30

🐛 Bug Fixes

  • fixed handling of default fields in usage snippets and tests, fixed validation of required schema property (commit by @tristanspeakeasy)

core: 3.5.2 - 2025-01-27

🐛 Bug Fixes

  • sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created (commit by @idbentley)

core: 3.5.1 - 2025-01-13

🐛 Bug Fixes

  • handle 4XX and 5XX error ranges seperately (commit by @idbentley)

core: 3.5.0 - 2025-01-02

🐝 New Features

  • Update bundler to support Ruby 3.4 (commit by @bflad)

core: 3.4.5 - 2024-12-16

🐛 Bug Fixes

  • flattening with hidden parameters (commit by @mfbx9da4)

core: 3.4.3 - 2024-12-06

🐛 Bug Fixes

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

core: 3.4.2 - 2024-12-06

🐛 Bug Fixes

core: 3.4.1 - 2024-11-26

🐛 Bug Fixes

  • Prevent rubocop Style/IdenticalConditionalBranches reports with method response headers (commit by @bflad)

core: 3.4.0 - 2024-11-26

🐝 New Features

  • update gemfile.lock to support mac (commit by @idbentley)

core: 3.3.3 - 2024-11-25

🐛 Bug Fixes

  • Ensure correct dependency groups for sorbet and sorbet-runtime (commit by @bflad)

core: 3.3.2 - 2024-11-22

🐛 Bug Fixes

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

core: 3.3.1 - 2024-11-12

🐛 Bug Fixes

core: 3.3.0 - 2024-11-05

🐝 New Features

  • bind rubocop to a specific version to avoid unexpected breakages (commit by @idbentley)

core: 3.2.27 - 2024-10-31

🐛 Bug Fixes

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

core: 3.2.26 - 2024-09-27

🐛 Bug Fixes

  • update readme formatting (commit by @adaam2)

core: 3.2.25 - 2024-09-25

🐛 Bug Fixes

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

core: 3.2.24 - 2024-09-25

🐛 Bug Fixes

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

core: 3.2.23 - 2024-09-18

🐛 Bug Fixes

core: 3.2.22 - 2024-09-11

🔧 Chores

core: 3.2.21 - 2024-09-10

🔧 Chores

core: 3.2.20 - 2024-09-05

🐛 Bug Fixes

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

core: 3.2.19 - 2024-08-13

🐛 Bug Fixes

core: 3.2.18 - 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.2.17 - 2024-07-23

🐛 Bug Fixes

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

core: 3.2.16 - 2024-07-16

🔧 Chores

core: 3.2.15 - 2024-07-09

🐛 Bug Fixes

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

core: 3.2.14 - 2024-06-21

🔧 Chores

core: 3.2.13 - 2024-06-03

🐛 Bug Fixes

core: 3.2.12 - 2024-04-25

🐛 Bug Fixes

core: 3.2.11 - 2024-02-26

🐛 Bug Fixes

  • improve security and parameter handling (commit by @idbentley)

core: 3.2.10 - 2024-02-23

🐛 Bug Fixes

  • example generation for complex objects (commit by @ThomasRooney)

core: 3.2.9 - 2024-02-15

🐛 Bug Fixes

  • improve unmarshalling of complex data types (commit by @idbentley)

core: 3.2.8 - 2024-02-14

🐛 Bug Fixes

  • template hardcoded gemspec fields (commit by @idbentley)

core: 3.2.7 - 2024-02-13

🔧 Chores

  • improvements to example generation for usage snippets (commit by @TristanSpeakeasy)

core: 3.2.6 - 2024-02-08

🐛 Bug Fixes

  • change base64 encodingtechnique to support long credentials (commit by @idbentley)

core: 3.2.5 - 2024-02-07

🐛 Bug Fixes

  • usage snippets and globals handling (commit by @idbentley)

core: 3.2.4 - 2024-02-06

✅ Tests

  • add dummy test for simple_security to avoid intermittent failures (commit by @idbentley)

core: 3.2.3 - 2024-01-31

🐛 Bug Fixes

core: 3.2.2 - 2024-01-15

🐛 Bug Fixes

  • imports and module issues (commit by @idbentley)

core: 3.2.1 - 2024-01-10

🐛 Bug Fixes

core: 3.2.0 - 2023-12-19

🐝 New Features

core: 3.1.1 - 2023-12-14

🐛 Bug Fixes

  • fixed merging of allOf/oneOf schemas with their parents (commit by @TristanSpeakeasy)

core: 3.0.5 - 2023-12-06

🐛 Bug Fixes

core: 3.1.0 - 2023-12-05

🐝 New Features

  • add ability to use type name when available for selecting field name for untitled array schemas (commit by @TristanSpeakeasy)

core: 3.0.4 - 2023-12-04

🐛 Bug Fixes

🔧 Chores

core: 3.0.3 - 2023-11-14

🐛 Bug Fixes

  • ensure operation models don't collide with component models (commit by @TristanSpeakeasy)

core: 3.0.2 - 2023-11-07

🐛 Bug Fixes

core: 3.0.1 - 2023-11-01

🐛 Bug Fixes

core: 3.0.0 - 2023-10-24

🐝 New Features

core: 2.91.1 - 2023-10-23

🐛 Bug Fixes

  • fixes rubocop for tests in ruby - adds sorbet config files for intellisense (commit by @idbentley)

core: 2.91.0 - 2023-10-20

🐝 New Features

core: 2.90.3 - 2023-10-20

🐛 Bug Fixes

  • retain configuration passed in on CLI for future gen runs (commit by @TristanSpeakeasy)

core: 2.90.2 - 2023-10-19

🐛 Bug Fixes

  • ensure complex allOfs are handle correctly with circular reference tracking (commit by @TristanSpeakeasy)

core: 2.90.1 - 2023-10-19

🐛 Bug Fixes

  • handling of circular references in allOf using inline schemas (commit by @TristanSpeakeasy)

core: 2.90.0 - 2023-10-18

🐝 New Features

core: 2.88.4 - 2023-10-18

🐛 Bug Fixes

  • additionalProperties not currently supported for parameter serialization so fall back to maps (commit by @TristanSpeakeasy)

core: 2.88.3 - 2023-10-16

🐛 Bug Fixes

core: 2.88.2 - 2023-10-05

🐛 Bug Fixes

  • don't generate sub types for oneOf/anyOf if unions not support in language (commit by @TristanSpeakeasy)

core: 2.88.1 - 2023-10-01

🐛 Bug Fixes

  • fix handling of allOf circular references when arrays and non-referenced schemas are involved (commit by @TristanSpeakeasy)

core: 2.88.0 - 2023-09-29

🐝 New Features

  • collapse primitive oneOf single sub schema type and fix handling of null and any types (commit by @TristanSpeakeasy)

core: 2.87.0 - 2023-09-26

🐝 New Features

  • added sdk package name to user-agent string in http requests (commit by @disintegrator)

core: 2.86.1 - 2023-09-26

🐛 Bug Fixes

core: 2.86.0 - 2023-09-20

🐝 New Features

core: 2.85.5 - 2023-09-18

🔧 Chores

core: 2.85.4 - 2023-09-15

🐛 Bug Fixes

core: 2.85.3 - 2023-09-04

🐛 Bug Fixes

  • fixes for passing nil as an optional request body (commit by @idbentley)

core: 2.85.2 - 2023-09-01

🐛 Bug Fixes

core: 2.85.1 - 2023-08-31

🐛 Bug Fixes

  • allow schemas that use enums with base types speakeasy doesn't support to still generate fields based on the base type (commit by @TristanSpeakeasy)

core: 2.85.0 - 2023-08-29

🐝 New Features

core: 2.84.0 - 2023-08-29

🐝 New Features

core: 2.83.1 - 2023-08-25

🐛 Bug Fixes

core: 2.83.0 - 2023-08-24

🐝 New Features

core: 2.82.2 - 2023-08-23

🐛 Bug Fixes

  • edge case which could cause conflicted names under some circumstances (commit by @ThomasRooney)

core: 2.82.1 - 2023-08-10

🔧 Chores

  • remove redundant returns to improve idiomaticness of generated code (commit by @ThomasRooney)

core: 2.82.0 - 2023-08-07

🐝 New Features

  • implement granular versioning to aid in generating relevant changelogs (commit by @TristanSpeakeasy)

globalServerURLs: 2.82.3 - 2024-02-29

🔧 Chores

  • fix server param in docstring (commit by @2ynn)

globalServerURLs: 2.82.2 - 2024-02-27

🐛 Bug Fixes

  • handle named servers (commit by @2ynn)

globalServerURLs: 2.82.1 - 2023-11-17

🐛 Bug Fixes

globalServerURLs: 2.82.0 // methodServerURLs: 2.82.0 - 2023-08-09

🐝 New Features

  • allow parameterised protocols in server URLs (commit by @alexrozanski)

@github-actions github-actions bot added the minor Minor version bump label Jun 23, 2025
@github-actions github-actions bot requested a review from a team as a code owner June 23, 2025 09:06
@jrebocho jrebocho merged commit 14da897 into main Jun 24, 2025
@jrebocho jrebocho deleted the speakeasy-sdk-regen-1750669361 branch June 24, 2025 10:46
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.

2 participants