Skip to content

chore: 🐝 Update SDK - Generate 0.23.2#22

Merged
mstrivens merged 1 commit intomainfrom
speakeasy-sdk-regen-1736640213
Jan 31, 2025
Merged

chore: 🐝 Update SDK - Generate 0.23.2#22
mstrivens merged 1 commit intomainfrom
speakeasy-sdk-regen-1736640213

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Jan 12, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├──[➕] path (5555:5)
│ ├──[➕] path (5376:5)
│ ├─┬/unified/lms/categories
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] example (12112:28)
│ ├─┬/unified/ats/job_postings
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[🔀] description (9256:32)
│ │     └─┬Schema
│ │       └──[➕] properties (9268:25)
│ ├─┬/unified/lms/courses/{id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] example (10969:28)
│ ├─┬/unified/ats/candidates
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[➕] properties (6272:25)
│ ├─┬/unified/lms/content/{id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] example (11526:28)
│ ├─┬/unified/ats/jobs
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[➕] properties (8145:25)
│ │       ├──[➕] properties (8159:25)
│ │       └─┬status
│ │         └──[➕] deprecated (8158:41)
│ ├─┬/unified/lms/courses
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] example (10805:28)
│ ├─┬/unified/ats/applications
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[➕] properties (4566:25)
│ ├─┬/unified/lms/categories/{id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] example (12044:28)
│ ├─┬/unified/lms/content
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] example (11362:28)
│ └─┬/unified/ats/interviews
│   └─┬GET
│     └─┬Parameters
│       ├──[🔀] description (7932:32)
│       └─┬Schema
│         └──[➕] properties (7944:25)
└─┬Components
  ├──[➕] schemas (27442:13)
  ├──[➕] schemas (24981:13)
  ├─┬LmsUpsertCourseRequestDto
  │ └──[➕] properties (30761:17)
  ├─┬Category
  │ └──[➕] properties (30825:17)
  ├─┬AtsCreateCandidatesAssessmentsRequestDto
  │ └──[➖] properties (29089:17)❌ 
  ├─┬WriteResultApiModel
  │ └──[➕] properties (25008:17)
  ├─┬LmsUpsertContentRequestDto
  │ └──[➕] properties (31329:17)
  ├─┬Course
  │ └──[➕] properties (30944:17)
  └─┬CreateCategoriesApiModel
    └──[➕] properties (30636:17)
Document Element Total Changes Breaking Changes
paths 17 0
components 9 1

PHP CHANGELOG

examples: 2.81.3 - 2023-10-17

🔧 Chores

examples: 2.81.2 - 2023-09-05

📝 Documentation Changes

  • avoid duplicate examples in array and maps (commit by @idbentley)

core: 3.7.7 - 2024-12-16

🐛 Bug Fixes

  • flattening with hidden parameters (commit by @mfbx9da4)

core: 3.7.6 - 2024-12-13

🐛 Bug Fixes

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

core: 3.7.5 - 2024-12-13

🐛 Bug Fixes

  • pagination bugs missing import and use directive (commit by @idbentley)

core: 3.7.4 - 2024-12-06

🐛 Bug Fixes

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

core: 3.7.3 - 2024-11-22

🐛 Bug Fixes

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

core: 3.7.2 - 2024-11-12

🐛 Bug Fixes

core: 3.7.1 - 2024-10-31

🐛 Bug Fixes

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

core: 3.7.0 - 2024-10-23

🐝 New Features

  • retire jms serializer and switch to speakeasy serializer (commit by @idbentley)

core: 3.6.0 - 2024-10-16

🐝 New Features

  • add config to allow you to specify an env variable prefix (commit by @idbentley)

core: 3.4.9 - 2024-09-27

🐛 Bug Fixes

  • update readme formatting (commit by @adaam2)

core: 3.4.8 - 2024-09-26

🐛 Bug Fixes

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

core: 3.5.0 - 2024-09-25

🐝 New Features

  • add config to allow you to generate a laravel provider if you so desire (commit by @idbentley)

core: 3.4.7 - 2024-09-25

🔧 Chores

core: 3.4.6 - 2024-09-25

🔧 Chores

  • improve usage snippet generation (commit by @idbentley)

core: 3.4.5 - 2024-09-25

🐛 Bug Fixes

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

core: 3.4.4 - 2024-09-18

🐛 Bug Fixes

core: 3.4.3 - 2024-09-11

🔧 Chores

core: 3.4.2 - 2024-09-10

🔧 Chores

core: 3.4.1 - 2024-09-05

🐛 Bug Fixes

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

core: 3.3.14 - 2024-08-27

🐛 Bug Fixes

  • use speakeasy/serializer package (commit by @idbentley)

core: 3.3.13 - 2024-08-26

🐛 Bug Fixes

  • update to use new upstream changes (commit by @idbentley)

core: 3.3.11 - 2024-08-13

🐛 Bug Fixes

core: 3.3.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.3.9 - 2024-07-23

🐛 Bug Fixes

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

core: 3.3.8 - 2024-07-16

🔧 Chores

core: 3.3.7 - 2024-07-09

🐛 Bug Fixes

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

core: 3.3.6 - 2024-06-21

🔧 Chores

core: 3.3.5 - 2024-06-03

🐛 Bug Fixes

core: 3.3.4 - 2024-04-25

🐛 Bug Fixes

core: 3.3.3 - 2024-02-23

🐛 Bug Fixes

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

core: 3.3.2 - 2024-02-11

📝 Documentation Changes

  • Modernizing PHP language features internally, ie: match statements over switch statements, and utilizing constructor property promotion (commit by @JustSteveKing)

🔧 Chores

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

core: 3.3.1 - 2024-02-03

📝 Documentation Changes

  • Enhanced the composer and phpstan config (commit by @JustSteveKing)
  • Adding Rector and Roave Security Advisories (commit by @JustSteveKing)

core: 3.3.0 - 2023-12-19

🐝 New Features

core: 3.2.1 - 2023-12-14

🐛 Bug Fixes

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

core: 3.1.3 - 2023-12-06

🐛 Bug Fixes

🔧 Chores

core: 3.2.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.1.2 - 2023-11-14

🐛 Bug Fixes

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

core: 3.1.1 - 2023-11-07

🐛 Bug Fixes

core: 3.1.0 - 2023-11-06

🐝 New Features

core: 3.0.1 - 2023-11-01

🐛 Bug Fixes

core: 3.0.0 - 2023-10-24

🐝 New Features

core: 2.89.0 - 2023-10-20

🐝 New Features

core: 2.88.5 - 2023-10-20

🐛 Bug Fixes

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

core: 2.88.4 - 2023-10-19

🐛 Bug Fixes

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

core: 2.88.3 - 2023-10-18

🐛 Bug Fixes

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

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

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.1 - 2023-08-23

🐛 Bug Fixes

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

core: 2.82.0 - 2023-08-07

🐝 New Features

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

@github-actions github-actions Bot added the patch Patch version bump label Jan 12, 2025
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1736640213 branch from 5e8212b to 6043de4 Compare January 19, 2025 00:08
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1736640213 branch from 6043de4 to 47aa32b Compare January 26, 2025 00:08
@mstrivens mstrivens merged commit 63f21d9 into main Jan 31, 2025
@mstrivens mstrivens deleted the speakeasy-sdk-regen-1736640213 branch January 31, 2025 14:48
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.

2 participants