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.9.0 #12

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 29, 2024

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Info
│ └──[➕] contact (9:5)
├─┬Paths
│ ├─┬/authentication/{auth_uuid}
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├──[➖] default (122:21)❌ 
│ │     └──[➕] codes (124:11)
│ ├─┬/authentication/feedback
│ │ └─┬POST
│ │   └─┬Responses
│ │     ├──[➖] default (93:21)❌ 
│ │     └──[➕] codes (95:11)
│ └─┬/lookup/{phone_number}
│   └─┬GET
│     └──[➕] parameters (186:17)❌ 
└─┬Components
  ├─┬RetryAuthenticationResponse
  │ └─┬status
  │   └──[🔀] description (539:24)
  ├─┬CreateAuthenticationResponse
  │ └─┬status
  │   └──[🔀] description (685:24)
  ├─┬CheckStatus
  │ └──[🔀] description (253:20)
  ├─┬AuthenticationStatusResponse
  │ ├─┬signals
  │ │ └─┬device_type
  │ │   ├──[➕] enum (321:19)
  │ │   └──[➕] enum (322:19)
  │ └─┬events
  │   └─┬Schema
  │     ├─┬ANYOF
  │     │ ├──[🔀] title (403:24)
  │     │ └─┬ALLOF
  │     │   ├──[➖] properties (344:37)❌ 
  │     │   ├──[➖] properties (337:37)❌ 
  │     │   ├──[➖] properties (334:37)❌ 
  │     │   ├──[➖] properties (341:37)❌ 
  │     │   └─┬status
  │     │     ├──[➕] enum (414:29)
  │     │     ├──[➕] enum (410:29)
  │     │     ├──[➕] enum (411:29)
  │     │     ├──[➕] enum (412:29)
  │     │     ├──[➖] enum (358:47)❌ 
  │     │     ├──[➖] enum (360:47)❌ 
  │     │     ├──[➖] enum (361:47)❌ 
  │     │     ├──[➖] enum (362:47)❌ 
  │     │     └──[🔀] description (415:38)
  │     ├─┬ANYOF
  │     │ ├──[🔀] title (347:24)
  │     │ └─┬ALLOF
  │     │   ├──[➕] properties (369:23)
  │     │   ├──[➕] properties (361:23)
  │     │   ├──[➕] properties (354:23)
  │     │   ├──[➕] properties (351:23)
  │     │   ├──[➕] properties (358:23)
  │     │   └──[➕] properties (372:23)
  │     └─┬ANYOF
  │       ├──[🔀] title (433:24)
  │       └─┬ALLOF
  │         ├──[➖] properties (407:37)❌ 
  │         ├──[➖] properties (410:37)❌ 
  │         └──[➖] properties (391:37)❌ 
  └─┬LookupResponse
    ├──[➕] properties (469:9)
    ├──[➕] properties (483:9)
    └─┬line_type
      └──[🔀] description (509:24)
Document Element Total Changes Breaking Changes
info 1 0
paths 5 3
components 33 22

JAVA CHANGELOG

unions: 0.0.6 - 2024-11-05

🐛 Bug Fixes

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

core: 3.33.5 - 2025-01-13

🐛 Bug Fixes

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

core: 3.33.4 - 2024-12-18

🐛 Bug Fixes

  • javav2 - upgrade apache httpclient from 4.x to 5.4.1, jackson to 2.18.2, commons-io to 2.18.0 GEN-783 (commit by @davidmoten)

core: 3.33.3 - 2024-12-16

🐛 Bug Fixes

  • flattening with hidden parameters (commit by @mfbx9da4)

core: 3.33.2 - 2024-12-13

🐛 Bug Fixes

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

core: 3.33.1 - 2024-12-06

🐛 Bug Fixes

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

core: 3.33.0 - 2024-12-05

🐝 New Features

  • javav2 - oauth2 password support GEN-770 (commit by @davidmoten)

core: 3.32.2 - 2024-11-22

🐛 Bug Fixes

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

core: 3.32.1 - 2024-11-19

🐛 Bug Fixes

  • javav2 - jackson-databind-nullable should be api scoped GEN-773 (commit by @davidmoten)

core: 3.32.0 - 2024-11-14

🐝 New Features

  • javav2 - support allowReserved for query and path parameters GEN-704 (commit by @davidmoten)

core: 3.31.1 - 2024-11-12

🐛 Bug Fixes

core: 3.31.0 - 2024-11-07

🐝 New Features

  • javav2 - support additionalProperties GEN-56 (commit by @davidmoten)

core: 3.30.7 - 2024-10-31

🐛 Bug Fixes

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

examples: 2.81.5 - 2025-01-14

🐛 Bug Fixes

  • escape template sensitive characters in examples (commit by @idbentley)

examples: 2.81.4 - 2025-01-08

🐛 Bug Fixes

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

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730160561 branch 8 times, most recently from f7443a3 to 1d4abdb Compare November 6, 2024 00:09
@github-actions github-actions bot added the patch Patch version bump label Nov 6, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730160561 branch 2 times, most recently from fa31f69 to 08228b4 Compare November 8, 2024 00:09
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 0.8.4 chore: 🐝 Update SDK - Generate 0.9.0 Nov 9, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730160561 branch from 08228b4 to d5b6c4b Compare November 9, 2024 00:09
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Nov 9, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730160561 branch 7 times, most recently from 6f4e73c to 5aa21e7 Compare November 16, 2024 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730160561 branch 7 times, most recently from 104ab29 to 9245225 Compare November 23, 2024 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730160561 branch from 9245225 to 0f32cef Compare November 24, 2024 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730160561 branch 7 times, most recently from 2abef9d to 38781cc Compare December 27, 2024 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730160561 branch 8 times, most recently from f32dc76 to 35f0014 Compare January 4, 2025 00:09
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730160561 branch 7 times, most recently from 6ef95fa to c13a8d1 Compare January 11, 2025 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730160561 branch 6 times, most recently from d60694f to 78aa139 Compare January 18, 2025 00:09
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1730160561 branch from 78aa139 to a80df3b Compare January 19, 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