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.6.0 #14

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 Nov 9, 2024

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├──[➕] path (5762:5)
│ ├──[➕] path (5566:5)
│ ├──[➕] path (5446:5)
│ ├──[➕] path (5626:5)
│ ├──[➕] path (5386:5)
│ ├──[➕] path (5506:5)
│ ├──[➕] path (5702:5)
│ ├─┬/playback/{id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[➕] default (5368:21)
│ └─┬/data/usage/query
│   └─┬GET
│     └──[➖] description (4512:26)
├─┬Tags
│ └──[➕] generate (36:7)
└─┬Components
  ├──[➕] securitySchemes (45:13)
  ├──[➖] schemas (2906:13)❌ 
  ├──[➖] schemas (2790:13)❌ 
  ├──[➖] schemas (2871:13)❌ 
  ├──[➕] schemas (3115:13)
  ├──[➕] schemas (3170:13)
  ├──[➕] schemas (3188:13)
  ├──[➕] schemas (2973:13)
  ├──[➕] schemas (3149:13)
  ├──[➕] schemas (3128:13)
  ├──[➕] schemas (2879:13)
  ├──[➕] schemas (3027:13)
  ├──[➕] schemas (3093:13)
  ├──[➕] schemas (3288:13)
  ├──[➕] schemas (3275:13)
  ├──[➕] schemas (3082:13)
  ├──[➕] schemas (2939:13)
  ├──[➕] schemas (3065:13)
  ├──[➕] schemas (3254:13)
  ├──[➕] schemas (2773:13)
  ├──[➕] schemas (2784:13)
  ├──[➕] schemas (2807:13)
  ├──[➕] schemas (3102:13)
  ├──[➖] schemas (2776:13)❌ 
  ├──[➖] schemas (2829:13)❌ 
  ├─┬new-asset-payload
  │ └─┬profiles
  │   └──[➖] description (1386:25)
  ├─┬stream-patch-payload
  │ └──[➕] properties (745:17)
  ├─┬asset
  │ └─┬downloadUrl
  │   └──[🔀] example (1026:30)
  ├─┬new-stream-payload
  │ ├─┬recordingSpec
  │ │ ├──[➖] description (702:25)
  │ │ └─┬profiles
  │ │   └──[➖] description (712:33)
  │ └─┬profiles
  │   └──[➖] description (695:25)
  ├─┬session
  │ └─┬recordingStatus
  │   └──[➕] enum (917:27)
  └─┬task
    └──[➕] properties (1753:17)
Document Element Total Changes Breaking Changes
components 33 5
paths 9 0
tags 1 0

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.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)

core: 3.30.6 - 2024-10-23

🐛 Bug Fixes

  • javav2 - custom errors should propagate message to super RuntimeException object, add event-stream-error-response test GEN-97, add unit test GEN-507 (commit by @davidmoten)

core: 3.30.5 - 2024-10-17

🐛 Bug Fixes

  • javav2 - escape left angle bracket in markdown SPE-4261 (commit by @davidmoten)

core: 3.30.4 - 2024-09-27

🐛 Bug Fixes

  • update readme formatting (commit by @adaam2)

core: 3.30.3 - 2024-09-25

🐛 Bug Fixes

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

core: 3.30.2 - 2024-09-25

🐛 Bug Fixes

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

core: 3.30.1 - 2024-09-19

🐛 Bug Fixes

  • javav2 - minor spotbugs fixes, use imports instead of full qualification SPE-3035 (commit by @davidmoten)

core: 3.29.8 - 2024-09-18

🐛 Bug Fixes

core: 3.30.0 - 2024-09-11

🐝 New Features

  • javav2 - support test generation first phase (disabled) SPE-3976 (commit by @davidmoten)

core: 3.29.7 - 2024-09-11

🔧 Chores

core: 3.29.6 - 2024-09-11

🔧 Chores

core: 3.29.5 - 2024-09-05

🐛 Bug Fixes

  • ensure generated examples are stable generation to generation (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:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731111021 branch 7 times, most recently from a70ea80 to dde920e Compare November 16, 2024 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731111021 branch 7 times, most recently from d6ee8ae to 2e4fe09 Compare November 23, 2024 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731111021 branch 7 times, most recently from b12288e to addcb4d Compare November 30, 2024 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731111021 branch 7 times, most recently from b5d16f1 to 11a1928 Compare December 7, 2024 00:12
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731111021 branch 7 times, most recently from 304e420 to 7d63fc3 Compare December 14, 2024 00:12
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731111021 branch 8 times, most recently from 5ac7237 to 8999dfe Compare December 22, 2024 00:12
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731111021 branch from 8999dfe to 44a6ab2 Compare December 23, 2024 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731111021 branch from 44a6ab2 to 4b4e8e0 Compare December 24, 2024 00:11
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