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.5.0 #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

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

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├──[➖] path (5320:5)❌ 
│ ├──[➖] path (5440:5)❌ 
│ ├──[➖] path (5628:5)❌ 
│ ├──[➖] path (5500:5)❌ 
│ ├──[➖] path (5380:5)❌ 
│ ├──[➖] path (5560:5)❌ 
│ ├──[➕] path (5627:3)
│ ├──[➕] path (5447:3)
│ ├──[➕] path (5387:3)
│ ├──[➕] path (5703:3)
│ ├──[➕] path (5507:3)
│ ├──[➕] path (5567:3)
│ └──[➕] path (5763:3)
└─┬Components
  ├──[➖] schemas (3205:13)❌ 
  ├──[➕] schemas (3116:7)
  ├──[➕] schemas (3066:7)
  ├──[➕] schemas (2940:7)
  ├─┬TextToImageParams
  │ └──[➕] properties (3195:9)
  ├─┬Body_genImageToImage
  │ └──[➕] properties (2823:9)
  ├─┬Body_genAudioToText
  │ └──[➕] properties (2796:9)
  ├─┬TextResponse
  │ └─┬chunks
  │   └─┬Schema
  │     └──[🔀] $ref (3067:9)❌ 
  ├─┬asset
  │ └─┬downloadUrl
  │   └──[🔀] example (1027:20)
  ├─┬stream-patch-payload
  │ └──[➕] properties (746:9)
  └─┬Body_genSegmentAnything2
    └─┬model_id
      └──[🔀] default (2984:20)❌ 
Document Element Total Changes Breaking Changes
paths 13 6
components 11 3

GO CHANGELOG

deprecations: 2.81.3 - 2025-02-10

🐛 Bug Fixes

  • skip linting of deprecation messages to allow for generation (commit by @AshGodfrey)

deprecations: 2.81.2 - 2025-01-02

🐛 Bug Fixes

  • Prevent compilation error for x-speakeasy-deprecation-message with newline characters (commit by @bflad)

envVarSecurityUsage: 0.3.2 - 2024-11-04

🐛 Bug Fixes

core: 3.7.2 - 2025-02-21

🐛 Bug Fixes

  • handle usage snippet templating when no servers are defined in the spec (commit by @vishalg0wda)

core: 3.7.1 - 2025-02-14

🐛 Bug Fixes

  • circular reference handling in usage snippets (commit by @vishalg0wda)

core: 3.8.0 - 2025-02-12

🐝 New Features

  • support openapi specs without server urls (commit by @vishalg0wda)

core: 3.7.0 - 2025-02-04

🐝 New Features

core: 3.6.12 - 2025-01-31

🐛 Bug Fixes

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

core: 3.6.11 - 2025-01-29

🐛 Bug Fixes

  • use separate namespaces per ruleset (commit by @vishalg0wda)

core: 3.6.10 - 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.6.9 - 2025-01-20

🐛 Bug Fixes

core: 3.6.8 - 2025-01-20

🐛 Bug Fixes

  • fixed handling of any fields in tests and usage snippets (commit by @tristanspeakeasy)

core: 3.6.7 - 2025-01-20

🐛 Bug Fixes

core: 3.6.5 - 2025-01-14

🐛 Bug Fixes

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

core: 3.6.4 - 2025-01-14

🐛 Bug Fixes

core: 3.6.6 - 2025-01-13

🐛 Bug Fixes

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

core: 3.6.3 - 2025-01-13

🐛 Bug Fixes

  • generate valid deprecated comments in Go (commit by @vishalg0wda)

core: 3.6.2 - 2024-12-16

🐛 Bug Fixes

  • flattening with hidden parameters (commit by @mfbx9da4)

core: 3.6.1 - 2024-12-13

🐛 Bug Fixes

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

core: 3.6.0 - 2024-12-12

🐝 New Features

  • support passing extra request headers in sdk method calls (commit by @disintegrator)

core: 3.5.18 - 2024-12-06

🐛 Bug Fixes

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

core: 3.5.17 - 2024-11-22

🐛 Bug Fixes

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

core: 3.5.16 - 2024-11-12

🐛 Bug Fixes

core: 3.5.15 - 2024-10-31

🐛 Bug Fixes

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

core: 3.5.14 - 2024-10-09

🐛 Bug Fixes

  • update readme handling of empty custom types section (commit by @adaam2)

core: 3.5.13 - 2024-10-07

🐛 Bug Fixes

  • ensure response body is closed after reading (commit by @disintegrator)

core: 3.5.12 - 2024-09-27

🐛 Bug Fixes

  • update readme formatting (commit by @adaam2)

core: 3.5.11 - 2024-09-25

🐛 Bug Fixes

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

core: 3.5.10 - 2024-09-25

🐛 Bug Fixes

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

core: 3.5.9 - 2024-09-18

🐛 Bug Fixes

globalSecurity: 2.82.11 - 2025-02-06

🐛 Bug Fixes

  • fixes to handling of security at both global and operation level especially for oauth2 (commit by @tristanspeakeasy)

retries: 2.83.2 - 2025-01-03

🔧 Chores

  • Added new comments for retry policy (commit by @Kanwardeep)

retries: 2.83.1 - 2024-11-15

🐛 Bug Fixes

  • respect retry-after header within retry loops (commit by @disintegrator)

constsAndDefaults: 0.1.10 - 2025-02-19

🐛 Bug Fixes

  • Prevent unused import error with boolean const usage (commit by @bflad)

constsAndDefaults: 0.1.9 - 2025-02-12

🐛 Bug Fixes

  • Ensure default form query values are sent when not configured (commit by @bflad)

constsAndDefaults: 0.1.8 - 2025-02-06

🐛 Bug Fixes

  • Prevent generation errors with {{ character sequences in default values (commit by @bflad)

constsAndDefaults: 0.1.7 - 2025-02-04

🐛 Bug Fixes

  • Prevent compilation errors and panics with const query parameters (commit by @bflad)

nullables: 0.1.1 - 2025-02-17

🐛 Bug Fixes

  • represent maps/arrays that can contain null (commit by @disintegrator)

unions: 2.85.10 - 2024-11-05

🐛 Bug Fixes

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

@github-actions github-actions bot added the minor Minor version bump label Nov 9, 2024
@github-actions github-actions bot requested a review from a team as a code owner November 9, 2024 00:29
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731112098 branch 7 times, most recently from 50392eb to 08e9beb Compare November 16, 2024 00:31
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731112098 branch 7 times, most recently from 503215a to 2d7b7c9 Compare November 23, 2024 00:31
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731112098 branch 2 times, most recently from ee8d117 to 41d2e4a Compare November 25, 2024 00:33
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.5.0 chore: 🐝 Update SDK - Generate 0.4.1 Nov 26, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731112098 branch from 41d2e4a to 925c5ca Compare November 26, 2024 00:32
@github-actions github-actions bot added patch Patch version bump and removed minor Minor version bump labels Nov 26, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731112098 branch 7 times, most recently from a3c75a5 to 5cfcefb Compare December 3, 2024 00:33
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731112098 branch from 5cfcefb to 5db0236 Compare December 4, 2024 00:33
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731112098 branch 7 times, most recently from 88c160b to cc8fbbc Compare February 8, 2025 00:29
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731112098 branch 7 times, most recently from d8079fe to 5d874d8 Compare February 15, 2025 00:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731112098 branch 8 times, most recently from 5722b26 to 9e0ce94 Compare February 23, 2025 00:33
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731112098 branch 5 times, most recently from 67cafcb to d9436d9 Compare February 28, 2025 00:31
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731112098 branch from 2428af4 to 536eb41 Compare March 1, 2025 00:34
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