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.2.0 #6

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 Jan 8, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

└─┬Components
  └─┬Completion
    ├─┬response
    │ └──[🔀] $ref (7972:13)❌ 
    └─┬request
      └──[🔀] $ref (7775:13)❌ 
Document Element Total Changes Breaking Changes
components 2 2

GO CHANGELOG

envVarSecurityUsage: 0.3.2 - 2024-11-04

🐛 Bug Fixes

envVarSecurityUsage: 0.3.1 - 2024-08-27

🐛 Bug Fixes

envVarSecurityUsage: 0.3.0 - 2024-08-05

🐝 New Features

envVarSecurityUsage: 0.2.2 - 2024-08-03

🐛 Bug Fixes

envVarSecurityUsage: 0.2.1 - 2024-07-27

🐛 Bug Fixes

  • show username environment variable in usage snippets (commit by @disintegrator)

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)

unions: 2.85.10 - 2024-11-05

🐛 Bug Fixes

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

unions: 2.85.9 - 2024-08-09

🐛 Bug Fixes

globalSecurity: 2.82.10 - 2024-08-05

🐛 Bug Fixes

  • fixed rendering of usage snippets when required security is used with env vars (commit by @tristanspeakeasy)

constsAndDefaults: 0.1.6 - 2024-08-09

🐛 Bug Fixes

constsAndDefaults: 0.1.5 - 2024-08-06

🐛 Bug Fixes

  • fixed rendering of const fields with examples in usage snippets (commit by @tristanspeakeasy)

examples: 2.81.4 - 2025-01-08

🐛 Bug Fixes

  • prevent map examples from retaining obsolete key-value pairs (commit by @2ynn)

deprecations: 2.81.2 - 2025-01-02

🐛 Bug Fixes

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

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

core: 3.5.8 - 2024-09-11

🔧 Chores

core: 3.5.7 - 2024-09-10

🔧 Chores

core: 3.5.6 - 2024-09-05

🐛 Bug Fixes

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

core: 3.5.5 - 2024-08-16

🐛 Bug Fixes

core: 3.5.4 - 2024-08-13

🐛 Bug Fixes

core: 3.5.3 - 2024-08-01

🐛 Bug Fixes

core: 3.5.2 - 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.5.1 - 2024-07-23

🐛 Bug Fixes

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

@github-actions github-actions bot added the minor Minor version bump label Jan 8, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736295204 branch 6 times, most recently from a87ecea to 379f0ff Compare January 15, 2025 00:13
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736295204 branch 8 times, most recently from 21e70af to 53f0548 Compare January 23, 2025 00:14
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736295204 branch from 53f0548 to c0a8553 Compare January 24, 2025 00:13
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736295204 branch from c0a8553 to b31d2e8 Compare January 25, 2025 00:13
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