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 4.4.0 #50

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 30, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

No specification changes

JAVA CHANGELOG

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)

core: 3.29.4 - 2024-08-16

🐛 Bug Fixes

  • javav2 - improve case checking of enums SPE-3521 (commit by @davidmoten)

core: 3.29.3 - 2024-08-15

🐛 Bug Fixes

  • java - property name speakeasy-name-override SPE-3820 (commit by @davidmoten)

core: 3.29.2 - 2024-08-13

🐛 Bug Fixes

core: 3.29.1 - 2024-08-13

🐛 Bug Fixes

  • java - support publish to local for non-enterprise users SPE-3823 (commit by @davidmoten)

core: 3.29.0 - 2024-08-09

🐝 New Features

  • javav2 - support weak unions (anyOf) with oneOf SPE-3940 (commit by @davidmoten)

core: 3.28.1 - 2024-08-08

🐛 Bug Fixes

  • javav2 - fix snippet compilation for multiline examples SPE-3944 (commit by @davidmoten)

core: 3.28.0 - 2024-08-02

🐝 New Features

  • javav2 - reduce redundant imports in generated code SPE-2486 (commit by @davidmoten)

core: 3.27.0 - 2024-07-30

🐝 New Features

  • java - discriminated oneOf support SPE-2551 (commit by @davidmoten)

core: 3.26.5 - 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.26.4 - 2024-07-23

🐛 Bug Fixes

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

core: 3.26.3 - 2024-07-16

🔧 Chores

core: 3.26.2 - 2024-07-09

🐛 Bug Fixes

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

core: 3.26.1 - 2024-06-26

🐛 Bug Fixes

  • javav2 - minor readme fixes SPE-3634 (commit by @davidmoten)

@github-actions github-actions bot added the minor Minor version bump label Jan 30, 2025
Copy link

coderabbitai bot commented Jan 30, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738258609 branch 2 times, most recently from ee0451a to 3ba5ee1 Compare February 1, 2025 00:06
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738258609 branch from 3ba5ee1 to 600fc2f Compare February 2, 2025 00:06
@github-actions github-actions bot closed this Feb 3, 2025
@github-actions github-actions bot deleted the speakeasy-sdk-regen-1738258609 branch February 3, 2025 00:04
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