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

🌿 ✨ [Scheduled] Upgrade Fern Java SDK Generator: (java-sdk) #112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fern-api[bot]
Copy link
Contributor

@fern-api fern-api bot commented Dec 16, 2024

Upgrading from 2.3.1 to 2.10.7 - Changelog

    2.10.7
  • fix: Fix wrapped requests without inline path parameters checking not rendering
    no-request endpoint because of non-optional parameters

  • 2.10.6

  • fix: Prevent accept header from being removed in wrapped requests

  • 2.10.5

  • fix: Add Accept header for json responses

  • 2.10.4

  • fix: Fix potential NPE initializing client options with default version

  • 2.10.3

  • fix: Fix inlining unwrapped alias types.

  • 10 additional updates, see more

    2.10.2

  • fix: Omit methods with inlined types from interface definitions.

  • 2.10.1

  • fix: Fix union inline type name conflict resolution.

  • 2.10.0

  • feat: Support inline types in the Java generator.

  • 2.9.0

  • feat: Support version headers in request and client options.

  • 2.8.1

  • feat: Implement global timeout configuration for generated clients.

    var client = Client.builder()
      .apiKey("...")
      .timeout(40)
      .build();
  • 2.8.0

  • feat: Generate inline request bodies with their path parameters in the object.

  • 2.7.0

  • feat: Apply Content-Type header from endpoint definition in SDK generator.

  • 2.6.0

  • fix: Don't generate pagination with nonempty path. Fixes pagination seed tests breaking.

  • 2.5.0

  • chore: Bump IR version to latest (v53)

  • 2.4.0

  • feat: We now support overriding sdk package prefixes by adding a "package-prefix" key under the java-sdk generator
    configuration.

Copy link

@fern-api fern-api bot force-pushed the fern/update/fern-java-sdk@java-sdk branch from fed42bf to 35e8e8c Compare December 23, 2024 00:06
Copy link

@fern-api fern-api bot force-pushed the fern/update/fern-java-sdk@java-sdk branch from 35e8e8c to ffaaf79 Compare January 6, 2025 00:06
Copy link

github-actions bot commented Jan 6, 2025

@fern-api fern-api bot force-pushed the fern/update/fern-java-sdk@java-sdk branch from ffaaf79 to aab06ae Compare January 20, 2025 00:06
Copy link

@fern-api fern-api bot force-pushed the fern/update/fern-java-sdk@java-sdk branch from aab06ae to 50af9d0 Compare January 27, 2025 00:06
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants